SAP BUSINESS APP PROG INTER - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Business Application Programming Interface
(BAPI) Predefined interface to data and processes in an SAP application, which is stored in the 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. The BAPI Explorer, which lists the function modules for each application, can be accessed with the transaction code BAPI.