Application Development 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: 

background prog for uploading file from PC

Former Member
0 Kudos

Hi All

I want to upload a file from application server to PC and then from PC I want to use this file for further processing .

I am able to read the file from application server and then downlaod to PC as foreground process.

But Not able to do it in background process .

can please help me out ? Points would be rewarded .

Thanks

5 REPLIES 5

Former Member
0 Kudos

Use the Search option. This has been asked many many times.

kiran_k8
Active Contributor
0 Kudos

Hemanth,

Gui_download and OLE related function modules will not work in background.So you have to run in foreground only.

K.Kiran.

former_member386202
Active Contributor
0 Kudos

Hi,

Develop the z report read the data from application server using dataset into internal table and then download it using function module GUI_DOWNLOAD on presentation server. U can run the report into background also.

Regards,

Prashant

Former Member
0 Kudos

Hi Hemanth,

This is just not possible. And as rightly said by Martin you should search first.

Regards,

Atish

former_member189059
Active Contributor
0 Kudos

you cannot do this in the background since the application server has no access to your local pc