Skip to content

ABAP Keyword Documentation →  ABAP Glossary 

Business Application Programming Interface

(Abbreviated as BAPI.) A predefined interface to data and processes in an SAP application stored in Business Object Repository with the basic functions Create Objects, Query Object Properties, and Change Object Properties. BAPIs are implemented using function modules with the naming convention BAPI_<business_object_name> _<method_name> that can be called remotely and that cannot run a user dialog. BAPI Explorer, which lists the function modules for each application, can be accessed with the transaction code BAPI.

Other versions: 7.31 | 7.40 | 7.54