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

save a file in remote pc

Former Member
0 Likes
508

Hi fellow abapers

I've a report which will save the result (ex : in .XLS ) after execution, into the C:\ of the same PC where it is executed.

now that, my requirement is ,wherever it is executed, should save the file in a particular remote PC which is connected in the same LAN .

is it possible using ABAP, if yes how

Kind regards

Prabumanoharan

Hi fellow abapers

I've a report which will save the result (ex : in .XLS ) after execution, into the C:\ of the same PC where it is executed.

now that, my requirement is ,wherever it is executed, should save the file in a particular remote PC which is connected in the same LAN .

is it possible using ABAP, if yes how

Kind regards

Prabumanoharan

3 REPLIES 3
Read only

Former Member
0 Likes
477

Hello,

Yes, it´s possible.

See these:

[]

[]

Regards.

Read only

vinod_vemuru2
Active Contributor
0 Likes
477

Hi Prabhu,

Check below document. U have to make that PC as RFC destination in SAP system(i.e IP of that system). So that PC will act as RFC application server.

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

Thanks,

Vinod.

Read only

Former Member
0 Likes
477

answered