‎2007 Sep 18 8:39 AM
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
‎2007 Sep 18 8:44 AM
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>
‎2007 Sep 18 8:44 AM
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>
‎2007 Sep 18 8:51 AM
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.
‎2007 Sep 18 9:00 AM
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.
‎2007 Sep 18 9:00 AM
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