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

Menu Tree in SAP

Former Member
0 Likes
5,075

hi all,

I have to create a menu tree like 'WEDI' or 'mm00'. Any pointers towards this will be highly apprecuaietd. I tried through se43 but how to acctach a transaction to the path.

Please reply soon .

thanks in advance

Divya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,666

Hi Divya,

Please create a area menu through the transaction SE43 for creating a menu tree.

Please follow the steps as under to create a area menu:

1.First of all enter the name of the area menu to be created on the first screen of SE43 & press create button.

2. Go to Edit>Insert Menu Entry>Insert as Subnode. In the screen which comes , just enter the description & the name of the transaction.

3. Similary if you want to assign a report to the area menu, just press the Report button at the bottom of this screen.

In this way you can create a hierarchy.

Regards,

Chetan.

PS:Reward points if this is helpful.

hi all,

I have to create a menu tree like 'WEDI' or 'mm00'. Any pointers towards this will be highly apprecuaietd. I tried through se43 but how to acctach a transaction to the path.

Please reply soon .

thanks in advance

Divya

7 REPLIES 7
Read only

Former Member
Read only

Former Member
0 Likes
2,666

Have a look at below thread.

Also have a look at below link.

http://help.sap.com/saphelp_nw04/helpdata/en/d2/b73c885b8a11d395da00a0c930dcc1/content.htm

I hope it helps.

Best Regards,

Vibha

*Please mark all the helpful answers

Read only

Former Member
0 Likes
2,666

The transaction SE43 is for an Area Menu and you have to attach Transactions to each node so that you can go to that transaction

If your requirement is to develop a Tree for a report

then check out the following programs. IN Se38 put BCALVTREE and you will have a lot of options

e.g

BCALV_TREE_01

Read only

Former Member
0 Likes
2,666

after creating the area menu in tcode se43

In Edit menu select Insert menu entry -> Insert as subnode or same level

U will get a table control there u specify the transaction code and save it.

U can also refer to another area menu for this.

Read only

Former Member
0 Likes
2,667

Hi Divya,

Please create a area menu through the transaction SE43 for creating a menu tree.

Please follow the steps as under to create a area menu:

1.First of all enter the name of the area menu to be created on the first screen of SE43 & press create button.

2. Go to Edit>Insert Menu Entry>Insert as Subnode. In the screen which comes , just enter the description & the name of the transaction.

3. Similary if you want to assign a report to the area menu, just press the Report button at the bottom of this screen.

In this way you can create a hierarchy.

Regards,

Chetan.

PS:Reward points if this is helpful.

Read only

Former Member
0 Likes
2,666

hi,

pls refer to SAP Standard demo program SAPSIMPLE_TREE_CONTROL_DEMO

Read only

Former Member
0 Likes
2,666

Thanks for you quick response. My problem got solved.