Technical Articles
How to get the Workflow log of any related Business Document in another Transaction Code?
Introduction
There can be a requirement for a particular workflow log to be shown in the Parent or child document. In this example suppose we have Workorder workflow which is a PR workflow but we wish to see the workflow log in Workorder also. How can you do that? The below change will help you to show the Workflow Log of PR Workflow in IW33 Transaction Code
Solution.
First you need to get the Workorder Number and then you have to use the following Method
GENERICINSTANTIATE of Business Object SYSTEM
&OBJKEY& stores the workorder Number
After you do this the Workflow log of the Purchase Requisition will show in the Workorder 🙂
Conclusion
With the above blog you can include any Business documents Workflow in any Child and Parent Document. This is very useful for business and helps less clicks and less confusion
Thank you for the post. Am hanging on issue to display the workflow overview in VL02N with custom workflow log of waybill information. I implemented the badi GOS_MULT_PUBLISH but dont know what we have to do in this badi. Kindly help.