I_MaintOrdOpCompCostRelevancy

DDL: I_MAINTORDOPCOMPCOSTRELEVANCY Type: view_entity BASIC Package: IWO1

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. Part of development package IWO1.

Data Sources (1)

SourceAliasJoin Type
tck08 tck08 from

Associations (1)

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

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_ALLOWED view
EndUserText.label Maint Order Component Costing Relevancy view
ObjectModel.representativeKey MaintOrdOpCompCostingRelevancy view
Analytics.technicalName IMORDCOMPCOSTREL view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC 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
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Maint Order Component Costing Relevancy'
@ObjectModel.representativeKey: 'MaintOrdOpCompCostingRelevancy'
@Analytics.technicalName: 'IMORDCOMPCOSTREL'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #BASIC
@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 entity 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
}