‎2009 Jan 14 12:35 PM
Hi everyone,
my question is, if in an smartform I use a loop node containing a table node, and both access the same table, will the access be reset or the loop will continue where the table left?
Example loop reads line1
Table reads line 1
table reads line 2
table reads line 3
table stops
loop read line 2
...
or
Example loop reads line1
Table reads line 2
table reads line 3
table reads line 4
table stops
loop read line 5
...
Thank you all very much in advance.
Jose.
‎2009 Jan 14 4:51 PM
The first one.
Also in standard ABAP nested loops on the same table works the same
Bye
Andrea
‎2009 Jan 14 4:51 PM
The first one.
Also in standard ABAP nested loops on the same table works the same
Bye
Andrea
‎2009 Jan 15 7:18 AM
Hi Andrea,
thank you very much for your update.
Best regards,
Jose.