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

Update Program for a Table

Former Member
0 Likes
517

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
462

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é

2 REPLIES 2
Read only

Former Member
0 Likes
462

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

Read only

Former Member
0 Likes
463

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é