Skip to Content
Technical Articles
Author's profile photo arghadip kar

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

 

and add a Step with Activity that executed the above method and just Bind the data

&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

 

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Sureshbalaji Gunasekaran
      Sureshbalaji Gunasekaran

      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.