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

from where table entry is getting filled

Former Member
0 Likes
3,321

Hi ,

If a table is not having TMG and also not able to find anything in where used list of that table . There are more than 100 entries in the table so direct entry may be not possible .

then is there any way to find how the table is getting filled .

Thanks in Advance ,

Ankita

Hi ,

If a table is not having TMG and also not able to find anything in where used list of that table . There are more than 100 entries in the table so direct entry may be not possible .

then is there any way to find how the table is getting filled .

Thanks in Advance ,

Ankita

6 REPLIES 6
Read only

bbalci
Contributor
2,525

Hi, research about using watch points in ABAP debugger, it helps.

Read only

matt
Active Contributor
2,525

Put an SQL trace on the table that's being updated. Leave it running for a while, then check to see where the updates are happening - you can drill down into the source code.

Read only

raghug
Active Contributor
0 Likes
2,525

Try scanning ABAP code using reports RS_ABAP_SOURCE_SCAN or RPR_ABAP_SOURCE_SCAN. You can search for the table name in all of the ABAP code - it gets code missed by the where used list.

Read only

I310607
Product and Topic Expert
Product and Topic Expert
0 Likes
2,525

You can use CODE_SCANNER transaction code.

Read only

Matias_AV
Participant
0 Likes
2,525

You can try activating SQLM (SQL Monitor), and leave it enabled for a few days/weeks then you can look for the table or report in the SQLM transaction and if it was used it will show up.

Read only

muralikrishnanpv
Explorer
0 Likes
2,525

Hi Ankita,

There could be dynamic table upload programs used in the system where the table name is provided as input in the selection screen and a file is used for upload. You can try investigating around this as well.

Thanks,

Muralikrishnan