Found 3 Articles for SAP BAPI

Checking monthly main memory utilization peak values in SAP HANA

SAP Developer
Updated on 24-Feb-2020 06:25:30

208 Views

This detail can be seen in system view- SYS.M_LICENSE_USAGE_HISTORY

Difference between SAP BAPI and BAdi and Customer Enhancement vs Customer Modification?

Sai Subramanyam
Updated on 30-Jul-2019 22:30:20

767 Views

BAPI It is a short form for Business Application Programming Interface. It is a simple API used for business operations. It can be simple module function provided by SAP or it can be developed by the user as well. BAdI This is an abbreviation for Business Add-Ins. These are customer exits which are used to modify or customize existing SAP functionality. BAdI can be reused as they follow Object-oriented approach. Enhancements It is a modification of SAP functionality or adding new functionality possibly by using a BAdI class or any enhancement technique. Customer modification It is to customize existing function ... Read More

Using SAP BAPI API’s to extract information from client system

Arushi
Updated on 30-Jul-2019 22:30:20

398 Views

BAPI is an abbreviation for Business Application Programming Interface.BAPI’s are proprietary interfaces of SAP. These provide standard access to SAP solution with all the semantic checks already present. Using BAPI interfaces, we can perform both synchronous and asynchronous processing of data.

1
Advertisements