cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping cart directly picking up the contract in the backend

Former Member
0 Kudos

Hello All

when a shopping cart is created in Classic scenario with a product category , the system is picking up the Contract directly from the backend.

There is a contract maintained in the backend for the Product category that has been used in the SC.

I want not to pick up the contract directly.

Can you please let me know how we can restict the system by picking up the contract when a Product category has it in the backend.

Thanks in Advance.

Regards

Bharath

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi valleri,

You can do this by implementing the BBP_DOC_CHANGE_BADI for the shopping cart.

In this badi you can clear the fields in the item like ctr_hdr_number, ctr_item_number etc.

Next to that you also have to delete the partner function from the vendor which was assigned.

If you erase these data, the contract will not automatically be assigned.

Regards,

Tom