Entering content frame

Example: BAPI Interface and Function Module Locate the document in its SAP Library structure

The definition of a BAPI in the Business Object Repository and its associated function module in the Function Builder must correspond to each other. This example shows the relationships between the method and the function module.

Business Object Flight with Key Field and Methods

The graphic below shows the SAP business object type Flight in the BAPI Explorer view of the BOR.

This graphic is explained in the accompanying text

 

Note the following:

Function Module BAPI_FLIGHT_GETDETAIL

The function module BAPI_FLIGHT_GETDETAIL implements the BAPI GetDetail() of the business object type Flight.

Keep in mind the following points when reading the source code extract below:

Program Code

Look at the source code of the function module BAPI_FLIGHT_GETDETAIL in the BAPI Explorer (under the source code tab).

 

 

Leaving content frame