‎2009 Apr 28 8:08 AM
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
‎2009 Apr 28 8:13 AM
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
‎2009 Apr 28 10:13 AM
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
‎2009 Apr 28 8:25 AM
Default i am getting Help in the menu bar how to deactivate it.