Start of Content Area
implementation program (BC-DWB-TOO-BOB)

Business Object Builder (BC-DWB-TOO-BOB)

An ABAP program containing the implementation of methods and attributes of the object type.

When the attributes, methods and events are defined, the interface of the object type is described, and all essential information about the object type is documented.

Every object type requires one program, containing the following:

This collection of subroutines is then accessed by the function modules of the runtime environment to call methods and read attribute values.

The implementation program is created in part by the SAP System from the definition information. Some postprocessing is required, however.

End of Content Area