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: 

How to find out where the entries are actually populated in standard table

former_member594288
Participant
0 Kudos
282

Hi Everyone,

I want to find out the place where entries are actually populated to the standard table /BDFPLM/PCC_ECPG. Any debugging tips or anything?. I am trying from yesterday onwards but i am not getting .

Regards,

Ravi

1 ACCEPTED SOLUTION

keremkoseoglu
Contributor
202

You can try the following approaches:

- Activate SQL trace in ST05, run the TCode to fill your table, deactivate SQL trace, display SQL trace results. Here, you will see the ABAP code that filled the table.

- Run a Where Used List for the table, and look for Insert / Update / etc. commands.

1 REPLY 1

keremkoseoglu
Contributor
203

You can try the following approaches:

- Activate SQL trace in ST05, run the TCode to fill your table, deactivate SQL trace, display SQL trace results. Here, you will see the ABAP code that filled the table.

- Run a Where Used List for the table, and look for Insert / Update / etc. commands.