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

Area menus

Former Member
0 Likes
681

Hi

I have a requirement to create area menus for reports.

What are the requirement to create area menus?

any default variants required ? or it wll take to selection screen?

If someone provides step by step area menu creation, I will be thankful to them,

Thanks

Hi

I have a requirement to create area menus for reports.

What are the requirement to create area menus?

any default variants required ? or it wll take to selection screen?

If someone provides step by step area menu creation, I will be thankful to them,

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
619

Creating your own SAP Customized Main Menu

You can add additional menu transaction in the SAP main menu without affecting the original SAP default area menu S000.

For example, you have created a transaction code called ( z123 - ABC Own Report ) and you want to insert it under Logistics. The specific user will be able to access ABC Own Report by clicking Logistics -> ABC Own Report.

Steps :-

Goto Transaction SE43 - Area Menu

Click the copy button. Copy from S000 to ZXXX

After copying, click Change (area menu ZXXX)

Double click on Logistics and add in your transaction code in the AreaMenu.

Remembers to Activate it.

Next Goto Transaction SU01 - Maintain users

Type in the user name and click the Defaults button

Type in the area menu (ZXXX) in the Start Menu field.

Click Save

The user will be able to see the additional transaction on the next logon

Reward points..

Read only

Former Member
0 Likes
619

hi,

Area menu is nothing but a menu which will have a collection of all the logical transaction codes together. For example, WEDI is a area menu that will have all the ALE/IDOC transactions.

SE43 is the transaction to create a area menu and it will have a transaction code associated with it. When you execute that transaction, it will display all the transactions that you have included with in that area menu.

Follow this link.

http://help.sap.com/saphelp_nw04/helpdata/en/a3/5fc53796421e38e10000009b38f842/frameset.htm

Hope this helps,Do reward.