cancel
Showing results for 
Search instead for 
Did you mean: 

WorkItem ID- Object ID

Former Member
0 Kudos

Dear Experts,

Pls help me to know the Workitem ID from a SC.

SC details available in CRMD_ORDERADM_H and WI_ID detaiils available in SWWWIHEAD.

I want to know for a SC, what is the Workitem id and in which table i will get the Approver for this SC.

Thanks in advance

Full Points for correct answer.

Rgds

SriRaM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

<b>Please go through the links below, which will definitely help -></b>

Do let me know.

Regards

- Atul

Answers (2)

Answers (2)

khan_voyalpadusman
Active Contributor
0 Kudos

hi ,

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

for this ,

1) start transaction 'SWI6'.

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

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

please reward points if usefull.

Former Member
0 Kudos

Hi,

use BBP_PDH_WFL_WI_FROM_OBJECT_GET with

- iv_object_id = SC ID

- iv_object_type = BUS2121

you can then use SRM_WAPI_WORKFLOW_GETDETAIL to get WI details.

BR,

Disha.

Pls reward full points for useful answers.