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

Local file

Former Member
0 Likes
703

How do I save a local file, using a transaction in background?

How do I save a local file, using a transaction in background?

5 REPLIES 5
Read only

Former Member
0 Likes
662

Hi Dias,

Check this out

Regards,

Santosh

Read only

Former Member
0 Likes
662

Hi,

you mean, you´re running a process in background ?? that´s not possible, because the process in running in the server and you want to save a file in your computer !!

You have to do something else, depending on the nature of the process.

Read only

Former Member
0 Likes
662
Read only

Former Member
0 Likes
662

Hi,

Just Check this

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9831750a-0801-0010-1d9e-f8c64efb2bd2">Accessing the Frontend/PC in Background</a>

Regards

vijay

Read only

Former Member
0 Likes
662

Thanks to all for the answers. Vijay, the link documentation use the function RFC_REMOTE_FILE, but in the version 4.6 this function not found. Exists other function seemd in this version?