cancel
Showing results for 
Search instead for 
Did you mean: 

Service Description items in Shopping Cart

Former Member
0 Kudos

When we enter in a free text in the shopping cart currently is allows to use Material and Service. In our implmentation it is required to only allow Services as description. How can we achieve this requirement?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can put a Validation in Doc Check BADI to check for the combination of Entry in the product description field and Product type.

If the defined text is NOT present in the Product table and the product type is 01, then populate the Error message. Alternatively if the Product type is 02 then allow the creation.

regards,

MRao

Answers (0)