what is bapi?
Answers were Sorted based on User's Feedback
Answer / sudhakar kakarla
Bapi(BUSINESS APPLICATION PROGRAMMING INTERFACE).
BAPI is defined as an API method of SAP objects.These methods and their objects or maintained as well as stored in BOR (Business Object Repository).
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / madan namdeo
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.
A BAPI is a point of entry to the R/3 System- that is, a
point at which the R/3 System provides access to business
data and processes.
Each object in a BOR can have many methods, one or more of
which can be implemented as BAPIs.
BAPIs can have various functions:
• Create an object
• Retrieving the attributes of an object
• Changing the attributes of an object
A BAPI is an interface that can be used for various
applications:
-Internet Application Components, which make individual R/3
functions available on the Internet or an intranet for
users with no R/3 experience.
• R/3 Components compositions, which allows
communication between the business objects of
different R/3components (applications).
• Visual Basic/JAVA/C++ - external clients (for ex-
alternative GUIs) that can access business data and
processes directly.
Is This Answer Correct ? | 2 Yes | 0 No |
iam having 3 internal table how can i pass data to the 4th internal table
How do you do Recording and what will you do?
Exception handling and how does it transfer from called method to calling method?
what technology used at presentation layer for displaying GUI to SAP user ? and where those files were put?
Explain client-dependent and client-independent tables.
How to use a specific number occurs statement?
WHAT IS THE ROLE OF WORK BENCH ORGANIZER?
2. wat is sub screen?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
How do you generate interactive lists in ALV?
1/ how can u move a logo from presentation server to application server ? 2/ The logo uploaded using rstxldmc prog . where it is going to store ? 3/ The logo is got inverted then how u handle this situation ? 4/what r clients ? what r the client no available in a company ? 800 client for which application ? 5/if i will display data by writing statement on start-of- selection then what is need of end-of-selection in classical reporting ? 6/ can u use at-line-selection & user-comand at atime in same programe ?