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

Locate Database table used in Program / Transaction

Former Member
0 Likes
755

Hi Friends,

I wanted to know that Is there any standard method which would show all the Database tables/query used in that program/Transaction.

I heard there was Program in 4.6 version as i am unaware of that as well.

Please if anybody can help me on this

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
619

Hi,

TX: se49 gives all the tables related to a particular TX.

This is not in 4.7,

Execute this Program in 4.7 and chek out : SAPMSEUZ

Regards,

Anjali

4 REPLIES 4
Read only

Former Member
0 Likes
619

Hi,

Try tr.code SE49 - Program Analysis: Table Manipulation

Svetlin

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
619

Hi,

You can use SQLTrace.

Check this link.

Kindly reward points by clicking the star on the left of reply if this is useful.

Read only

Former Member
0 Likes
620

Hi,

TX: se49 gives all the tables related to a particular TX.

This is not in 4.7,

Execute this Program in 4.7 and chek out : SAPMSEUZ

Regards,

Anjali

Read only

andreas_mann3
Active Contributor
0 Likes
619

Hi,

or fm RS_CROSSREFERENCE

Andreas