What is the difference b/w BAPI and Function module
Answers were Sorted based on User's Feedback
Answer / punny
BAPIs are remote function modules can be also used in Non
SAP environment like Java Applications
Is This Answer Correct ? | 43 Yes | 3 No |
Answer / lavanya
Hi ,
* BAPI is a remote enabled function module i.e it can be
accessed from any where and from any system, where as a
normal function module can't.
* BAPI perform accurate validation checks,
Regards,
Lavanya
Is This Answer Correct ? | 22 Yes | 2 No |
Answer / ennar91
BAPI ==> (Function Module + Remote Enabled) on the
wrapper of Business Object
RFC ==> Function Module + Remote Enabled
RFC & BAPI --> Both can be accessed from other
applications
Only difference is : With BAPI, the Business Object Can
be executed.
Normal Function Module: Can NOT be accessed from any
application.
Is This Answer Correct ? | 27 Yes | 9 No |
Answer / someshwar chatterjee
Each Bapi Object has Interface, Key Fields,
Attributes,Methods and Events.
Bapi Function Modules can be attached to these Bapi
objects .Function module has a single bound functionality
while a BAPI object can contain many functionalities.
Is This Answer Correct ? | 18 Yes | 3 No |
Answer / jayati saha
Bapi is nothing but a function module which is remote
enabled.
That means it can be accessed from another application
other than SAP.
Like it can be accessed from Visual Basic, JAva etc.
Functional modules are not RFC enabled. They can not be
accessed from other applications.
Moreover , BAPI internally works on business objects in the
Object oriented way.
But Function module is not object oriented.
Is This Answer Correct ? | 14 Yes | 8 No |
Answer / manikanta raj
Bapi is nothing but a function module which is remote
enabled.
That means it can be accessed from another application
other than SAP.
Like it can be accessed from Visual Basic, JAva etc...
where FUNCTION MODULE can be accessed only in ABAP.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / anurag
One of the main differances is that:
BAPI doesnot have a changing parameter, instead it has a
import parameter called "RETURN".
whereas Function Module has a changing parameter and no
special import parameter.
Is This Answer Correct ? | 6 Yes | 20 No |
how to change the package of an object?i.e a report stored in ymadhuri package.now it should be changed to ysaru
when does the secondary index should be used what role it play when we use secondary index in tables
What are Delivery classes? What data will you want to transport during client copy?
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
What is table pool?
How to Search for User-exits for a particular Transaction?
how to cal driver program in smart forms??
Difference between MACRO and SUBROUTINE ?
Do we create table fields with out data elements and domains?
What is the difference between call transaction and session method? : abap bdc
How can you call a subroutine which is located in program A from program B?
You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.