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: 

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

Former Member
0 Kudos

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

sergey_korolev
Active Contributor
0 Kudos

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.

0 Kudos

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