‎2009 Jun 20 10:51 AM
Hi anybody,
I am running Backround job ABAP program. but i am getting "could not ascertain code page error" what is this problem. how to resolve that problem?.
anybody please explain to me.
Thanks
Regards,
S.Muthu
‎2009 Jun 20 10:54 AM
Hi,
Can you tell the error message id and error message number?
Regards,
Ankur Parab
‎2009 Jun 20 11:01 AM
Hi Ankar,
Thanks for your reply,
Error Message no is : 025
Message Class : FES.
Message type : "E"
Thanks
Regards,
S.Muthu
‎2009 Jun 20 11:16 AM
Hi,
Are you trying to upload or download something in your program from the presentation server?
Are you making use of any of the FM GUI_UPLOAD or GUI_DOWNLOAD in your program?
This will not work in background. In that case you will have to upload or download from Application server using OPEN DATASET, READ DATASET or TRANSFER statements.
Regards,
Ankur Parab
‎2009 Jun 23 1:53 AM
Hi Ankar,
Thanks you very much your valuable answers. Yes , I used in my program GUI_DOWNLOAD function.
now solved my problem.
Thanks
Regards,
S.Muthu
‎2014 Jul 12 9:00 AM