‎2009 Feb 25 12:20 PM
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?
‎2009 Feb 25 12:24 PM
Hi,
check the log, based on that you can resolve.
check it in debugging mode, you come to know, why is it so.
‎2009 Feb 25 12:24 PM
Hi,
Are u using any ws_upload or ws_download function modules.
Regards,
Nagaraj
‎2009 Feb 25 12:27 PM
No am making use of a class interface only.In background the values are getting populated but dunno why its getting cancelled.
‎2009 Feb 25 12:27 PM
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
‎2009 Feb 25 12:27 PM
if you using any function modules..that function modules cant run background.check log
‎2009 Feb 25 12:28 PM