‎2007 Mar 26 4:57 PM
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
‎2007 Mar 26 5:03 PM
Create RFC function module using "OPEN DATASET" in server1 , call the function module from server 2.
aRs