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

Reading file from different App.Server

abhishek_katti
Explorer
0 Likes
344

Hi Experts,

We have two SAP application servers. I have a file created on first SAP application server which I have to read from second SAP application server program. Both side RFC destinations are ok.

Is any FM for this? Please suggest suitable solution.

Thanks.

Abhishek

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
322

Create RFC function module using "OPEN DATASET" in server1 , call the function module from server 2.

aRs