method

SAP Business Workflow (BC-BMT-WFM)

Object type component: Operation that can be executed on an object.

The methods of an object type are specified and implemented in the Business Object Builder.

Methods usually refer to existing ABAP functions, such as function modules, transactions and dialog modules. They are called using a standard interface, which is determined basically by the method ID and the method parameters. The actual implementation of a method is not externally apparent.

You can specify the following for each method: