I_MaintOrdOpCompCostRelevancy

DDL: I_MAINTORDOPCOMPCOSTRELEVANCY SQL: IMORDCOMPCOSTREL Type: view BASIC

Maint Order Component Costing Relevancy

I_MaintOrdOpCompCostRelevancy is a Basic CDS View that provides data about "Maint Order Component Costing Relevancy" in SAP S/4HANA. It reads from 1 data source (tck08) and exposes 2 fields with key field MaintOrdOpCompCostingRelevancy. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tck08 tck08 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_MaintOrdOpCompCostRelevancyT _MaintOrdOpCompCostRelevancyT $projection.MaintOrdOpCompCostingRelevancy = _MaintOrdOpCompCostRelevancyT.MaintOrdOpCompCostingRelevancy

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IMORDCOMPCOSTREL view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Maint Order Component Costing Relevancy 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

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaintOrdOpCompCostingRelevancy selkz
_MaintOrdOpCompCostRelevancyT _MaintOrdOpCompCostRelevancyT
@AbapCatalog.sqlViewName: 'IMORDCOMPCOSTREL'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Maint Order Component Costing Relevancy'
@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

define view I_MaintOrdOpCompCostRelevancy
  as select from tck08
  association [0..*] to I_MaintOrdOpCompCostRelevancyT as _MaintOrdOpCompCostRelevancyT on $projection.MaintOrdOpCompCostingRelevancy = _MaintOrdOpCompCostRelevancyT.MaintOrdOpCompCostingRelevancy

{
      @ObjectModel.text.association: '_MaintOrdOpCompCostRelevancyT'
  key selkz as MaintOrdOpCompCostingRelevancy,
      _MaintOrdOpCompCostRelevancyT
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TCK08"
],
"ASSOCIATED":
[
"I_MAINTORDOPCOMPCOSTRELEVANCYT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/