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
4,569

Hi all

What is Area Menu

How to create and handle it

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,373

Hi,

Area menu is used to navigate the transaction code in a classification way.

Using SE43 tcode you can create Area menu.

Give Areamenu name --> specify TCODE and descriptions and SAVE

Regards

Bhupal reddy

Hi all

What is Area Menu

How to create and handle it

7 REPLIES 7
Read only

Former Member
0 Likes
3,373

Hi,

area menu is grouping all the transaction together in a tree format,You can create this using the TCode se43.

check this URL

http://help.sap.com/saphelp_46c/helpdata/EN/00/783b377bfdcf61e10000009b38f936/frameset.htm

Regards,

pankaj singh.

reward if helpful

Read only

Former Member
0 Likes
3,373

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.

http://help.sap.com/saphelp_46c/helpdata/en/35/26b2fbafab52b9e10000009b38f974/content.htm

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
3,373

Hi Geetha,

Check out this link http://help.sap.com/saphelp_47x200/helpdata/EN/00/783b377bfdcf61e10000009b38f936/frameset.htm

Reward Points if it is helpful

Regards,

Kiran I

Read only

Former Member
0 Likes
3,374

Hi,

Area menu is used to navigate the transaction code in a classification way.

Using SE43 tcode you can create Area menu.

Give Areamenu name --> specify TCODE and descriptions and SAVE

Regards

Bhupal reddy

Read only

Former Member
0 Likes
3,373

thanks a lot

but where these all entries will be stored i mean in which table

like all Tcodes will be stored in table tstc in same way what is the table for this

Read only

Former Member
0 Likes
3,373

Hi ,

Check table TTREE.But it doesnot store all the information .

You may also check FM-BMENU_START_BROWSER.

Pravat.

Read only

Former Member
0 Likes
3,373

Hi Pravat

jus now i have created an Area Menu

and i saw TADIR dbase table there i found the Object Type as SHI3 for my Area Menu . So, shall i treat area menu comes under SHI3 object type