cancel
Showing results for 
Search instead for 
Did you mean: 

Workitem forwarded

Former Member
0 Kudos

Hi Experts,

How do we find who forwarded a workitem to another user manually? Is there any way to find out in the system, which user forwarded/changed an approver? Say, if a shopping cart is awaiting approval from a user. When you check the workflow log, step history in the log, there is a step that says "Work item Forwarded" from one user to another. How do i know who forwarded this to the second user? Points will be awarded for sure.

Regards,

Maria.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

<b>Please go through this -></b>

1) It is possible to find the details from the workflow , you can find all the workitem ids linked to the document.

For this ,

a) start transaction 'SWI6'.

b) use object type 'BUS2121' , enter the shopping cart number for the object id , then execute.

Then System will return the workflow log , from the container definition of the workflow log , you can find the involved approvers , workitem id etc.

2) Also you can use BBP_PDH_WFL_WI_FROM_OBJECT_GET with

- iv_object_id = SC ID

- iv_object_type = BUS2121

Then, you can then use SRM_WAPI_WORKFLOW_GETDETAIL to get WI details.

<u>See related links -></u>

<b>Hope this will definitely help. Do let me know.</b>

Regards

- Atul

Former Member
0 Kudos

Hi,

Use the FM "BBP_PDH_WFL_WI_FROM_OBJECT_GET " to get the Workitem ID.Then use the Workitem ID and pass it to FM "BBP_PDH_WFL_WI_DETAILS_GET".There in the table "ES_WI_HEADER",you have a field "WI_FORW_BY" whcih stores the user ID of the user who forwarded the workitem.

BR,

Disha.

<b>Pls reward points for useful answers.</b>

Answers (0)