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: 

How to Create inner Sub-Node in Menu bar

Former Member
0 Kudos

Abap Masters,

I have Created Submenu name of <b>File</b>. But i want to include 3 inner Sub-Nodes in File. Like as

<b> Menu</b>

<b>File </b>> <b>Recent File</b>

<b>Deleted File</b>

<b>All Files</b>

Can Anyone of the ABAP Master Help me ?

3 REPLIES 3

Former Member
0 Kudos

just dbl click on File. give menu text and assign fcode for that

regards

shiba dutta

Former Member
0 Kudos

Hi,

Just double click on File...it will give another option to enter values.

Regards

Subramanian

Former Member
0 Kudos

hi,

in ur program.

write the following code.

set pf-status 'MENU'.

double click menu.

u will be taken to menu painter,there in the menu bar section write main menu item name that is File in ur case.

double click on File.

u will get an option to add elements in the File menu give code and add the items.

and further if u wanna add submenu items double click the menu item (recent file) to get an option for adding sub menu items.

using the assigned codes give the funtionality in ur program

if help ful reward some points.

regards,

Ravi