‎2007 Feb 05 9:33 AM
Hi gurus,
Kindly tell me the difference between BAPI RFC Vs RFC.
Thanks and Regards,
vinay
‎2007 Feb 05 10:10 AM
‎2007 Feb 05 9:45 AM
Hi Alson,
Generally there is no term BAPI RFC; BAPI is remote enabled FM...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.
Hope it helps, , if, then pls award.....
Regards,
‎2007 Feb 05 10:10 AM
‎2007 Feb 05 10:21 AM
<a href="http://www.sap-img.com/abap/ale-bapi.htm">http://www.sap-img.com/abap/ale-bapi.htm</a>
‎2007 Feb 05 10:22 AM
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.
Hope this helps.
Reward if helpful.
Regards,
Sipra