Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP/4 processor error.

Former Member
0 Kudos

Hi All,

We are sceduled custom program in background,

but this job was failed error message is " ABAP/4 processor: CONVT_CODEPAGE".

and the system is Unicode Enabled.

please provide the solution.

Points will rewareded.

Regards,

DSK.

1 ACCEPTED SOLUTION

Former Member
4 REPLIES 4

Former Member

Former Member
0 Kudos

Check This link it is help full..

http://www.sapnet.ru/abap_docu/ABAPREAD_DATASET.htm

CX_SY_CONVERSION_CODEPAGE

  • Cause: Conversion is not possible. The data is read as far as possible; text data for which the conversion did not take place is undefined (see also note below)

Runtime Error: CONVT_CODEPAGE (catchable)

CX_SY_CODEPAGE_CONVERTER_INIT

  • Cause: The required conversion is not supported (for example, due to specification of a language not supported during conversion using SET LOCALE LANGUAGE).

Runtime Error: CONVT_CODEPAGE_INIT (catchable)

Regards,

VIjay

former_member265047
Active Participant
0 Kudos

Hi ,

My suggestion is to check this dump CONVT_CODEPAGE in http://service.sap.com. You can get so many oss notes. You can go through those notes and try to implement those logics in your custom programs.

Regards,

Naveen Veshala

Former Member
0 Kudos

answered