Pl. provide tables name, from where I can get relation between Area menus , Program names and Transaction codes.
Asked
Active
Viewed 1,802 times
2 Answers
1
Table :
- TSTC will give you the correspondance between a SAP programme (+dynpro) and a transaction code.
- TRDIR contains more informations on the program itself.

PATRY Guillaume
- 4,287
- 1
- 32
- 41
1
Use the SQL trace (ST05) while opening an area menu in SE43N. This will give you a list of tables that are read in the process. This can be applied to other areas of interest as well.

vwegert
- 18,371
- 3
- 37
- 55