what is BAPI?
Answers were Sorted based on User's Feedback
Answer / minaxi shah
BAPIs (Business Application Programming Interfaces) are the
standard SAP interfaces. They play an important role in the
technical integration and in the exchange of business data
between SAP components, and between SAP and non-SAP
components. BAPIs enable you to integrate these components
and are therefore an important part of developing
integration scenarios where multiple components are
connected to each other, either on a local network or on
the Internet.
BAPIs allow integration at the business level, not the
technical level. This provides for greater stability of the
linkage and independence from the underlying communication
technology
Is This Answer Correct ? | 105 Yes | 12 No |
Answer / p.lokesh
BAPI IS A STANDARD SAP INTERFACE . IT IS PRECISELY DEFINED
INERFACE PROVIDING ACCESS PROCESS AND DATA IN BUSINESS
APPLICATION SYSTEM SUCH AS SAP R/3.THE SAP BUSINESS OBJECTS
STORED IN THE BUSINESS OBJECT REPOSITORY(BOR) ENCAPSULATES
THEIR DATA AND PROCESS. EXTERNAL ACCESS TO THE DATA AND
PROCESSES IS ONLY POSSIBLE BY MEANS OF SPECIFIC METHODS.
BUSINESS OBJECT TYPES AND THEIR BAPI's ARE DESCRIBED AND
STORED IN AN BOR(BUSINESS OBJECT REPOSITORY)
Is This Answer Correct ? | 32 Yes | 15 No |
Answer / sri
BAPI called as Business Application Programming
Interface is a set of interfaces to object-oriented
programming methods that enables 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.
Is This Answer Correct ? | 26 Yes | 11 No |
Answer / ashok
BAPI is initially a Remote Enabled Function Module , It
will be converted as a BAPI by inserting it into a Business
Object (BOR) in SWo1 Tcode .
Through BAPI we can communicate with SAP-SAP , SAP-NON SAP
Servers .
Is This Answer Correct ? | 12 Yes | 4 No |
Answer / shivani kaushik
BAPI is business application programming interface.
.its predefined function module.its no direct system call.
BAPI provide basic functions can be used for most sap
business object types. each bapi object has interface key
fields, attributes, methods and events.
Is This Answer Correct ? | 10 Yes | 4 No |
Answer / nirnesh mohanty
BAPI(Business Application Programming Interface) is a Remote Enable Function Module and it is always update the Standard Table.
Is This Answer Correct ? | 1 Yes | 0 No |
What are the tcodes for performance tuning?
will where conditions in a sql query help improve performance?
What is collective search help? : sap abap data dictionary
What is append search help? : sap abap data dictionary
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
How do you copy the script from source alert?
Is it possible to pass data to and from include programs explicitly? : abap modularization
difference between cluster and pooled tables
What is object in OM
can any one can give me the Fi and co flow? and the tables ?
How to Search for User-exits for a particular Transaction?
How many types of tables exists and what are they in data dictionary? : abap data dictionary