cancel
Showing results for 
Search instead for 
Did you mean: 

FM to find out the workflow status of an SC item

Former Member
0 Kudos

Hi,

When we reject an item of the shopping cart, we can see that item is rejected in the item details->Approval process overview tab. But where we can see at table level? Any idea of FM or  Class or  Tables to see this?

Ganapathi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the following FM

BBP_PDH_WFL_APPROVAL_SIMULATE

BBP_PDH_WFL_APPROVAL_TABLE_GET

BBP_WFL_DIN_APPROVAL_VIEW_GET

/SAPPSSRM/SL_GET_APPROVALS

Try  class /SAPSRM/CL_WF_APV_FACADE. This is used by standard SAP WF Analysis.

Methods - GET_CURRENT_PROCESS_STATE

Regards,

Neelima

Former Member
0 Kudos

Hi Neelima,

/SAPSRM/CL_WF_APV_FACADE. could give the proper result, which we are expecting. Thanks.

Ganapathi

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Ganapathi

Use FM BBP_PDH_WFL_WI_STATUS_GET with workitem id.

Regards,

MC

Former Member
0 Kudos

Try table CRM_JEST - Individual Object Status. It has the status of each order object.

The GUID here corresponds to the header GUID of an order object or the item GUID.