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

DO_WHILE_VARY_NOT_IN_RANGE

Former Member
0 Likes
593

Hi,

We moved to ecc6.0 not understanding how to get rid of this dump

How to replace this statment in ECC6.o since it is giving dump with exception DO_WHILE_VARY_NOT_IN_RANGE

DO ... VARYING dobj FROM dobj1 NEXT dobj2

1 ACCEPTED SOLUTION
Read only

franois_henrotte
Active Contributor
0 Likes
455

you have to check the structure that you want to go through

probably the field that you use to do it is not corresponding to (some) fields of the structure.

also verify that you do not go thourgh 20 times if there are only 15 fields...

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
456

you have to check the structure that you want to go through

probably the field that you use to do it is not corresponding to (some) fields of the structure.

also verify that you do not go thourgh 20 times if there are only 15 fields...