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: 

Uploading data from a view in legacy system to SAP

Former Member
0 Kudos

Hi,

I am developing a custom table in sap. The data in this table will be loaded from a view which exists in the clients legacy system (Oracle db).There will be no middleware for the data transfer.

How can this be done in SAP? Can anybody provide a detailed procedure to do this?

Thanks in advance !!!!

2 REPLIES 2

Former Member
0 Kudos

Hi

Is the Legacy system capable of calling 'BAPI' or 'RFC'.

If yes, than you can create a RFC function module and with in the function module, you can write code to populate values to ZTABLE.

When the Legacy system calls the RFC with values, your Ztable will be updated

Regards

Madhan

0 Kudos

Hi,

The legacy system in not capable of calling rfc or bapi. I need to make a call from SAP and fetch data from legacy system.

Thanks !!!