Application Development 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: 

menu painter

Former Member
0 Kudos

hi experts..

in menu painter, can i add submenus ? can anyone explain this?

Thanks&Regards,

varadarajan.R

6 REPLIES 6

Former Member
0 Kudos

Refer tcode:SE41.You can add sub menu.

Former Member
0 Kudos

yes....u can do this....

In the menu bar section ....give one menu name...dbl click on this...a list will open...give some name in text ( do not give anything in code section...) dblclick on text a submenu option will open.... give code and text there...if u want to create submenu here also....repeat the same procedure.......

Reward point if helpful

Former Member
0 Kudos

Hi VARADARAJAN R,

Goto SE41 then new any name of the menu name enter as,

find menu bar double click as menu name then its again double click as sub menus.

file-->menu

new, open and save.--> sub menu.

Reward if useful,

Regards,

S.Suresh.

Former Member
0 Kudos

Hi,

Yes you can.

Pls find the link below which contains the tutorial on creating menus and submenus.

http://www.saptechnical.com/Tutorials/ABAP/MenuPainter/page1.htm

Warm Regards

R Adarsh

Former Member
0 Kudos

Hi,

Yes we can create submenu's with the help of SE41.

Steps to create submenu are :

1.Type SE41. Enter the Program name and Status name that you have made in program.

2. Click on create and enter short text for status and continue.

3. Now add a menu name say for example File to menu bar section.

4. Double click on that created menu ie File and enter code and text values. Say we enter New, Open, Close.

5.Then save the menu created and check and activate it.

To see the menu created click F8.

We will see main menu File under which New, Open, Close are the submenu's created.

Hope this will help you.

plz reward if useful.

thanks,

dhanashri.

Former Member
0 Kudos

HI,

Here are the steps for creating sub menu:-

Step1 goto se41(menu painter) , now click on menu bar here you can see 6 blank fields write the name of the menu in the first field for e.g MENU.

Step 2. Now double click on the text MENU.

Step 3. A table will be open having two columns name CODE & TEXT respectively. Leave the CODE column blank and write a text( name of the submenu ) in the text column.

Step 4. Now once again double click the text.

Step 5. The table will be extended with extra two columns i.e CODE & TEXT.

Step 6 Fill The CODE and TEXT field.

Step 7. Save and Activate

Note :- CODE is the tcode which u will used latter in the program to perform the functionality of the menu and TEXT is the text which will display on the menu.

Thanks

With Regards

Rajesh