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

GUI_UPLOAD

Former Member
0 Likes
776

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
733

No.

6 REPLIES 6
Read only

Former Member
0 Likes
734

No.

Read only

Former Member
0 Likes
733

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

Read only

Former Member
0 Likes
733

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.

Read only

Former Member
0 Likes
733

It will be impossible to run in background

Regards,

Maha

Read only

Former Member
0 Likes
733

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>

Read only

Former Member
0 Likes
733

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