2013 May 15 6:37 PM
Hi Experts,
I want to develop a custom report as like QP05 (Print inspection plan). I debug the program and there is a get statement GET PLKOD.
I want to know from where it is fetching data where is its SET statement.
any pointer would be helpful.
thanks
2013 May 15 6:43 PM
GET node/table is a statement relative to logical database. Check the program attributes to get the logical database name, then navigate or call transaction SE36 to get the definition of the logical database, for structure name as node, you will have to read the code in this transaction relative to PUT node statement.
You can also use the logical database yourself, either by attaching the logical database to one of your report or using the FM LDB_PROCESS (sample program exists with a name like DEMO_LOGICAL_DATABASE)
Regards,
Raymond
2013 May 16 4:09 AM