I_EDCRelation
eDocument Consistency Relation Record
I_EDCRelation is a Basic CDS View that provides data about "eDocument Consistency Relation Record" in SAP S/4HANA. It reads from 1 data source (edcconrelation) and exposes 5 fields with key fields EDCType, EDCRepresentationType, EDCRepresentationKey.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| edcconrelation | edcconrelation | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | eDocument Consistency Relation Record | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EDCType | contype | ||
| KEY | EDCRepresentationType | representation_type | ||
| KEY | EDCRepresentationKey | representation_key | ||
| EDCRecordUUID | consistency_guid | |||
| EDCCommonKey | common_key |
@EndUserText.label: 'eDocument Consistency Relation Record'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #A,
sizeCategory: #XXL
}
define view entity I_EDCRelation as select from edcconrelation {
key contype as EDCType,
key representation_type as EDCRepresentationType,
key representation_key as EDCRepresentationKey,
consistency_guid as EDCRecordUUID,
common_key as EDCCommonKey
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EDCCONRELATION"
],
"ASSOCIATED":
[],
"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