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

Codepage could not be determined

Former Member
0 Likes
2,680

Hi all,

I am facing a little strange problem in my system, When i run HR Program my background scheduled jobs are getting cancelled due to an error called "Codepage could not be determined".

Can any one just tell me their experience if the have encountered similar problem in the past.

It's little urgent as we have stuck with all our background schedules jobs.

Thanks...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,899

Hi,

If you are using Non-English characters in file/database , then you need to pass the CODE PAGE No. to the FM or processing command.

Code Page helps SAP to determine the Character set with which it is dealing.

Best regards,

Prashant

Hi all,

I am facing a little strange problem in my system, When i run HR Program my background scheduled jobs are getting cancelled due to an error called "Codepage could not be determined".

Can any one just tell me their experience if the have encountered similar problem in the past.

It's little urgent as we have stuck with all our background schedules jobs.

Thanks...

10 REPLIES 10
Read only

Former Member
0 Likes
1,899

Check the oss note 765763(Setting the upload/download codepage for a SAPGUI connection) released for this purpose, as per the documentation of this note, you need to modify the standard program LSFESF03 in order to get rid of this error,

Also check the note 882961(File download: codepage conversion error FES024)

Regards

Vasu

Read only

0 Likes
1,899

i'm still facing this prob (Codepage could not be determined). When i check the version ...its a latest version same with the correction that SAP give in oss note 765763(Setting the upload/download codepage for a SAPGUI connection)...

any idea?...

Read only

Former Member
0 Likes
1,900

Hi,

If you are using Non-English characters in file/database , then you need to pass the CODE PAGE No. to the FM or processing command.

Code Page helps SAP to determine the Character set with which it is dealing.

Best regards,

Prashant

Read only

0 Likes
1,899

When I run this report in the background, SAP throwing the error

“Code page could not be determined – FES 25 E”.

Read only

Former Member
0 Likes
1,899

Hi,

Few questions :

1. Does the program give the same error when executed in foreground ?

2. Are you uploading the flat file from Presentation server. If Yes, then File from presentation server cannot be uploaded in background. You need to upload it from application server.

Best regards,

Prashant

Read only

0 Likes
1,899

Hi Prashant,

1. When i run the program in foreground..its ok...no error..

2. I get the data from table in Presentation server after that i want to write it the data into AL11.

i only get error <b>Codepage could not be determined</b> when i want to execute in background (FES 025).

Read only

Former Member
0 Likes
1,899

Hi,

Please use

OPEN DATASET L_FILENAME FOR OUTPUT IGNORING CONVERSION ERRORS. " Ignoring conversion errors should be added

Best regards,

Prashant

Read only

0 Likes
1,899

Prashant,

When i use OPEN DATASET L_FILENAME FOR OUTPUT IGNORING CONVERSION ERRORS... i get this error IN...MODE was expected.

Thanks.

Read only

Former Member
0 Likes
1,899

Please use


OPEN DATASET L_FILENAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT. " IN TEXT MODE added

Read only

0 Likes
1,899

i've try this syntax before but the result still same...with error Codepage could not be determined FES 025

Job cancelled after system exception ERROR_MESSAGE 00 564

Message was edited by:

Mohd.Rafie Ruslan