cancel
Showing results for 
Search instead for 
Did you mean: 

Finding Approvers for Shopping Cart

Former Member
0 Kudos

I'm in BADI BBP_DOC_SAVE_BADI, which fires when the shopping cart is either submitted or saved, and gives the shopping cart's GUID as an input. I need to find all the approvers that have been assigned to this shopping cart. I have looked in BBP_PD and all the shopping cart details I could find, but do not see where this information is stored. What would be the best way of going about this?

Accepted Solutions (1)

Accepted Solutions (1)

ricardo_cavedini
Employee
Employee
0 Kudos

Hello,

FM BBP_WFL_DIN_APPR_CONTAINER_GET returns document approvers if you provide as import parameter work item ID.

Kind regards,

Ricardo

Former Member
0 Kudos

How do I find the work item ID? From the input into the BADI I have the shopping cart's GUID, and can use that to get the rest of the data for the shopping cart using BBP_PD_SC_GETDETAIL. I haven't been able to figure out how to use that data to get at what work item it's on.

Former Member
0 Kudos

Is there a function module or database table I can query to get the work item ID for the shopping cart?

Answers (0)