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

Tables used in the std tcode

Former Member
0 Likes
712

Hi,

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

Thanks in advance,

Meenu.

1 ACCEPTED SOLUTION
Read only

asik_shameem
Active Contributor
0 Likes
683

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
Read only

kiran_k8
Active Contributor
0 Likes
683

Meenu,

Go to SE80(chose the program name option)

give the program name say SAPMV45A (VA01)

drop down the Dictionary Structures.

K.Kiran.

Read only

Former Member
0 Likes
683

Hello

Use SE49

Read only

Former Member
0 Likes
683

There is no such transaction SE49.

Read only

GauthamV
Active Contributor
0 Likes
683

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.

Read only

asik_shameem
Active Contributor
0 Likes
684

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.