‎2009 Jun 22 7:18 AM
what is loop at?
Posted: Jun 22, 2009 7:05 AM Edit Reply
Hi Abap experts,
what do loop at exactly do?
and in this following code:-
LOOP AT lt_tbd05 INTO ls_tbd05.
ls_edidc-direct = 2. "Direction
ls_edidc-rcvpor = 'A000000010'. "Receiver Port
ls_edidc-rcvprt = 'LS'. "Receiver Partner Type
ls_edidc-rcvprn = ls_tbd05-rcvsystem. "Receiver Partner Number
ls_edidc-sndpor = 'SAPR8D'. "Sender Port
ls_edidc-sndprt = 'LS'. "Sender Partner Type
ls_edidc-sndprn = ls_tbd05-sndsystem. "Sender Partner
ls_edidc-mestyp = ls_tbd05-mestyp. "Message Type
ls_edidc-idoctp = 'ZVENDOR'. "IDoc Type.
APPEND ls_edidc TO lt_edidc.
*apppening is dfone to lt_edidc and why loop at is done to it_tbdo5.........loop at should hav been done to it_edidc*
‎2009 Jun 22 7:28 AM
‎2009 Jun 22 9:15 AM
I've already rejected this question once. Check your email.
If you continue to post the same question, which is in violation of the Rules of Engagement, you're account could be deleted.
matt