C_RealTmeWrkInProcProdUnitVH

DDL: C_REALTMEWRKINPROCPRODUNITVH SQL: CRTWIPPRDUNTLVH Type: view CONSUMPTION

Real Time Work In Process Production Unit

C_RealTmeWrkInProcProdUnitVH is a Consumption CDS View that provides data about "Real Time Work In Process Production Unit" in SAP S/4HANA. It reads from 1 data source (I_UnitOfMeasure) and exposes 4 fields with key field UnitOfMeasure. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_UnitOfMeasure I_UnitOfMeasure from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_UnitOfMeasureText _Text $projection.UnitOfMeasure = _Text.UnitOfMeasure

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CRTWIPPRDUNTLVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey UnitOfMeasure view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #CONSUMPTION view
Search.searchable true view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Real Time Work In Process Production Unit view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY UnitOfMeasure
UnitOfMeasureName
UnitOfMeasureDimension
UnitOfMeasureISOCode
@AbapCatalog.sqlViewName: 'CRTWIPPRDUNTLVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ClientHandling.algorithm: #SESSION_VARIABLE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'UnitOfMeasure'

@ObjectModel.usageType: {
    serviceQuality: #A,
    sizeCategory : #L,
    dataClass: #MASTER
}

@VDM.viewType: #CONSUMPTION

@Search.searchable: true
@Consumption.ranked: true

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Real Time Work In Process Production Unit'
define view C_RealTmeWrkInProcProdUnitVH
  as select from I_UnitOfMeasure
  association [0..*] to I_UnitOfMeasureText as _Text on $projection.UnitOfMeasure = _Text.UnitOfMeasure
{
      @Semantics.unitOfMeasure: true
      @ObjectModel.text.element: [ 'UnitOfMeasureName' ]
      @Search: {
        defaultSearchElement: true,
        fuzzinessThreshold: 0.8,
        ranking: #HIGH
      }
  key cast(UnitOfMeasure as fco_rtwip_order_pln_qty_unit preserving type )                                                      as UnitOfMeasure,

      @Semantics.text: true
      @Search: {
        defaultSearchElement: true,
        ranking: #LOW
      }
      cast(_Text[1: Language = $session.system_language ].UnitOfMeasureName as fco_rtwip_order_pln_qty_unit_t preserving type ) as UnitOfMeasureName,

      @Search: {
        defaultSearchElement: true,
        ranking: #LOW
      }
      cast(UnitOfMeasureDimension as fco_rtwip_uom_dimension preserving type )                                                  as UnitOfMeasureDimension,

      @Search: {
        defaultSearchElement: true,
        ranking: #LOW
      }
      cast(UnitOfMeasureISOCode as fco_rtwip_uom_iso_code preserving type )                                                     as UnitOfMeasureISOCode
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_UNITOFMEASURE",
"I_UNITOFMEASURETEXT"
],
"ASSOCIATED":
[
"I_UNITOFMEASURETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/