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

Executing in background

Former Member
0 Likes
560

Hi,

I have a program that selects some data and then downloads it to c:

However, when running it as a background job, it appears that it has not created the defined file in C:

Are there any special parameter to the gui_download or another command that should be used in order to create the file ?

4 REPLIES 4
Read only

Former Member
0 Likes
540

check in C: drive the specified file you are downloading is present or not.

regards

shiba dutta

Read only

Former Member
0 Likes
540

Hi Peter,

normaly it doesn't work in background,

But there is one solution shown by Srilatha Thirukkovalluri.

Here the link:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9831750a-0801-0010-1d9e-f8c...

Hope it helps.

Regards, Dieter

Read only

Former Member
0 Likes
540

Hi,

Actually u cannot use gui_download. As you are executing in background the execution takes place at application server,so gui_donload does not work for application server.

thanks

Read only

Former Member
0 Likes
540

Hi Peter,

There is no special parameter.

Just give the path n pass the data through the internal table u need to be sent to the file.

check this.

https://forums.sdn.sap.com/click.jspa?searchID=1193789&messageID=1088950

https://forums.sdn.sap.com/click.jspa?searchID=1193789&messageID=852657

Regards,

Priyanka.