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: 

Connecting to 3rd party (non-)SAP Systems using ABAP

0 Kudos

hello,

i am interested in doing something like the following:

comparing/calling 2 tables from 2 different r/3-systems to their content using abap.

has anybody done that ? any starting points for me on that ?

regards,

cl

Message was edited by:

Clemens Leider

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can use RFC system to get the data(table) from other SAP system and use it. You can use the same function module with different DESTINATION by giving other sap System id to get that data also

You can use ALE also to get the data from 2 different systems.

You can use BAPI and IDOC's and latestly XI of netweaver for connecting to third party system.

reward if useful

regards,

Anji

Message was edited by:

Anji Reddy Vangala

3 REPLIES 3

Former Member
0 Kudos

Hi,

You can use RFC system to get the data(table) from other SAP system and use it. You can use the same function module with different DESTINATION by giving other sap System id to get that data also

You can use ALE also to get the data from 2 different systems.

You can use BAPI and IDOC's and latestly XI of netweaver for connecting to third party system.

reward if useful

regards,

Anji

Message was edited by:

Anji Reddy Vangala

0 Kudos

Hi Anji,

thank you for the information - do you have any sample report or resource how to accomplish this by using the rfc-method ( as i am on 4.6c ) ?

Which steps do i need to take ?

0 Kudos

subject line reads non-SAP but in the content you mentioned you want to read data from one sap system to other sap system.?

i will assume that its between R/3 systems as you had shown interes in RFC methodology.

1. create RFC destination pointing to target system

2. call the function residing in the target system from source system with addition destination.

check the following link for more info

http://help.sap.com/saphelp_46c/helpdata/en/22/042544488911d189490000e829fbbd/frameset.htm

Regards

Raja