Start of Content Area

Function documentation Enhancements using Business Transaction Events (BOMs)  Locate the document in its SAP Library structure

Use

In order to optimize BOM processes in your enterprise you can use Business Transaction Events to enhance the standard processing functions.

Business Transaction Events are defined parts within a source that can add coding for different software levels, such as branches, partners, or customers, without changing the original program itself.

You use Business Transaction Events, to enhance the standard SAP system with extra components. You can link in-house function modules, or a product from a third party, to the standard system.

Features

Enhancement interfaces are defined in coding of the standard SAP system. If an event is triggered, the system calls up the function modules in which the customer-specific coding is executed.

The tables below show the enhancements for Business Transaction Events used in BOMs (development class CS).

Enhancements for Function Group CSBE

Description

Event

SAP Function Module

Sample Module for Customer Module

Update of a BOM

CS000010

OPEN_FI_PERFORM_CS000010_E

SAMPLE_INTERFACE_CS000010

Activities

...

       1.      Create your own function modules (customer modules).

To do this, copy the sample module as a template.

       2.      Enter your program code in the customer modules.

       3.      In table TBE11 activate the application CS.

This has to be done before the SAP function module can calls the customer modules.

       4.      Assign an event to each customer module in the table TBE34.

When the event is triggered, the system calls the customer modules that are assigned to the event in this table.

 

End of Content Area