I_MaintOrdOpCompCostRelevancyT
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)
| Source | Alias | Join Type |
|---|---|---|
| tck09 | tck09 | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_MaintOrdOpCompCostRelevancy | _MaintOrdOpCompCostRelevancy | $projection.MaintOrdOpCompCostingRelevancy = _MaintOrdOpCompCostRelevancy.MaintOrdOpCompCostingRelevancy |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
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