Application Development 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: 

Tables used in the std tcode

Former Member
0 Kudos

Hi,

How can we know what are the tables used for the particular standard transcation.

Thanks in advance,

Meenu.

1 ACCEPTED SOLUTION

asik_shameem
Active Contributor
0 Kudos

Hi

RUN t-code ST05, Activate Trace.

Then Run your t-code say 'MM02' and close it.

And deactivate Trace in ST05 & Display Trace.

There you'll get list of tables used.

5 REPLIES 5

kiran_k8
Active Contributor
0 Kudos

Meenu,

Go to SE80(chose the program name option)

give the program name say SAPMV45A (VA01)

drop down the Dictionary Structures.

K.Kiran.

Former Member
0 Kudos

Hello

Use SE49

Former Member
0 Kudos

There is no such transaction SE49.

GauthamV
Active Contributor
0 Kudos

hi,

open the standard program from se80 transaction or use GET_tables function module.

u can get program name of stnd transaction from menu goto system - status.

asik_shameem
Active Contributor
0 Kudos

Hi

RUN t-code ST05, Activate Trace.

Then Run your t-code say 'MM02' and close it.

And deactivate Trace in ST05 & Display Trace.

There you'll get list of tables used.