CONVERT_TEXT_BAD_SRC 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.
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.
The source field in CONVERT TEXT probably contains an invalid value.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
Statement "CONVERT TEXT t INTO SORTABLE CODE sc" converts a text field
t to a sortable format appropriate for the locale, and stores it in
field sc.
In this particular case, source field <runtime parameter> of type <runtime parameter> has a length of
<runtime parameter> bytes and target field <runtime parameter> has a length of <runtime parameter> bytes.
When converting the source field contents <runtime parameter> (hexadecimal: <runtime parameter>) into a
sortable format appropriate for the locale, system function <runtime parameter>
returned <runtime parameter> = <runtime parameter> as the required target field length.
The value <runtime parameter> = <runtime parameter> indicates that <runtime parameter> was unable to interpret the
source field content as a valid text.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.