I_Relstratchartext
CDS view for description of release strategy characterisitic
I_Relstratchartext is a Basic CDS View that provides data about "CDS view for description of release strategy characterisitic" in SAP S/4HANA. It reads from 1 data source (cabnt) and exposes 7 fields with key fields CharacteristicInternalID, Language. It has 2 associations to related views. Part of development package VDM_MM_PUR_REL_STRAT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| cabnt | cabnt | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | I_Relstartchar | _Relstartchar | $projection.CharacteristicInternalID = _Relstartchar.CharacteristicInternalID |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IRELCHARTEXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | CDS view for description of release strategy characterisitic | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | CharacteristicInternalID | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CharacteristicInternalID | atinn | ||
| KEY | Language | spras | ||
| ArchivingObject | adzhl | |||
| CharacteristicValueDescription | atbez | |||
| CharacteristicDescription | atbez | |||
| _Relstartchar | _Relstartchar | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IRELCHARTEXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'CDS view for description of release strategy characterisitic'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'CharacteristicInternalID'
@ObjectModel.usageType.serviceQuality:#A
@ObjectModel.usageType.sizeCategory:#M
@ObjectModel.usageType.dataClass:#MASTER
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view I_Relstratchartext
as select from cabnt
association [1..*] to I_Relstartchar as _Relstartchar on $projection.CharacteristicInternalID = _Relstartchar.CharacteristicInternalID
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key atinn as CharacteristicInternalID,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key spras as Language,
adzhl as ArchivingObject,
@Semantics.text: true
atbez as CharacteristicValueDescription,
atbez as CharacteristicDescription,
_Relstartchar,
_Language
}
where
spras = $session.system_language
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