cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_PD_SC_UPDATE not updating the line items of Shopping Cart

Former Member
0 Kudos

Hi,

I am trying to update a shopping cart line items for a shopping cart that is already created and saved.

I want to do following two tasks:

1. Update the existing line items.

2. Mark the relevant line items for deletion

3. Add new line item

I am using BBP_PD_SC_UPDATE, BBP_PD_SC_SAVE and BBP_PD_SC_COMMIT function modules in sequence.

The three operations mentioned above are not happening.

In case of updates for line item do I need to pass all relevant details for accounting, partner, longtexts, orgdata along with item details even though there is no change to accounting or org data or long texts for line item?

Thanks,

Ameet

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Ameet,

I assume you are trying to modify the data using a report or some background job. If SRM is 6.0 or above, I recommend to do the operation using standard PDO classes for SC.

You can find similar logic in standard report BBP_PO_BACKGROUND_PROC for PO (available from SRM 7.0 and above).

If it does not help, then please elaborate.

Regards,

Arun Singh