C_CostCtrActyTypeUnitOfMsrVH

DDL: C_COSTCTRACTYTYPEUNITOFMSRVH SQL: CCCACTTYUNTMSRVH Type: view CONSUMPTION

Unit of Measure Value Help

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

Data Sources (1)

SourceAliasJoin Type
I_UnitOfMeasure I_UnitOfMeasure from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CCCACTTYUNTMSRVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
VDM.viewType #CONSUMPTION view
Search.searchable true view
EndUserText.label Unit of Measure Value Help view
Metadata.ignorePropagatedAnnotations true view
Consumption.ranked true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY UnitOfMeasure UnitOfMeasure
UnitOfMeasure_E
UnitOfMeasureLongName
UnitOfMeasureISOCode UnitOfMeasureISOCode
_Text _Text
@AbapCatalog.sqlViewName: 'CCCACTTYUNTMSRVH'
@AbapCatalog.compiler.compareFilter: true

@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.semanticKey:  [ 'UnitOfMeasure' ]
@ObjectModel.dataCategory: #VALUE_HELP

@VDM.viewType: #CONSUMPTION

@Search.searchable: true

@EndUserText.label: 'Unit of Measure Value Help'
@Metadata.ignorePropagatedAnnotations: true
@Consumption.ranked: true

define view C_CostCtrActyTypeUnitOfMsrVH
  as select from I_UnitOfMeasure
{

      @UI.hidden: true
  key UnitOfMeasure,
      @ObjectModel.text.element: ['UnitOfMeasureLongName']
      @UI.textArrangement: #TEXT_LAST
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      cast( UnitOfMeasure_E as fis_mseh3 preserving type )                                                     as UnitOfMeasure_E,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      cast ( _Text[1:Language = $session.system_language].UnitOfMeasureLongName as fis_msehl preserving type ) as UnitOfMeasureLongName,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      UnitOfMeasureISOCode,
      /* Associations */
      _Text

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_UNITOFMEASURE",
"I_UNITOFMEASURETEXT"
],
"ASSOCIATED":
[
"I_UNITOFMEASURETEXT"
],
"BASE":
[
"I_UNITOFMEASURE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/