cancel
Showing results for 
Search instead for 
Did you mean: 

Ordering in whole integers from CCM

Former Member
0 Kudos

Hi,

We have a requirement to order items from catalog in whole integers for some items. For example for UOM such as bottles, cases, dozens etc... we'd like to enforce the user to only order 1 not 1.5. Does anyone know how this can be done - is it a BADI?

Thanks,

Paula.

Or can we do something with the stanrdard characteristic /CCM/QUANTITY_INTERVAL?

Message was edited by: Paula Chiu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Paula

This can be achived by BADI /CCM/AD_VALUATION where there are 2 methods MODIFY_WRITE_VALUATION and MODIFY_READ_VALUATION

Using this methods you can implement the the logic for certain UOM's not having any integers.

THere is also an example for this BADI

Go SE18 - Input the Badi name /CCM/CHAR_VALUATION and Then go to Implementation -->display --> standard example exits .

regards,

Nimish Sheth

Former Member
0 Kudos

Thanks Nimish I will check this out.

Former Member
0 Kudos

HI Paula

Have you check is the same thing works

regards,

Nimish Sheth

Former Member
0 Kudos

Hi Paula,

you can also achieve this by using either the /CCM/CSE_ENRICHMENT BADI in a similar way to the Minimum Order Quantity check (Validate method) or in a similar way to the Price Scale Check (enrichment).

It is also possible to use the catalogue transfer BADI BBP_CATALOG_TRANSFER, you can pass the minimum quantity value to one of the customer OCI fields and validate it using this BADI.

Hope this helps.

Regards

Chris

Answers (0)