C_QM_UnitofMeasure

DDL: C_QM_UNITOFMEASURE SQL: CQMUOM Type: view CONSUMPTION

QM - Unit of Measure

C_QM_UnitofMeasure is a Consumption CDS View that provides data about "QM - Unit of Measure" in SAP S/4HANA. It reads from 1 data source (I_UnitOfMeasure) and exposes 2 fields with key field UnitOfMeasure.

Data Sources (1)

SourceAliasJoin Type
I_UnitOfMeasure UoM from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName CQMUOM view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label QM - Unit of Measure view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY UnitOfMeasure I_UnitOfMeasure UnitOfMeasure
UnitOfMeasureLongName UnitOfMeasure_E
@AbapCatalog.sqlViewName: 'CQMUOM'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'QM - Unit of Measure'
@VDM.viewType: #CONSUMPTION
@Search.searchable
@ObjectModel.usageType: {
    dataClass: #CUSTOMIZING,
    sizeCategory: #M,
    serviceQuality: #A
}
define view C_QM_UnitofMeasure
  as select from I_UnitOfMeasure as UoM
{
  @Search.defaultSearchElement: true
  key UoM.UnitOfMeasure,
  @Search.defaultSearchElement: true
  UnitOfMeasure_E as UnitOfMeasureLongName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_UNITOFMEASURE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/