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: 

save file in the local system.

former_member799868
Participant
0 Kudos

can we save the file in any local system in background.

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

>

> can we save the file in any local system in background.

you have use some confusing word Any , it is not possible to store then in background mode. But there is one option

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

4 REPLIES 4

former_member182426
Active Contributor
0 Kudos

hi,

yes we can save it. but to do this u have to give one name to save the data. this file name u have make dynamically....

Regards,

Shankar.

former_member188685
Active Contributor
0 Kudos

>

> can we save the file in any local system in background.

you have use some confusing word Any , it is not possible to store then in background mode. But there is one option

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

Former Member
0 Kudos

sure

use gui_download function

and where in which u need to specify the path u need to store it

and create a variant for that

and submit the program at sm36 transaction

Former Member
0 Kudos

Hi

you can give $TMP as the default local area to save the local file.

Pl award points

Regards

Venu