Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

diff between FM and BAPI

Former Member
0 Likes
743

hi,

diff between FM and BAPI

with regards

naren

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
707

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

5 REPLIES 5
Read only

Former Member
0 Likes
707

Hi

Check these links

[url];/url]

Regards

Raj

Read only

Former Member
0 Likes
707

A BAPI is an RFC enabled FM with a published interface. SAP promise not to change the functionality of a BAPI.

Read only

Former Member
0 Likes
707

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

Read only

Former Member
0 Likes
708

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

Read only

Former Member
0 Likes
707

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.