ABAP Runtime Errors

CONVERT_TEXT_DEST_TOO_SHORT SAP ABAP Runtime Error convert text dest too short







CONVERT_TEXT_DEST_TOO_SHORT 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.


CONVERT_TEXT_DEST_TOO_SHORT 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.

Target field in CONVERT TEXT is too short. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

The "CONVERT TEXT t INTO SORTABLE CODE sc" statement converts a text field t to a sortable format appropriate for the locale and stores it in the field sc. Here, the immediately sortable format requires considerably more space than the source text. - In this particular case, the source field <runtime parameter> of type <runtime parameter> has a length of <runtime parameter> bytes and the target field <runtime parameter> a length of <runtime parameter> bytes. However, the sortable format of the source field contents <runtime parameter> appropriate for the locale takes up <runtime parameter> bytes and therfore does not fit into the target field <runtime parameter>. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.