‎2007 Jan 03 5:31 AM
My program upload file by Fxn GUI_UPLOAD. When I schedule it in background it is cancelled with the error message 'Front End Fxn cannot be used in background'.
What should I do ?
‎2007 Jan 03 5:39 AM
Hi Dinesh ,
GUI_UPLOAD is not possible in background
You can upload this file into application server and then from there you can use it .
use CG3Z/CG3Y to upload to application server.
Check this document to handle gui_upload in background mode.
Thanks to Srilatha Thirukkovalluri
Regards,
Raghav
‎2007 Jan 03 5:38 AM
You cannot read from a file on the local system in a background job. You will have to run it in the foreground.
Regards,
Manoj
‎2007 Jan 03 5:38 AM
That means Batch Mode is not Supported . If the system variable SY-BATCH is X, i.e. if the program is running in background, this exception is raised, That means GUI_UPLOAD does not Support Background Processing.
Cheers...
Santosh
‎2007 Jan 03 5:39 AM
Hi Dinesh ,
GUI_UPLOAD is not possible in background
You can upload this file into application server and then from there you can use it .
use CG3Z/CG3Y to upload to application server.
Check this document to handle gui_upload in background mode.
Thanks to Srilatha Thirukkovalluri
Regards,
Raghav
‎2007 Jan 03 6:06 AM