Application Development 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: 

How does a table get populated.

Former Member
0 Kudos
864

Hi,

I am working on a report that picks up data from the table PPFTTRIGG. The report works fine when there are entries in the table. however I noticed that the table is getting filled randomly and hence the reports output is not proper. So my question is, how do I find wat populates a table. I tried the where used list and got nothing out of it. I looked at the program and the BADIs that could possibly populate the table. none of these have helped me find this out. Can anybody please give me a clue.

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos
376

Try to run the source scan using program RS_ABAP_SOURCE_SCAN

3 REPLIES 3

Former Member

Former Member
0 Kudos
375

Maybe you can temporarily turn on table logging for this table. This way you can analyse the results in SCU3.

/Martin

former_member156446
Active Contributor
0 Kudos
377

Try to run the source scan using program RS_ABAP_SOURCE_SCAN