‎2007 Dec 12 3:20 PM
HI experts,
Can anyone give answer for this.
If i run a program in <b>Back Ground</b>, does <b>GUI_UPLOAD</b> work.
Regards,
Kumar.
‎2007 Dec 12 3:21 PM
‎2007 Dec 12 3:21 PM
‎2007 Dec 12 3:25 PM
Hi,
GUI_UPLOAD will not work in background as background processing will not have any control on presentation server. You can achieve this using application server files.
Thanks,
Vinay
‎2007 Dec 12 9:53 PM
Gui_upload is only for forground mode.
On line 57 of gui_upload code is
Batch mode is not supported
IF sy-batch = 'X'.
MESSAGE ID 'FES' TYPE 'E' NUMBER '002' RAISING NO_BATCH.
ENDIF.
s-batch is backgound mode.
‎2007 Dec 12 10:33 PM
‎2007 Dec 13 8:06 AM
Hi Andhra_abap,
GUI_UPLOAD or any method or function from the frontend function group or ABAP object by classes like cl_gui_frontend_services, it will be impossible to run in background.
Regards,
Rajesh K Soman
<b>Kindly reward points if found helpful.</b>
‎2007 Dec 13 1:52 PM
Hi,
this function module does not work in background because this function modulle belongining to front end i.e it create a fiel in your presentation server , back ground programming does not work for front end applications.
Plz REward if useful.
Mahi.
Message was edited by:
Maheswari Chegu