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

SMARTFORMS Nested loops

Former Member
0 Likes
554

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.

1 ACCEPTED SOLUTION
Read only

andrea_galluccio2
Contributor
0 Likes
469

The first one.

Also in standard ABAP nested loops on the same table works the same

Bye

Andrea

2 REPLIES 2
Read only

andrea_galluccio2
Contributor
0 Likes
470

The first one.

Also in standard ABAP nested loops on the same table works the same

Bye

Andrea

Read only

Former Member
0 Likes
469

Hi Andrea,

thank you very much for your update.

Best regards,

Jose.