‎2009 Jan 28 3:35 PM
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?
‎2009 Jan 29 4:52 AM
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.
‎2009 Jan 28 3:44 PM
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
‎2009 Jan 29 4:52 AM
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.