‎2009 Aug 25 3:50 PM
Hi Experts,
I have one table which is getting updated via a program, How can i know the Program name that updates this table.
Thanks.
‎2009 Aug 25 7:34 PM
Hi Karthick raz
Can also try through the transaction SE11 placing the name of the table and then press the button "Where-Used List" (ctrlshiftF3).
Hope this information is help to you.
Regards,
José
‎2009 Aug 25 5:27 PM
Do a where used on the table. If nothing comes up. You could run RPR_ABAP_SOURCE_SCAN to find the table in the source code. Another idea is to look at the table, if it looks like a temporary table. Then look for the part of it that is not sequential using RPR_ABAP_SOURCE_SCAN.
Good Luck!
Michelle
‎2009 Aug 25 7:34 PM
Hi Karthick raz
Can also try through the transaction SE11 placing the name of the table and then press the button "Where-Used List" (ctrlshiftF3).
Hope this information is help to you.
Regards,
José