cancel
Showing results for 
Search instead for 
Did you mean: 

Steps needed to update shopping cart

Former Member
0 Kudos

Hi everbody, i need to build a program that has to change massively the funds in the shopping cart, could you please provide any FM useful to achieve this task? I'm using BBPCRM 4.0.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

khan_voyalpadusman
Active Contributor
0 Kudos

let me know your requrement in detail.

anyway function module BBP_PD_SC_UPDATE is used to update the shopping cart

Former Member
0 Kudos

Thanks Khan, basically for a range given in my program i have to access to each of the shopping cart and for each position in the account segment change the Funds field for a new key, save the shoping cart and that's all.

I've seen that the function BBP_PD_SC_GETDETAIL could get al the data related to the shopping cart, i could change the needed field and submit the function you said, after this, do i have to call another function like BBP_PD_SC_SAVE to ensure the modification?

Thanks again.

Former Member
0 Kudos

Hi

Yes correct approach..

Use function modules in the sequence

BBP_PD_SC_GETDETAIL / BBP_PD_SC_GETLIST

BBP_PD_SC_SAVE / BBP_PD_SC_UPDATE

DB_COMMIT

Regards

- Atul

Former Member
0 Kudos

Thanks to both of you for yoour useful feedback.

Have a nice day.

Answers (0)