cancel
Showing results for 
Search instead for 
Did you mean: 

Material Unit of Measure Conversions from S/4 Hana Cloud

former_member235482
Participant
0 Kudos

Is there a standard API or Vitural Data Model for the SAP Javascript SDK that allows me to read material, plant, storage location unit of measure conversion rates?

https://help.sap.com/doc/69202ef7e0a64767833782132648b855/1.0/en-US/index.html

Accepted Solutions (0)

Answers (2)

Answers (2)

Junjie
Advisor
Advisor
0 Kudos

Hi austinkloske ,

For the api "API_PRODUCT_SRV" mentioned by Jens, the corresponding VDM is "@sap/cloud-sdk-vdm-product-service".

Jens_Koyen
Active Participant
0 Kudos

Hello austinkloske ,

For SAP S/4HANA Cloud Essentials I would try following API: API_PRODUCT_SRV and use /A_ProductUnitsOfMeasure(Product='{Product}',AlternativeUnit='{AlternativeUnit}').

I believe that should cover your requirements.

Kind regards,
Jens Koyen