2007 Mar 23 10:43 AM
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
2007 Mar 23 10:45 AM
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
2007 Mar 23 10:45 AM
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
2007 Mar 29 9:00 AM
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 ?
2007 Mar 29 9:33 AM
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