cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any SRM FM to retrieve list of work item pending for an approver?

Former Member
0 Kudos

Is there any SRM FM to retrieve list of work item pending for an approver? Basically I need list of Shopping carts pending for an user's approval.

Regards,

Dhana

Accepted Solutions (0)

Answers (3)

Answers (3)

konstantin_anikeev
Active Contributor
0 Kudos

Hi Dhana,

you sould use Workflow API functions (SAP_WAPI_*)

For exmaple SAP_WAPI_CREATE_WORKLIST

Best Regards

Konstantin

Former Member
0 Kudos

You can also try FM BBP_WFL_DIN_APPR_CONTAINER_GET

With Regards,

Malay

Former Member
0 Kudos

Did you tried with FM BBP_PD_SC_GETLIST?

Regards,

Lisandro

Former Member
0 Kudos

Hi Dhana,

You can use transaction code SWI5 to get list of workitems waiting on approval. In SWI5 you have to select Type of Analysis as Work items to be Completed without Date. It will give list of all the items waiting approval with their workitem id.

Hope this helps.

Thank you
Ritesh