Start of Content Area
asynchronous method (BC-BMT-WFM)

SAP Business Workflow (BC-BMT-WFM)

A system that does not report back directly to the calling program or work item manager after its execution.

The asynchronous method does not return any result, parameters, or exceptions. At least one terminating event must be defined for a task described by an asynchronous object method and it must register its own results. Import parameters can be passed to it only. At runtime, the relevant work item is completed only when one of the defined terminating events occurs.

End of Content Area