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

I know the transanction code -- Which tables are concerned ??

Former Member
0 Kudos
343

Hello together!

I am looking for the table names of tables which are modified by transaction code FPR2. Whereas I only need reading access to this table(s).

THX a lot

MIKE

2 REPLIES 2
Read only

sergey_korolev
Active Contributor
0 Kudos
194

You can use trx ST05 (SQL trace). Open another session, turn the trace on, then execute FPR2 in first session, then turn the trace off, and finally look at the trace list - you'll see a number of SQL queries and some of them would be to the tables of your interest.

Read only

0 Kudos
194

...and you see a long-long-long list of ones.