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

Upload /Download in Back ground processing

Former Member
0 Likes
685

Hi Floks,

can anyone tell me function module that can be used to download data into presentation server in background processing .

thanks

suresh

Hi Floks,

can anyone tell me function module that can be used to download data into presentation server in background processing .

thanks

suresh

3 REPLIES 3
Read only

Former Member
0 Likes
655

Hi

You can not download to the presentation server from a background process. The background process knows nothing of the PC attached to a dialog process. You can however download to the application server using the DATASET statements.

But if you want to copy file from application server to Presentation you can do it manually using Tcode: CG3Y.

Regards

vasu

Read only

Former Member
0 Likes
655

You cant download data in back ground to presentation server.

You can download to application server in back ground and later on you can access.

Use OPEN DATASET, TRANSFER etc to achieve this

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

Read only

Former Member
0 Likes
655

u have to use OPEN DATASET and CLOSE DATASET statements to download data to presentation server