‎2006 Nov 29 8:40 PM
In the tcode - cj9cs it's picking the values from the structure RKPLV1 , finally i have to find where the values are stored , (i.e) in which table it's finally stored .
the program for tcode cj9cs is SAPMKPT4 where the process is going and the include name MKPT4F02 and please tell me where to put the BREAKPOINT
and see the values .
‎2006 Nov 30 4:05 AM
Hi,
To find out what tables are accessed you can do the following:
Go to tcode ST05 and activate trace for your userid and for txn CJ9CS.
Then execute the transaction CJ9CS.
Once the transaction is over,go to ST05 again.Deactivate trace and the display the trace results.
This will give you the list of tables accessed and updated.
Hope this is clear.
Pravat.
<i>*Reward points if helpful</i>