2007 Nov 01 11:19 AM
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...
2007 Nov 02 3:12 AM
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...
2007 Nov 01 11:27 AM
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
2007 Nov 02 2:12 AM
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?...
2007 Nov 02 3:12 AM
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
2007 Nov 02 3:20 AM
When I run this report in the background, SAP throwing the error
Code page could not be determined FES 25 E.
2007 Nov 02 3:25 AM
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
2007 Nov 02 3:36 AM
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).
2007 Nov 02 4:07 AM
Hi,
Please use
OPEN DATASET L_FILENAME FOR OUTPUT IGNORING CONVERSION ERRORS. " Ignoring conversion errors should be addedBest regards,
Prashant
2007 Nov 02 6:50 AM
Prashant,
When i use OPEN DATASET L_FILENAME FOR OUTPUT IGNORING CONVERSION ERRORS... i get this error IN...MODE was expected.
Thanks.
2007 Nov 02 6:52 AM
Please use
OPEN DATASET L_FILENAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT. " IN TEXT MODE added
2007 Nov 02 6:56 AM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |