cancel
Showing results for 
Search instead for 
Did you mean: 

IMPLEMENTING SHOPPING CART UPDATE FUNCTIONALITY

Former Member
0 Kudos

Hi,

I'm able to create a shopping cart in held state using BBP_PD_SC_CREATE by passing 'X' to IV_PARK. and a shopping cart in awaiting approval state by passing NULL to IV_PARK.

And while updating a shopping cart, I'm using BBP_PD_SC_UPDATE fm, and as it has an import parameter IV_PARK here , i'm doing the same. But here, when i update a HELD SC and order it, i mean, by PASSING IV_PARK as NULL, my shopping cart is still in HELD STATE.

PLS help in implementing of taking over a held shopping cart and ordering it, so that the cart goes into AWAITING APPROVAL state.

Thanks,

Karthik Babu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Prasanna,

This worked . Thanks a lot.

Thanks,

Karthik

Former Member
0 Kudos

Hi,

When you call BBP_PD_SC_UPDATE for a held SC, pass I_PARK = NULL, I_SAVE = X. With this the SC will move from HELD to AWAITING APPROVAL status and corresponding workflow will be trigerred.

Regards,

Prasanna

Former Member
0 Kudos

Hi karthik,

check the parameter IV_MODE , i think IV_MODE is required to be U when updating the SC.

Thanks

Iftekhar Alam