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 Menu (SE43) Table

Former Member
0 Likes
12,161

Hi Experts,

Sorry if it's a newbie question. Is there a table that links the customized tcode to customized area menu? If yes, what table is it?

From the attached screen shot, I basically want to know which table I can use to link Tcode ZBPM to Area Menu ZAMenu.

Other way to look at it is; given a Tcode, what are the Area menus that has it? Since a single Tcode can be called by several area menus.

I googled it but unfortunately I can't find any relevant answer.

Thanks in advance.

Sincerely,

/ferdy

1 ACCEPTED SOLUTION
Read only

Former Member
6,493

Hi Ferdino,

Try this one.

TMENU01R table will have the transaction codes created in menu.

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

Thanks,

Ashok.

Hi Experts,

Sorry if it's a newbie question. Is there a table that links the customized tcode to customized area menu? If yes, what table is it?

From the attached screen shot, I basically want to know which table I can use to link Tcode ZBPM to Area Menu ZAMenu.

Other way to look at it is; given a Tcode, what are the Area menus that has it? Since a single Tcode can be called by several area menus.

I googled it but unfortunately I can't find any relevant answer.

Thanks in advance.

Sincerely,

/ferdy

3 REPLIES 3
Read only

Former Member
0 Likes
6,493

Not 100% sure, just check TSTCP table.

Read only

Former Member
6,494

Hi Ferdino,

Try this one.

TMENU01R table will have the transaction codes created in menu.

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

Thanks,

Ashok.

Read only

0 Likes
6,493

Hi Ashok,

Thanks for your reply about the TMENU01R table. It leads me to another table which is TMENU01 (Node Table for General Structure Storage) that has the Area Menu names that has my customized tcode by linking their respective NODE_ID fields. 

Attached screen shot shows that my customized tcode ZVR013 is found in two area menus namely; YIVSLS and ZTEST.

That solved my problem.

Thanks a lot.

Sincerely,

/f