‎2007 Feb 01 6:24 PM
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
‎2007 Feb 01 6:31 PM
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.
‎2007 Feb 01 6:32 PM
try it in se49
i think it works upto 4.6c
Message was edited by:
santhosh reddy
‎2007 Feb 01 6:34 PM
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