Application Development 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: 

GUI_DOWNLOAD

anupam_srivastava2
Participant
0 Kudos

Can we use GUI_DOWNLOAD function in a backgroud processing job, if not what alternate is there.

cheers

AJ

5 REPLIES 5

Former Member
0 Kudos

Refer:

[;

Former Member
0 Kudos

hi,

Refer to the below link,

There is no easy way to interact with the presentation server in Background. C3GY and GUI_DOWNLOAD wont work.

If you dont have any alternative you might want to check out this link which explains interacting with the presentation layer in background using rfc destinations:

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

Regards,

Shalini

Former Member
0 Kudos

Hi,

We can not use gui_download in background . it will show error log . But we can use it in foreground.

actually by using gui_download we download a file to presentation server.

we can find the same by using the function modules

'open dataset .. for output... '

and 'close dataset..'

and use 'transfer..'

Hope this will help.

regards

jayati

Former Member
0 Kudos

It is imposible

anupam_srivastava2
Participant
0 Kudos

thanks