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

How does a table get populated.

Former Member
0 Likes
2,097

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
Read only

former_member156446
Active Contributor
0 Likes
1,609

Try to run the source scan using program RS_ABAP_SOURCE_SCAN

3 REPLIES 3
Read only

Former Member
Read only

Former Member
0 Likes
1,608

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

/Martin

Read only

former_member156446
Active Contributor
0 Likes
1,610

Try to run the source scan using program RS_ABAP_SOURCE_SCAN