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

Table for area menu

Former Member
0 Likes
3,502

Hi All

I have created custamized area menu and added transaction codes in this menu.

I want to know which table these transactions are stored.

Regards

Kumar

2 REPLIES 2
Read only

Former Member
0 Likes
1,084

Hi,

I think you can use this table: TMENUTAB : Table and field assignments for transaction also check this TMENUBK01

Thanks,

Renuka S.

Read only

GauthamV
Active Contributor
0 Likes
1,084

TADIR table will have entry for the customized area menu.

R3TR SHI3 ZMENU(your menu)

TMENU01R table will have the transaction codes created in menu.

give REF_TYPE as TCOD , REF_OBJECT as ztcode(your tcode) and execute.