2008 Apr 23 10:27 AM
Hi,
Can anyone suggest what would be the best way to know when a table (standard) is getting updated . Upon searching the where-used list of the table i found large number of programs using the table which would be dificult to pinpoint any program .
The table is COSP (Cost Totals for External Postings)
Answers will be rewarded.
Regards,
Rajesh.
2008 Apr 23 10:31 AM
Hi,
when u r updating the table try to
display a message so that u will come to know
whether it is updated or not.
Regards,
Jagadish
Hi,
Can anyone suggest what would be the best way to know when a table (standard) is getting updated . Upon searching the where-used list of the table i found large number of programs using the table which would be dificult to pinpoint any program .
The table is COSP (Cost Totals for External Postings)
Answers will be rewarded.
Regards,
Rajesh.
2008 Apr 23 10:31 AM
Hi,
when u r updating the table try to
display a message so that u will come to know
whether it is updated or not.
Regards,
Jagadish
2008 Apr 23 10:34 AM
Hi,
You can do that by going to tcode ST05.
Select the check box "QL TRACE ".
Then Click "ACTIVATE TRACE".
Then run your program.
Then come back to ST05.
Click " DEACTIVATE TRACE".
Then click "DISPLAY TRACE".
It will give you a thorough analysis of all your select query and other SQL statements. and inturn you will be able to find the various tables updated as well.
Reward Me Points
By
Pari
2008 Apr 23 10:50 AM
Hi ,
Many thanks for your reply.
Let me elaborate my problem.
I was just analyzing (debugging) the transaction KSB1 (cost centers ) for the year 2007 and 2008 as there was an unusual balance appearing in 2008 report .I found the table COST has no table entries for the given selection criteria where as the same table has entries for 2007. So just want to know upon executing what transactions this table gets its values updated.
I tried searching where used list but found useless as this program is used in many programs.So want to know if there is any better method to search for table updations as like in this case.
Thanks in advance.
Answers will be rewarded.
Regards,
2008 Apr 23 10:51 AM
Hi ,
Many thanks for your reply.
Let me elaborate my problem.
I was just debugging the transaction KSB1 (cost centers ) for the year 2007 and 2008 as there was an unusual balance appearing in 2008 report .I found the table COST has no table entries for the given selection criteria where as the same table has entries for 2007. So just want to know upon executing what transactions this table gets its values updated.
I tried searching where used list but found useless as this program is used in many programs.So want to know if there is any better method to search for table updations as like in this case.
Thanks in advance.
Answers will be rewarded.
Regards,
2008 Apr 24 1:02 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |