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: 
Read only

LOOP in LDB

PS_1978
Active Participant
0 Likes
1,042

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

4 REPLIES 4
Read only

gerd_rother
Active Participant
0 Likes
792

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

Read only

PS_1978
Active Participant
0 Likes
792

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

Read only

0 Likes
792

You can look at report (automatically generated by SAP) SAPDBKDF.

Read only

gerd_rother
Active Participant
0 Likes
792

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