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

Menubar in selection screen

Former Member
0 Likes
1,225

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

5 REPLIES 5
Read only

Former Member
0 Likes
736

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

Read only

Former Member
0 Likes
736

Have a look at below thread.

Best Regards,

Vibha

*Please mark all the helpful answers

Read only

Former Member
0 Likes
736

Hi,

But question is to put own menubar in selection screen of a program. (where we find parameter and selec-option etc.)

pls suggest

Read only

0 Likes
736

Use <b>SET PF-STATUS</b> statement in <b>INITIALIZATION</b> event.

Kind Regards

Eswar

Read only

Former Member
0 Likes
736

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