‎2020 Dec 04 7:24 AM
‎2020 Dec 04 10:16 AM
Hi Harry!
Abinath is absolutely correct, but I would like to add to his comment that for best practices and better performance, you could replace modify + index or modify + workarea using field-symbols!
Best Regards,
‎2020 Dec 04 8:23 AM
Did you check if you are in one of the 3 options suggested by the dump log?
‎2020 Dec 04 8:24 AM
Hi
Within the loop modifying the internal table needs work area or modify using index...
‎2020 Dec 04 8:33 AM
‎2020 Dec 04 8:35 AM
‎2020 Dec 04 10:16 AM
Hi Harry!
Abinath is absolutely correct, but I would like to add to his comment that for best practices and better performance, you could replace modify + index or modify + workarea using field-symbols!
Best Regards,
‎2020 Dec 14 11:03 AM
Or a reference.
LOOP AT itab REFERENCE INTO DATA(record_line).
recordline->field1 = ....
‎2020 Dec 04 7:08 PM
You say "how to check it", is there anything you don't understand in the 3 (and even more) short dump points?
I see that there are other points mentioned (4 concerning mesh, maybe other points).
There can be other possibilities like itab with keys and you try to change the keys, etc.
If you want more assistance, please provide your LOOP AT and exact type of itab.
Note that you are using an internal table with header lines, this has been obsolete for a long long time. Never use header lines (only exception: SELECT-OPTIONS).
‎2020 Dec 14 6:35 AM
because there is not value in the itab. if the same issue , Please check the internal table .