cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring drop down value for product type.

Former Member
0 Kudos

Hi All,

By default we get two values as the product type while creating a shopping cart.

These values appear in drop down as 'Material' & 'Service'.

My requirement is only to keep 'Material' in the drop down.

Please show me some way to do that.

Thanks & Regards

Archana

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Instead of chnaging the dropdown values for the field "product type",you can simply implement the BADI "BBP_DOC_CHECK_BADI" to restrict users from creating a service Shopping cart.In the BADi,check the field product type value.If "02"(Service),display error message.

BR,

Deepti.