ITAB_SORT_IN_LOOP is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.
Short Dump Classification: I - Internal Kernel Error
You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.
Also check out the Comments section below to view or add related contributions and example screen shots.
Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.
An attempt was made to resort internal table <runtime parameter>-NAME by calling
function ab_ItabSort() while a LOOP was active over the table. This is
not allowed, as the LOOP will usually not be continued in the right
place after sorting If the caller can set the right continuation point
by correcting the LOOP pointer, function ab_ItabSort() can also be
called with parameter rxInLoop = false.
Internal error while sorting an internal table
Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.
Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.
Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.
ITAB_SORT_IN_LOOP - itab sort in loop ITAB_NO_SCND_KEYS_ALLOWED - itab no scnd keys allowed ITAB_NON_NUMERIC_COMPONENT - itab non numeric component ITAB_LINE_NOT_FOUND - itab line not found ITAB_KEY_ILLEGAL_COMPONENT - itab key illegal component ITAB_KEY_COMPONENT_MISSING - itab key component missing