Application Development and Automation 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: 
Read only

Data extraction from SAP R3

Former Member
0 Likes
641

We need to pull data like material information, purchase order information from SAP R3 4.6C to our local oracle database on daily basis. We don't want to use BAPI calls.Can somevone guide us how to do it?

We need to pull data like material information, purchase order information from SAP R3 4.6C to our local oracle database on daily basis. We don't want to use BAPI calls.Can somevone guide us how to do it?

4 REPLIES 4
Read only

Former Member
0 Likes
603

if you have PI in your landscape you do it Via PI.

IDOC - PI - Database.

Regards,

Suresh

Read only

0 Likes
603

Thanks Suresh. Can you please explain how to do that. I am new to this field. If you can send me some code example that will be great.

Read only

0 Likes
603

SAP PI is middleware from SAP and it is all toghether a seperate installation.

if SAP PI system in place along with R3 then co-ordinate with your PI team.

Regards,

Suresh

Read only

Former Member
0 Likes
603

Apart from IDOC, there is one more option of flat file or CSV file.

as you want the data daily, you can develop an interface in SAP which extract the creatae / change material master data , purchase oredr of previous day and format in file which is acceptable in Oracle server and send using FTP push or pull method. I believe in Orcale databas we can upload CSV file easiy. The create or change data of previous day, you can easily get in CDHDR/CDPOS tables.