cancel
Showing results for 
Search instead for 
Did you mean: 

RFC, ALE, BAPI

0 Kudos

Hi,

What is the difference between the following interface technologies RFC, ALE and BAPI.

Thanks & Best Regards,

Rengan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

BAPI are RFC enabled function modules. the difference between RFc and BAPI are business objects. You create business objects and those are then registered in your BOR (Business Object Repository) which can be accessed outside the SAP system by using some other applications (Non-SAP) such as VB or JAVA. in this case u only specify the business object and its method from external system in BAPI there is no direct system call. while RFC are direct system call Some BAPIs provide basic functions and can be used for most SAP business object types. These BAPIs should be implemented the same for all business object types. Standardized BAPIs are easier to use and prevent users having to deal with a number of different BAPIs. Whenever possible, a standardized BAPI must be used in preference to an individual BAPI.

IDOC type and IDOC. An Intermediate Document (IDOC) type represents the structure of the data associated with a message type (DEBMAS02 for message type DEBMAS — Customer Master, and WMMBID02 for message type WMMBXY— Goods Movements), while an IDOC is an object containing the data of a particular message type. IDOCs are data containers with intelligence built in. Each IDOC contains one and only one business object. For example, an IDOC of type SHPMNT01, message type SHPMNT, will contain data only of one Shipment Document. Generally, the architecture of an IDOC is independent of the message type by virtue of ALE’s ability to redefine it for any message type.

http://searchsap.techtarget.com/ateQuestionNResponse/0,289625,sid21_cid558752_tax293481,00.html

https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=differencebetweenRFC%2CALEand+BAPI&adv=false&sortby=cm_rnd_rankvalue

I hope this will help you

Thanks,

Tulasi