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

Deactive menu bar

Former Member
0 Likes
498

Hi All,

I created zprogram module pool program in that t-code output

Getting System and Help In the Menu bar defaultly

Can any one tell me how to deactivate the meu bar completely

3 REPLIES 3
Read only

Former Member
0 Likes
479

Hi......

first create customized Status ( menu painter ) then use following code in PROCESS BEFORE OUTPUT..

SET PF-STATUS '<newly created status>'.

so ur default menu will be replaced with new one.

regards,

Chintan.

Edited by: Chintan_SAP on Apr 28, 2009 12:44 PM

Read only

0 Likes
479

I guess the system menu and your help menu comes default for all pf-status.

There is very less that you can do .

If you can find any menu exit where you can check for condition on th e function codes of the functions in these two menu and change sy-ucomm to some other value so that the system does not process anything.

This is just an idea. I dont know to what extent you can achieve this.

Regards,

Lalit Mohan Gupta

Read only

Former Member
0 Likes
479

Default i am getting Help in the menu bar how to deactivate it.