Show TOC

Actions in the Function BuilderLocate this document in the navigation structure

Use

Once the parameters have been defined, the function module underlying the BAPI is created in the Function Builder (transaction SE37). Transaction SE37 can be accessed from within the project form in the BAPI Explorer.

When creating the function module you must follow the rules below:

  • All function modules must have the naming convention:

    <Name space>BAPI_<business object>_<method>.

    A maximum of 30 characters is allowed. If required, you can abbreviate the name but still following the above convention. You must still be able to recognize the business object type assignment.

    Example

    Method name: FlightBooking.CreateFromData ; function module name: BAPI_FLBOOKING_CREATEFROMDATA

  • All the BAPIs belonging to one SAP business object type should be created in one function group. You should only deviate from this rule in exceptional cases.

  • BAPIs belonging to different SAP business object types must not be put in the same function group.