ABAP Runtime Errors

CONVT_EXACT_SRC_TOO_SHORT SAP ABAP Runtime Error convt exact src too short







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


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

Source data is shorter than the target field in MOVE EXACT Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

The content of the source field had a length of <runtime parameter>, which is shorter than the target field. This is not permitted by the MOVE EXACT for the data types used in this case. For example, when converting type XSTRING to type X, the length of the source data must match the length of the target field. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.