Application Development and Automation 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: 
Read only

ABAP/4 processor error.

Former Member
0 Likes
694

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
Read only

Former Member
4 REPLIES 4
Read only

Former Member
Read only

Former Member
0 Likes
602

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

Read only

former_member265047
Active Participant
0 Likes
602

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

Read only

Former Member
0 Likes
602

answered