After i got ALV report output, i was trying to sort(standard functionality) the column. I am getting a dump .
Dump Details:
At a LOOP over an internal table, it is not allowed to be changed.
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLKKBL" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
Error analysis
At a LOOP over an internal table, the table is not allowed to be changed
in the loop tail as a whole.
SORT, MOVE, REFRESH, CLEAR are, for example, not allowed.
Anyone have any idea regarding this?
Hi Swain,
Can you share the code??
Regards,
Srini.
Did you call the ALV while in a loop ? That seems to be the message.
Is that also how you programmed it ?
Add a comment