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

Ascertain code page error?

Former Member
0 Likes
1,956

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,177

Hi,

Can you tell the error message id and error message number?

Regards,

Ankur Parab

Read only

0 Likes
1,177

Hi Ankar,

Thanks for your reply,

Error Message no is : 025

Message Class : FES.

Message type : "E"

Thanks

Regards,

S.Muthu

Read only

0 Likes
1,177

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

Read only

0 Likes
1,177

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

Read only

Former Member
0 Likes
1,177

This message was moderated.