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

Background job

Former Member
0 Likes
758

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
737

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.

4 REPLIES 4
Read only

Former Member
0 Likes
738

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.

Read only

Former Member
0 Likes
737

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

Read only

Former Member
0 Likes
737

Hi Tarun,

use SM36 to schedule a background Job..

kindly close your previuos and reward helpful answers..

regards

satesh

Read only

Former Member
0 Likes
737

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