2007 Sep 18 2:40 PM
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
2007 Sep 18 2:44 PM
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
2007 Sep 18 2:44 PM
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
2007 Sep 18 2:47 PM
u have to use OPEN DATASET and CLOSE DATASET statements to download data to presentation server