cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart Approver

Former Member
0 Kudos

Hi All,

Is there any function module or a table wherein we can find the approver of the shopping cart.

Regards,

Ravi G

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use the FM 's "BBP_PDH_WFL_APPROVER_GET" and "BBP_PDH_WFL_APPROVAL_SIMULATE" to get the approvers of a SC.

Just fill :

IV_OBJECT_TYPE with BUS2121

IV_OBJECT_ID with 1100009156(SC no)

You will get approvers in table ET_ADHOC_AGENTS.

BR,

Disha.

Do reward points for useful answers.

Former Member
0 Kudos

Hi Disha,

As you said i have tried the given function module by passing Object ID and Object Type but it does not return any thing.

Regards,

Ravi G