cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the Approver details for a Shopping Cart?

Former Member
0 Kudos

Hello All,

I want to get the "Approver" details for a given Shopping cart. For this I tried SAPSRM/CL_WF_APV_FACADE=>get_process_info method by passing header guid, object type and created by.

But I dint get the Approver details.

Please help me regarding this.

Regards,

Yugesh A.

Accepted Solutions (0)

Answers (2)

Answers (2)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

Have you tried FM BBP_WFL_DIN_APPR_CONTAINER_GET, using as import parameter the workflow ID?

Kind regards,

Ricardo

Former Member
0 Kudos

hi Yugesh,

There are two ways of finding that :

1. Go to tcode SWI6 and check container "determine next approver" for approver list .

2. Check BadI BBP_WFL_APPROV_BADI , Open active implementation and check method GET_REMAING_APPROVERS for logic of approver determination.

Please let me know if you need any help in above processes.

Thanks and regards,

Atul