ABAP Runtime Errors

CONVT_REPL_CHAR SAP ABAP Runtime Error convt repl char







CONVT_REPL_CHAR 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_REPL_CHAR ABAP Runtime Error

Please see abap error 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.

SAP CHARCODE of the des substitution character for the conversion: <runtime parameter> The substitution character is not defined in the codepage. Please see abap error 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.

A substitution character was selected at the conversion of texts from the codepage '<runtime parameter>' to the codepage '<runtime parameter>', which cannot be displayed in the target codepage. As the substitution character is intended to replace characters that cannot be displayed in the target codepage, you always have to select a character that is defined in the target codepage . At the conversion of texts, a substitution character was selected that does not exist in the target codepage '<runtime parameter>'.

The running ABAP program '<runtime parameter>' had to be cancelled, as the conversion would have produced incorrect data.