BI_OBJECT~DEFAULT_ATTRIBUTE_VALUE
Method
The BI_OBJECT~DEFAULT_ATTRIBUTE_VALUE method returns the display name of the object.
You can display references to process objects or process step objects at different positions within the SAP WebFlow Engine (for example, in Business Workplace and in Workflow Log). The object key is normally displayed here. If, for example, you want to display a descriptive text instead, the BI_OBJECT~DEFAULT_ATTRIBUTE_VALUE method has to return the corresponding value.
If the method does not contain implementation or does not return a value, the object key is displayed.
There is an implementation example in the CL_SWF_FORMABSENCdemo class.

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.