‎2010 May 03 8:35 AM
Hi,
I am debugging a custom program, which is a copy of standarad one. This used logical database.
In END-OF-SELECTION, I see a LOOP statement without internal table name. But the values are coming to the workarea T. I would like to know how the data is populated in work area T.
Logical databse used in the program is, KDF.
Please help me in understanding this.
Best Regards,
Phani
‎2010 May 03 8:59 AM
Hi Phani,
This is a loop on an ABAP extract. Please read the documentation:
http://help.sap.com/saphelp_nw2004s/helpdata/EN/9f/db9ed135c111d1829f0000e829fbfe/frameset.htm
Regards, Gerd
‎2010 May 03 9:07 AM
Hi,
Thank you very much for your response. Could you please let me know if it is possible to debug this extract statement??
Thanks,
Phani
‎2010 May 03 10:47 AM
You can look at report (automatically generated by SAP) SAPDBKDF.
‎2010 May 03 10:42 AM
Hi,
Actually it is not - this is why I personally avoid extracts. This is something which was heavily used in the R/2 - in newer SAP programs I rarely saw this.
Maybe in the debugger menu under Goto -> System you might find some information that there is an extract (there can only be one per program) but nothing more.
I might be wrong here (for as I wrote I am not actively using this) so if anybody knows a bit more I would be happy to stand corrected.
Regards, Gerd