I am writing a program where I read an internal table with the command
LOOP AT ITAB.
-
-
-
ENDLOOP.
I want to perform some actions when I reach the last record of the internal table.
Which command I should use?
-AT LAST?,
-AT END OF ITAB?
-ANY OTHER COMMAND?
The help provided by SAP is not very useful.
Thanks,
Orlando.