Actions

Difference between revisions of "Business Application Programming Interface (BAPI)"

Tag: Replaced
m
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Content Coming Soon'''
+
SAP BAPI (Business Application Programming Interface) is a standard interface to the business object models in SAP products. Programmatically, it is a method of an SAP Business Object Type or of an SAP Interface Type.
 +
 
 +
BAPIs are the primary method through which customer code and third-party applications interact with SAP products. BAPIs wrap the internal layers of SAP's business object model to ensure that all business logic, validations, and authorization checks are executed properly when accessing or changing business objects.
 +
 
 +
 
  
 
== See Also ==
 
== See Also ==
 
<div style="column-count:2;-moz-column-count:3;-webkit-column-count:3">
 
<div style="column-count:2;-moz-column-count:3;-webkit-column-count:3">
 
+
*[[Software Design]]
 
</div>
 
</div>
  

Revision as of 12:20, 8 December 2022

SAP BAPI (Business Application Programming Interface) is a standard interface to the business object models in SAP products. Programmatically, it is a method of an SAP Business Object Type or of an SAP Interface Type.

BAPIs are the primary method through which customer code and third-party applications interact with SAP products. BAPIs wrap the internal layers of SAP's business object model to ensure that all business logic, validations, and authorization checks are executed properly when accessing or changing business objects.


See Also


References