cancel
Showing results for 
Search instead for 
Did you mean: 

BTP ABAP Environment, maintain standard UoM(T006 table)

aoyang
Contributor
0 Kudos

Hi experts,

I'm using BTP ABAP Environment and using standard UoM(I_UnitOfMeasure) as search help for a RAP application.

The problem is that the required measurement is missing from the standard UoM(maybe rather rare UoM so it's opted out by SAP as default).

How do we maintain standard UoM or T006 table in BTP ABAP Environment? Is there similar function to t-code CUNI?

Best regards, Aocheng

View Entire Topic
Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Aocheng,

we have provided an API for this puropose in SAP BTP ABAP Environment. It is the class CL_UOM_MAINTENANCE which provides the option to create, update, delete and read custom unit of measures.

Units of Measurement | SAP Help Portal

Kind regards,

Andre

aoyang
Contributor

Hi Andre, creation of custom UoM worked with this API. Thank you so much!