SAP Integration Basics
There are two ways of integrating external systems with SAP R/3.
BAPI - Business APIs are SAP's APIs to interact with SAP R/3. They are implemented as RFC functions for an SAP business object's (e.g. Customer, Vendor etc) methods. BAPI is best suitable for real time synchronous integration where the BAPI method is invoked as a request and the resultant data is returned as a reply (request-reply paradigm).
- ALE
- BAPI
BAPI - Business APIs are SAP's APIs to interact with SAP R/3. They are implemented as RFC functions for an SAP business object's (e.g. Customer, Vendor etc) methods. BAPI is best suitable for real time synchronous integration where the BAPI method is invoked as a request and the resultant data is returned as a reply (request-reply paradigm).
<< Home