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

Transaction

Former Member
0 Likes
427

Hi ,

One custom transaction is updating many tables.How can I know it is updating what are all the tables?

Is ther is any way or thorugh any transaction I can get the list of tables are updated.

Thanks for answers.

Regards

Talchuru

3 REPLIES 3
Read only

amit_khare
Active Contributor
0 Likes
408

Hi,

you may use one of the following methods -

1. GOTO SE38-><Program Name>->F9.

2. Execute the Tcode and check the SQL Trace in ST05

GOTO ST05->Activate Trace then execute the Tcode after completion goto ST05 deactivate the trace and then display it.

3. Go inside the Program for that Tcode and check for UPDATE Command.

Regards,

Amit

Reward all helpful replies.

Read only

SantoshKallem
Active Contributor
0 Likes
408

try it in se49

i think it works upto 4.6c

Message was edited by:

santhosh reddy

Read only

Former Member
0 Likes
408

HI,

in ST05 transaction, TRACE ON first and Run the trasaction, after completion of the transaction TRACE OFF from ST05 and see the Selects, you will know the tables ....

or, you can press the F1 fro a field and see the Technical Name there you find the Table/Structure name

Regards

Sudheer