I_CAInvcgChrgAndDiscKeyText
Zu- und Abschlagsschlüssel - Text
I_CAInvcgChrgAndDiscKeyText is a Basic CDS View that provides data about "Zu- und Abschlagsschlüssel - Text" in SAP S/4HANA. It reads from 1 data source (tfk2617t) and exposes 7 fields with key fields Language, CAApplicationArea, CAInvcgChargeAndDiscountKey. It has 3 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tfk2617t | _tfk2617t | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_CAApplicationArea | _ApplArea | $projection.CAApplicationArea = _ApplArea.CAApplicationArea |
| [1..1] | I_CAInvcgChrgAndDiscKey | _CAInvcgChrgAndDiscKey | $projection.CAInvcgChargeAndDiscountKey = _CAInvcgChrgAndDiscKey.CAInvcgChargeAndDiscountKey and $projection.CAApplicationArea = _CAInvcgChrgAndDiscKey.CAApplicationArea |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Zu- und Abschlagsschlüssel - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | CAInvcgChargeAndDiscountKey | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Zu- und Abschlagsschlüssel - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #TEXT,
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
representativeKey: 'CAInvcgChargeAndDiscountKey',
supportedCapabilities: [
#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#LANGUAGE_DEPENDENT_TEXT,
#SQL_DATA_SOURCE
],
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
}
}
@VDM.viewType: #BASIC
define view entity I_CAInvcgChrgAndDiscKeyText
as select from tfk2617t as _tfk2617t
association [1..1] to I_CAApplicationArea as _ApplArea on $projection.CAApplicationArea = _ApplArea.CAApplicationArea
association [1..1] to I_CAInvcgChrgAndDiscKey as _CAInvcgChrgAndDiscKey on $projection.CAInvcgChargeAndDiscountKey = _CAInvcgChrgAndDiscKey.CAInvcgChargeAndDiscountKey
and $projection.CAApplicationArea = _CAInvcgChrgAndDiscKey.CAApplicationArea
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key _tfk2617t.langu as Language,
@ObjectModel.foreignKey.association: '_ApplArea'
key _tfk2617t.applk as CAApplicationArea,
@ObjectModel.foreignKey.association: '_CAInvcgChrgAndDiscKey'
key _tfk2617t.chgkey as CAInvcgChargeAndDiscountKey,
@Semantics.text: true
_tfk2617t.text as CAInvcgChrgAndDiscKeyText,
@ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT] //compositional relationship to carrier view
_CAInvcgChrgAndDiscKey,
_ApplArea,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TFK2617T"
],
"ASSOCIATED":
[
"I_CAAPPLICATIONAREA",
"I_CAINVCGCHRGANDDISCKEY",
"I_LANGUAGE"
],
"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