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: 

Export master data - A beginners design question

Former Member
0 Kudos

Hi,

Business Scenario and requirement

Master data export from ERP system to a legacy system. Integration engine is SAP XI/PI system.

Question

There are BAPI: s that can be used for this purpose. My question is as follows:

1. Should SAP XI make call to the standard BAPIs to extract the data?

OR

2. Should we developed and schedule an ABAP module that calls the BAPI and exports the master data to a buffer table which in turn the SAP XI/PI can get the data from via a custom made RFC or BAPI?

What is the usual way of working in these cases?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

custom made RFC is recommended because Std BAPI may select & send lot of unwanted data.

Remember; PI licence cost is on usage, i.e. based on MB of data transferred.

2 REPLIES 2

Former Member
0 Kudos

Hi,

First you need to select data from SAP and sent SAP XI using program.

You can check the data using T code SPROXY, check this might be helpful.

Regards,

Sunil

Former Member
0 Kudos

custom made RFC is recommended because Std BAPI may select & send lot of unwanted data.

Remember; PI licence cost is on usage, i.e. based on MB of data transferred.