I_MaintOrdOpCompCostRelevancy
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)
| Source | Alias | Join Type |
|---|---|---|
| tck08 | tck08 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_MaintOrdOpCompCostRelevancyT | _MaintOrdOpCompCostRelevancyT | $projection.MaintOrdOpCompCostingRelevancy = _MaintOrdOpCompCostRelevancyT.MaintOrdOpCompCostingRelevancy |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA