A workflow is triggered on change of material master record in MM02. This workitem is triggered by an event created in t-code SWEC using the ABAP class.
The workitem is created and the workflow execution is successful. But I am unable to see the log in the MM02 or MM03 where we can see the workflow overview.
How can we make the log available in workflow overview.
Note: I have achieved the solution by implementing the BADI "GOS_MULT_PUBLISH" for the filter value "WF_OVERVIEW" and added the business object type as "CL" and the business object as the class what we have created and appended to the table CT_LPORB which is the changing parameter in the method "ADD_OBJECTS" of this BADI.
But is there any other way to activate the workflow overview without using any BADI and by using any workflow configuration?