2018 Dec 14 7:31 AM
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
2018 Dec 14 7:57 AM
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.
2018 Dec 14 7:57 AM
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.