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: 

How to get System B data from System A through VB code.

Former Member
0 Kudos

Hi All,

I have two SAP systems System A and B.

I have an RFC destination defined in System A to connect from SAP System A to System B .

I have to connect to one SAP system (System A) from my VB code.

From that system I need to use the RFC Destination and get connected to System B and extract the data through Remote enabled FM in System B.

Can anyone provide me the suggestions to get data in System B from System A through VB code.

Thanks

r dhana

1 ACCEPTED SOLUTION

former_member220028
Active Contributor
0 Kudos

Hi,

for example you can call a RFC in System A that calls an RFC in System B that extracts the data.

You can write the call of RFC in System A in your extern-Code, both RFC Function Moduls have to be in ABAP.

regards

Stefan Seeburger

1 REPLY 1

former_member220028
Active Contributor
0 Kudos

Hi,

for example you can call a RFC in System A that calls an RFC in System B that extracts the data.

You can write the call of RFC in System A in your extern-Code, both RFC Function Moduls have to be in ABAP.

regards

Stefan Seeburger