‎2011 Jun 10 11:19 AM
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
‎2011 Jun 10 1:44 PM
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...
‎2011 Jun 10 1:44 PM
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...