‎2007 May 31 11:16 AM
‎2007 May 31 11:25 AM
the majar diff between the BAPI and Fm is
1) bapi is having the future to updatel the tables
2) but FM doesnt have the that kind of future
3)BAPI is RFC enabled and its update the data in Remotely also.
with regards,
m.srikanth
‎2007 May 31 11:19 AM
‎2007 May 31 11:20 AM
A BAPI is an RFC enabled FM with a published interface. SAP promise not to change the functionality of a BAPI.
‎2007 May 31 11:22 AM
Hi,
The 2 major diffreneces are:
Every FM cannot be REMOTE ENABLED.
But ALL The BAPI's are REMOTE ENWABLED.
SY-subrc value is returned after exceution of FM.
No sy-subrc is returned for BAPI.
Revert back if any issues.
Reward with points if helpful.
Regards,
Naveen
‎2007 May 31 11:25 AM
the majar diff between the BAPI and Fm is
1) bapi is having the future to updatel the tables
2) but FM doesnt have the that kind of future
3)BAPI is RFC enabled and its update the data in Remotely also.
with regards,
m.srikanth
‎2007 May 31 11:27 AM
Function modules are ABAP routines that are administered in a central function library. They apply across applications and are available throughout the system. You must assign function modules to a function pool that is called a function group. A function group is nothing but a container for the function modules.
BAPI (Business Application Programming Interface) is a set of interfaces to object-oriented programming methods that enable a programmer to integrate third-party software into the proprietary R/3 product from SAP. For specific
business tasks such as uploading transactional data, BAPIs are implemented and stored in the R/3 system as remote function call (RFC) modules.