CONVT_CODEPAGE_INIT 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 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.
Unicode character number of replacement character for conversion: <runtime parameter>
The error occurred in function <runtime parameter>. The return value was <runtime parameter>. <runtime parameter>
Conversion of certain code pages is not supported.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
If the application prompted you to enter a code page, you could restart
the application and try entering a different code page to see if this
prevents the system from terminating.
You can view a list of existing codepages in transaction SCP. Other
utilities for code pages can be found in transaction SNLS.
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.
One of the code pages '<runtime parameter>' or '<runtime parameter>' required for the conversion might
not be known to the system. A Unicode code page might have been entered
for a file in LEGACY MODE. This is not allowed.
Oher parameters for the code page conversion (such as the replacement
sign) might also have illegal values. You can find more information
unter "Internal Notes".
If the problem occurred when operning, reading or writing a file, the
file name was '<runtime parameter>'. (For more information on this file: <runtime parameter>)
Conversion of texts from code page '<runtime parameter>' to code page '<runtime parameter>' is not
supported here.
The ABAP program <runtime parameter> had to be terminated, as this conversion would
have resulted in incorrect data.