cancel
Showing results for 
Search instead for 
Did you mean: 

PR workflow Issue-what is the link between workitem ID and PR # at database

0 Kudos

Hi Folks,

in the Purchase requisition workflow, how do we know the relationship (link) between Purchase requisition No and workitems ID. there are so many workitems for each purchase requisition but one common link should be there between one purchase requisition to all other workitems related to this PR.

How do we know the link between Purchase requisition and the concerned PR workflow in the SAP database.

Please provide the solution for the above, it is very important for me.

Regards

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Ravi,

you can use the function module

SWI_WORKITEMS_OF_OBJECT_GET

(more simple call)

or

SAP_WAPI_WORKITEMS_TO_OBJECT

(more release-safe but more complex)

to retrieve the work items for each requisition.

Set the ObjType to BUS2105

Set the ObjKey to the requisition#

Best regards,

Florin

0 Kudos

Exallent Florin

This is the Solution I am looking for. Thank you very much for you Information

Answers (0)