2006 Mar 27 9:36 AM
Hello Everyone,
I want to download data in presentation server through background job.
i have no selection-screen.
Through program itself, i am specifying the file path of presentation server.
Any idea about that.
Regards,
Tarun
2006 Mar 27 9:39 AM
Hi tarun,
You cannot use GUI_* functions in the background.
The other solution is to save the data in the Application server and then download the data to the presentation server.
Regards,
Wenceslaus.
2006 Mar 27 9:39 AM
Hi tarun,
You cannot use GUI_* functions in the background.
The other solution is to save the data in the Application server and then download the data to the presentation server.
Regards,
Wenceslaus.
2006 Mar 27 9:43 AM
Hi
You can't to download a file in presentation server in background mode.
You can only download it in application server.
Sp you should daowload it in Appòication Server and then transfer it to Presentation Server.
You can use ftp fm to transfer it (see prog. RSFTP008)
Max
2006 Mar 27 9:44 AM
2006 Mar 27 10:05 AM
Hi,
You cannot download data in Presentation server in the background. Because in the background mode presentation server doesn't exist.
You can download data only in app. server using the transacton SM36 by defining a job and to run the defined job in SM37.
Thanks,
venkat Ramanan