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

menu on selection screen

Former Member
0 Likes
418

hello sap gurus,

can anyone tell me how e set the menu in selection screen ?

Regards,

vijaya.

2 REPLIES 2
Read only

huseyindereli
Active Contributor
0 Likes
351

Hi ,

AT SELECTION-SCREEN OUTPUT.

SET PF-STATUS 'GUI'.

When creating the PF-STATUS , use adjust template : selection screen.

Hope this is helpfull

Read only

Former Member
0 Likes
351

Hi,

Menu painter

Menu painter is the ABAP/4 workbench tool for creating and maintaining user interface.

Starting Menu Painter

ABAP/4 development workbench ï‚® menu painter

Or

Transaction SE41 in the command field.

Or

Through program SET PF-STATUS <var>

If you double click on the variable, the system takes you to the menu painter screen.

Regards,

Bhaskar