cancel
Showing results for 
Search instead for 
Did you mean: 

Unit of measure conversion

Former Member
0 Kudos

We have a need to load a catalog that'll calculate the price by the 100 so we added a UoM code HU (Hundred) in both SRM & R/3. Even though the price is by the 100 (i.e. $15.99 per 100), users are allowed to order less than 100 and the price should come to $.1599 / each. However, it's still calculating by $15.99.

In CUNI, I can go to the HU measurement details and see a section called Conversion. I figure this is where I'd specify how the system should handle the price conversion, but the fields are not editable.

Does anyone have any suggestion as to how I should do this?

Thanks.

SN

Accepted Solutions (0)

Answers (2)

Answers (2)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Please check OCI Value. I guess NEW_ITEM-PRICEUNIT = 1 in your case. New UOM HU is not required.

NEW_ITEM-QUANTITY = 1

NEW_ITEM-UNIT = EA

NEW_ITEM-PRICE = 15.99

NEW_ITEM-CURRENCY = USD

NEW_ITEM-PRICEUNIT = 100

You can check OCI value in SLG1 transaction.

[https://service.sap.com/sap/support/notes/487917|https://service.sap.com/sap/support/notes/487917]

Regards,

Masa

Former Member
0 Kudos

Masa,

I'll definitely try your suggestion. I'll re-upload the catalogs and come back to update results and reward points as appropriate.

Thanks.

SN

Former Member
0 Kudos

Masa,

I'm trying to match these OCI fields to the catalog characteristics and I only recognize 3 out of the 5 that are shown in the load file.

/ccm/order_unit - NEW_ITEM-UNIT = EA

/ccm/amount - NEW_ITEM-PRICE = 15.99

/ccm/currency_code - NEW_ITEM-CURRENCY = USD

The ones below I'm not sure which characteristics to apply:

NEW_ITEM-QUANTITY = 1 - is this /CCM/MINIMUM_QUANTITY?

NEW_ITEM-PRICEUNIT = 100 - is this /CCM/PRICE_BASIS_QUANTITY?

I'm new to CCM so still trying to figure things out.

Thanks,

SN

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I do not have access CCM server. I have only SRM-MDM Catalog 2.0.

NEW_ITEM-QUANTITY: You do not need to load any data. User types in the catalog UI.

NEW_ITEM-PRICEUNIT = /CCM/PRICE_BASIS_QUANTITY

I think there is also /CCM/PRICEUOM* field.

Regards,

Masa

Former Member
0 Kudos

Masa,

I looked in table /CCM/C_CHAR in SRM and cannot find anything remotely close to /CCM/PRICEUOM*. I wonder if that's only available in MDM.

SN

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Price UOM is not relevant in your scenario. /CCM/PRICE_BASIS_QUANTITY is required for your scenario.

Regards,

Masa

Former Member
0 Kudos

Hi,

May be you need to load the catalog with 2 different UOM, with different prices.

Thank you

Sreedhar

Former Member
0 Kudos

Have you tried that? How does that work with 2 UoM's in one catalog?

SN