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

Reg: Background object Urjent

Former Member
0 Likes
806

Hi all,

I create one program, that download's table data from R/3 to My desktop in XLS format. For the same program if i Schedule in back ground, the status is Finished , but file could not downloaded.

Kind suggest.

With regards,

Prasanna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
782

Hi

What function Modules are you using for the download of Data from table to System.check.

The GUI_DOWNLOAD and GUI_UPLOAD fun modules are not used in Background, thay won't work in Background jobs,

you have to use them in foreground only.

Reward points for useful Answers

Regards

Anji

Hi

What function Modules are you using for the download of Data from table to System.check.

The GUI_DOWNLOAD and GUI_UPLOAD fun modules are not used in Background, thay won't work in Background jobs,

you have to use them in foreground only.

Reward points for useful Answers

Regards

Anji

5 REPLIES 5
Read only

Former Member
0 Likes
783

Hi

What function Modules are you using for the download of Data from table to System.check.

The GUI_DOWNLOAD and GUI_UPLOAD fun modules are not used in Background, thay won't work in Background jobs,

you have to use them in foreground only.

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
782

background will not work and use open datset command to get back groun job and automatically it will save or create file at application server.

Read only

0 Likes
782

Thanks for your Answer, and can you tell me how can i use open dataset command to get back ground job.

Regards ,

Prasanna

Read only

0 Likes
782

Hi Thanks for your Ans, and can you tell me how to use open dataset commond to get background Job.

Plz...

regards,

Prasanna

Read only

Former Member
0 Likes
782

Hi prasanna,

if u r working with background jobs then u have to save the data in the application server for that use open dataset.

Regards...

Arun.

Reward points if useful.