ABAP Runtime Errors

INCL_SORT_SORTED_TABLE SAP ABAP Runtime Error incl sort sorted table







INCL_SORT_SORTED_TABLE 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: & - Text Include (no Short Dump, only Text Module)

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.


INCL_SORT_SORTED_TABLE ABAP Runtime Error

A SORT statement needs to be performed for an internal table with the type SORTED TABLE. A SORT for this type of table is possible only if the sort order of the table entries is preserved. In this case, the SORT is interpreted as an empty operation and ignored. This means it is still possible to use the SORT statement in generic procedures, regardless of the type of any internal table specified as an actual parameter.