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: 

Reading data from other sap system

Former Member
0 Kudos

Hi all,

In my company we are having 2 different sap systems. One of them is 4.6 C ver and the other is 6.0 version.

What i need is that whether the data of older system can be read from the new system.

For example we are using the new system about 1 year(may 2008 up to today) and the older one about 9 years.

And i need to access to the data of older system, like the stock of 2007 in june?

Can i do this from new system side?

Thanks.

deniz.

2 REPLIES 2

johan_geraedts
Explorer
0 Kudos

Deniz:

With an RFC function you can call from the "new" sap to the "old" sap. Have a look in the MARDH and MBEWH table to see the stock at the month end.

JG

Former Member
0 Kudos

Hi,

While upgrading from 4.6C to ECC 6.0 itself, care should have been taken to transfer data from older system to the newer system.

You can't read data from separate SAP system directly.

If both are connected, you can either use RFC function modules to retrieve data or you have to go for ALE/IDOC s to read data from different SAP system.

rgds

Sreenivas