cancel
Showing results for 
Search instead for 
Did you mean: 

Item-based Shopping Cart Approval

former_member190818
Active Contributor
0 Kudos

Hi,

I'm using Item-based approval shopping cart. I'm using the BADI BBP_WFL_APPROV_BADI for getting the approvers. I'm getting all the approvers in APPROVAL_TABLE and having ITEM_APPROVAL_TABLE also filled. I'm giving different branch index for different line items. As I described in those table, it is picking the first approver for particular line items and sending workitem to them. But once I execute from One user, the workitem disappears from other. And I'm not populating any details in ITEM_APPROVAL_OBJ.

Is it needed to give the details in the table ITEM_APPROVAL_OBJ ????

Can anyone tell me how to proceed with item level approval ??

Regards,

JMB

Accepted Solutions (0)

Answers (1)

Answers (1)

imthiaz_ahmed
Active Contributor
0 Kudos

You don't need directly update anything in the table, the function module BBP_WFL_DIN_ITEM_APPROVAL_GET populates this table. Take a look at the existing BADI implementation.

Regards, IA