Start of Content Area

Function documentation BI_OBJECT~EXECUTE_DEFAULT_METHOD Method  Locate the document in its SAP Library structure

Use

The BI_OBJECT~EXECUTE_DEFAULT_METHOD method is the standard method for the object. This method is executed when, for example, you call the object in Business Workplace.

Features

You can display process objects or process step objects at different positions within the SAP WebFlow Engine (for example, in Business Workplace and in Workflow Log). The SAP WebFlow Engine calls the BI_OBJECT~EXECUTE_DEFAULT_METHOD method.

There is an implementation example in the CL_SWF_FORMABSENCdemo class.

Note

If you do not need the method in your class, carry out a “dummy” implementation (without further coding) to avoid program errors when the system calls the method.

 

 

End of Content Area