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

Error when running in background

Former Member
0 Likes
1,041

Hi,

When i run the pgm in foreground its working fine but if i run in background the job is getting cancelled with the error message "Code page couldnt be determined".I checked in background the value in the o/p is coming but the job is getting cancelled.What is the reason for it?

6 REPLIES 6
Read only

Former Member
0 Likes
931

Hi,

check the log, based on that you can resolve.

check it in debugging mode, you come to know, why is it so.

Read only

former_member404244
Active Contributor
0 Likes
931

Hi,

Are u using any ws_upload or ws_download function modules.

Regards,

Nagaraj

Read only

0 Likes
931

No am making use of a class interface only.In background the values are getting populated but dunno why its getting cancelled.

Read only

Former Member
0 Likes
931

Hi,

In your program are you using any cl_gui_frontend_services methods. That means

any cl_gui_frontend_services=>gui_download

cl_gui_frontend_services=>gui_upload

If you are using frontend services background job. The job will not work

Hope it will helps

Read only

Former Member
0 Likes
931

if you using any function modules..that function modules cant run background.check log

Read only

Former Member
0 Likes
931

Hi

Could you elaborate on the code?

Pushpraj