‎2006 Nov 07 9:08 AM
Dear All,
Is it possible to have our own menu bar with new application toolbar facility in selection screen of a program?
If yes, then kindly show how is it possible?
If no then suggest other way where we can put own menubar in selection screen.
*Points will be rewarded to all helpful answers
‎2006 Nov 07 9:11 AM
Hi Palak
In the program use the statement:
SET PF-STATUS 'ZMENU'.
Now double click on ZMENU, which will take to SE41 and we can create as the way we need.
I guess you already know that SYSTEM & HELP are default menu options.
Kind Regards
Eswar
‎2006 Nov 07 9:13 AM
‎2006 Nov 07 9:14 AM
Hi,
But question is to put own menubar in selection screen of a program. (where we find parameter and selec-option etc.)
pls suggest
‎2006 Nov 07 9:18 AM
Use <b>SET PF-STATUS</b> statement in <b>INITIALIZATION</b> event.
Kind Regards
Eswar
‎2006 Nov 07 9:23 AM
Hi Palak,
It is not possible to change the menu bar of selection screen ,
the alternative solution is that you can design your own screen similar to selection screen by calling screen at LOAD-OF-PROGRAM and create you own menu bar and application toolbar by including PF-STATUS in the PBO of the screen.
Hope this helps.
Regards,
Kinshuk