‎2010 Apr 29 12:05 PM
HI
I have created a custom TCODE, can anyone tell me how do I include it in USER MENU for all the users.
I have tried using SE43,But it throws an error saying that node cannot be copied when I try to copy from S000 TO customer name space.
please help.
‎2010 Apr 29 12:50 PM
Transaction code SE41 is used for displaying the Menu Painter Menu.
Now in the Program field ,Type the MENUSYST as the Program Name.
Now in the Status field choose the option MEN by using the F4 help .
After choosing the MEN option for the Status field, click on Change .
Click OK and move Forward , it is just Alerting that Menusyst is a user interface .
After that a screen will appear with Modify Status Men in Program MENUSYST
Double click on the Menu bar in the Left side of the Screen .Such as the Menu bar will open.
Double click on the System such that list of menu will be displayed.
Now you can See there are two columns present in the system menu ,One is Code column and other is Text column. Right Click on your desired location of these two column such that it will show the option .
From the option menu choose the option Insert Entry . By choosing this option a new row is inserted in the System menu . when the New row is inserted then type Menu in the code field and My Option in the Text Field. Both the code field and the Text Field name depends on your requirments.
Now Double click on the Menu of the Code field such that Function attributes window will open.
In the fuction type choose the function type as T (Call a transaction).and then Click Ok.
After Selecting the Function type . Click on the Ok button of the fucntion Attruibute Screen .
After that activate the Function by selecting the Menu in the code field and click on the Fucntion Code button Present on the top of the Sap Screen.
Now Save (Ctrl +S ) interface of the program MENUSYST .
Now Activate (Ctrl + F3) interface MENUSYST .
Now Come to the Initial screen of the Menu Painter i.e . SE 41 ,so as to test the modified SAP Statndard Menu ( by Pressing F3 ) and Type the Program As MENUSYST and status as MEN and then Click Test Button.
After clicking the Test Button the Status Simulation Screen will appear , just click Excute button on that popup screen.
Now the Menu Painter Intial Screen will appear such that you can test your function code there. Now Click on the System menu in the Menu Bar .
After clicking to the System Menu , the list of the option will open and our Customized /Modified SAP Menu will appear into it .
Now you can See that the My Option Menu appears on the Standard System Menu.