vendredi 26 mars 2010
Description:
I want to show you what I think to be one of the most important things to help you programming in ABAP, which is how to find what tables used in any executed TxCode, we know that ABAPER will get program specifications from functional analyst that contains report or form designs, and also all the tables used to create that programs. But sometimes they don’t give ABAPER all the tables require to create the program.
As a programmer we need to know all the tables including master tables, junction tables, all kind of reference tables used by a TxCode, and using TxCode ST05 we can now trace all the tables used to execute a TxCode.
For this tutorial, I will execute TxCode QP03 to display inspection plan in QM module. I will use TxCode ST05 to trace what tables used to display inspection plan data. You can also use other TCODE you know.
Procedure:
Now here’s how you do it.
1. Execute TCODE QP03
