
BAPI Explorer
Overview
Using the Business Application Programming Interface (BAPI) Explorer, you can use BAPIs in your BSP applications, which means your BSP application can access data and processes from external application systems.

You develop your BSP application on the SAP Web Application Server in your SAP system environment. You want to add an availability check of a certain material to your BSP application. To implement this check, you have to use the BAPI MaterialCheckAvailability, which is not on your SAP Web Application Server, but is stored in your application system. Using the BAPI Explorer on your SAP Web Application Server, you can select the BAPI and add the relevant type definitions and calls to your BSP application.
BAPI Explorer

Procedure

When you use direct input, you enter either the name of a BAPI or a function module.
Result
You can now use the BAPI or function module in your BSP.