‎2007 Jul 06 5:30 PM
>wat happen if an itab 'i_ekko' having records in it processed by code.
loop at 'i_ekko'.
i_ekko-ebeln = 'xxxxxxxxx'.
append i_ekko.
endloop.
1.one extra record is inserted in to itab.
2.it will not go in to loop statement
3.loop will never end as it is an endless loop
4.none
‎2007 Jul 06 5:33 PM
‎2007 Jul 06 5:33 PM
‎2007 Jul 06 5:41 PM
Hi,
The answer is 3. But, it will eventually end because of TIMEOUT.
Reward points if the answer is helpful.
Regards,
Mukul