I_MaintOrdOpCompCostRelevancyT

DDL: I_MAINTORDOPCOMPCOSTRELEVANCYT SQL: IMORDCOMPCOSTRET Type: view BASIC

Maint Order Comp Costing Relevancy - Txt

I_MaintOrdOpCompCostRelevancyT is a Basic CDS View that provides data about "Maint Order Comp Costing Relevancy - Txt" in SAP S/4HANA. It reads from 1 data source (tck09) and exposes 5 fields with key fields MaintOrdOpCompCostingRelevancy, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
tck09 tck09 from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_MaintOrdOpCompCostRelevancy _MaintOrdOpCompCostRelevancy $projection.MaintOrdOpCompCostingRelevancy = _MaintOrdOpCompCostRelevancy.MaintOrdOpCompCostingRelevancy
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IMORDCOMPCOSTRET view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Maint Order Comp Costing Relevancy - Txt view
ObjectModel.representativeKey MaintOrdOpCompCostingRelevancy view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.resultSet.sizeCategory #XS view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
ObjectModel.dataCategory #TEXT view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY MaintOrdOpCompCostingRelevancy selkz
KEY Language langu
CostingRelevantDescription tck09 stext
_MaintOrdOpCompCostRelevancy _MaintOrdOpCompCostRelevancy
_Language _Language
@AbapCatalog.sqlViewName: 'IMORDCOMPCOSTRET'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Maint Order Comp Costing Relevancy - Txt'
@ObjectModel.representativeKey: 'MaintOrdOpCompCostingRelevancy'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.resultSet.sizeCategory: #XS
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type:#PUBLIC_LOCAL_API
@ObjectModel.supportedCapabilities:[ #VALUE_HELP_PROVIDER ]
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER
@ObjectModel.dataCategory:#TEXT 

define view I_MaintOrdOpCompCostRelevancyT
  as select from tck09

  association [0..1] to I_MaintOrdOpCompCostRelevancy as _MaintOrdOpCompCostRelevancy on $projection.MaintOrdOpCompCostingRelevancy = _MaintOrdOpCompCostRelevancy.MaintOrdOpCompCostingRelevancy
  association [0..1] to I_Language                    as _Language                    on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_MaintOrdOpCompCostRelevancy'
  key selkz       as MaintOrdOpCompCostingRelevancy,
      @Semantics.language:true
      @ObjectModel.foreignKey.association: '_Language'
  key langu       as Language,
      @Semantics.text: true
      tck09.stext as CostingRelevantDescription,
      _MaintOrdOpCompCostRelevancy,
      _Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TCK09"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_MAINTORDOPCOMPCOSTRELEVANCY"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/