Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

module pool

Former Member
0 Likes
627

hi to all,

how to create a title in module pool programming can any one help me on this regard its urgent for me

thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
603

Hi,

Title should be set in PBO of module pool program

SET TITLEBAR 'ZSUS_ALV_EDIT'.

Double click on the name it will give a pop up window there you have to enter the title and activate it.

This will be the title for your modul;e pool program.

<b>Reward if helpful.</b>

4 REPLIES 4
Read only

Former Member
0 Likes
604

Hi,

Title should be set in PBO of module pool program

SET TITLEBAR 'ZSUS_ALV_EDIT'.

Double click on the name it will give a pop up window there you have to enter the title and activate it.

This will be the title for your modul;e pool program.

<b>Reward if helpful.</b>

Read only

Former Member
0 Likes
603

hi,

in flow logic decomment

PROCESS BEFORE OUTPUT.

MODULE STATUS_9001. ---> double click

PBO module and it has two components

1. gui status bar

2. title bar

then module STATUS_9001 output.

  • SET PF-STATUS 'xxxxxxxx'.

SET TITLEBAR 'T1'. -> double click on T1 -> give title as requird n save

endmodule

if helpful reward some points.

with regards,

Suresh Aluri.

Read only

Former Member
0 Likes
603

Hi,

In module pool u can set the title of each screen u r making.

For that go to the corresponding screen's PBO.

enable module statusxx.double click.u will get a default statement inside it as

SET TITLEBAR 'XXX'.

give as SET TITLEBAR 'Z01'.

double click,it will ask for title,give and click ok.

reward if helpful.

Read only

Former Member
0 Likes
603

Hi,

ex. if u have to set title for screen 100 :

In the PBO module STATUS_0100 of Transaction, the screen 100 receives a GUI status (using SET PF-STATUS) and a GUI title (using SET TITLEBAR):

<b>SET TITLEBAR '100'.</b>

The GUI title is the screen title displayed in the title bar of the window. In contrast to the GUI status that can be used for several screens, <b>a GUI title belongs to one screen</b>.

To create and edit GUI status and GUI title, you use the Menu Painter. To start the Menu Painter, create a GUI status or GUI title in an object list in the Object Browser (or double-click on an existing status or title).

Regards

Vasu

Message was edited by:

Vasu G