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

Regarding tables

Former Member
0 Likes
759

Hi experts,

I have a requirement , i have to found which tables have been used. A transaction had been given to me like for example MM01. How can i find tables used int this transaction.

1 ACCEPTED SOLUTION
Read only

former_member125931
Active Participant
0 Likes
739

Goto ST05 transation -->Active the trace

come to mm01 and provide the necessary inputs run this transaction

now come back to st05 deactive the trace and display the trace.

U can find the tables used in this transaction.

Hi experts,

I have a requirement , i have to found which tables have been used. A transaction had been given to me like for example MM01. How can i find tables used int this transaction.

6 REPLIES 6
Read only

former_member585060
Active Contributor
0 Likes
739

Hi,

U keep the cursor on particular field in transaction and click F1, then in help click on technical settings. U will find the field name there.

Regards,

B Krishna

Read only

Former Member
0 Likes
739

Hi Shilpa,

You can find all the table access by a transaction code SE49.

Supply the transaction and click the Display button and all the table access by the particular transaction code will appear.

Hope this helps you.

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
739

One way is to run a trace using tcode ST05 whilst using the transaction.

Read only

former_member125931
Active Participant
0 Likes
740

Goto ST05 transation -->Active the trace

come to mm01 and provide the necessary inputs run this transaction

now come back to st05 deactive the trace and display the trace.

U can find the tables used in this transaction.

Read only

naveen_inuganti2
Active Contributor
0 Likes
739

Hi....

1. Goto ST05 and activate the trace...

2. Goto that transaction... And Just move with all screens by giving some mandatory inputs....

3. Now in ST05 deactivate the trace...and display the trace..

4. We can get all the table names.. at obj.name in the trace screen

Try this...

Thanks,

Naveen.I

Read only

Former Member
0 Likes
739

answered