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: 

TABLES IN SAP TRANSACTION

Former Member
0 Kudos

IS THERE ANY WAY TO KNOW FOR WHICH TRANSACTION CODE WHICH

DATABASE TABLE UPDATE????????

EXAMPLE LIKE.

FOR

VA01 T-CODE WHICH DATABASE TABLE UPDATE.

<b>FOR SD,MM,FI MODULES</b>

6 REPLIES 6

Former Member
0 Kudos

tran. <b>se49</b>. or<b> st05</b>

Former Member
0 Kudos

Set the SQL trace ON in transaction ST05 and execute the transaction. Switch off the trace and view the log. All the tables used in the transaction will be available in the log.

Former Member
0 Kudos

Hi Nehal,

If you Run SQL Trace on a Transaction and see the analysis, you will see which are the Table being updated.

Hope this Helps.

Manish

Former Member
0 Kudos

If urs is 4.6c & 4.7 means goto transaction SE49 & give the transaction there to list the affected tables

Former Member
0 Kudos

Hi,

Goto transaction --> determine the program name. --> Goto TOP module in program name --> There TABLES clause you can find what tables are using.

Regards

Bhupal Reddy

Former Member
0 Kudos

Hi Neha

Please try with FM: <b>RS_PROGRAM_TABLES</b>

Object type: <b>TRAN</b> and Object Name: Transaction for which you need to check.

Kind Regards

Eswar

Thanks to Uwe.