ABAP Runtime Errors

SORT_AS_TEXT_BAD_FS_TYPE SAP ABAP Runtime Error sort as text bad fs type







SORT_AS_TEXT_BAD_FS_TYPE 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: A - ABAP Programming 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.


SORT_AS_TEXT_BAD_FS_TYPE ABAP Runtime Error

Please see program correction for more details about the possible cause of this runtime error and how it could be avoided.

Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.

Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.

Invalid sort field type at "SORT itab...BY AS TEXT" Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

When using the "SORT itab ... BY AS TEXT" statement, the sort field dynamically referenced using the field symbol must be of type C or STRING, or have a structured type.

In the present case, a sort field of type <runtime parameter> has been specified for table <runtime parameter> using field symbol <runtime parameter>. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.