I_CAInvcgTypeProcText
Fakt.art - prozessspezifisch (Texte)
I_CAInvcgTypeProcText is a Basic CDS View that provides data about "Fakt.art - prozessspezifisch (Texte)" in SAP S/4HANA. It reads from 1 data source (tfk2603t) and exposes 9 fields with key fields CAInvcgType, CAInvcgProcess, CAApplicationArea, Language. It has 3 associations to related views. Part of development package FKKINV_VDM_UTILS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tfk2603t | _tfk2603t | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
| [1..1] | I_CAApplicationArea | _CAApplicationArea | $projection.CAApplicationArea = _CAApplicationArea.CAApplicationArea |
| [0..1] | I_CAInvcgProcess | _CAInvcgProcess | $projection.CAInvcgProcess = _CAInvcgProcess.CAInvcgProcess and $projection.CAApplicationArea = _CAInvcgProcess.CAApplicationArea |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Fakt.art - prozessspezifisch (Texte) | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | CAInvcgType | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CAInvcgType | tfk2603t | inv_type | |
| KEY | CAInvcgProcess | tfk2603t | inv_process | |
| KEY | CAApplicationArea | tfk2603t | applk | |
| KEY | Language | tfk2603t | langu | |
| CAInvcgTypeProcText | ||||
| CAInvcgDocumentTitleText | tfk2603t | inv_doc_title | ||
| _Language | _Language | |||
| _CAApplicationArea | _CAApplicationArea | |||
| _CAInvcgProcess | _CAInvcgProcess |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Fakt.art - prozessspezifisch (Texte)'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #TEXT,
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
representativeKey: 'CAInvcgType',
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_CAInvcgTypeProcText
as select from tfk2603t as _tfk2603t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association [1..1] to I_CAApplicationArea as _CAApplicationArea on $projection.CAApplicationArea = _CAApplicationArea.CAApplicationArea
association [0..1] to I_CAInvcgProcess as _CAInvcgProcess on $projection.CAInvcgProcess = _CAInvcgProcess.CAInvcgProcess
and $projection.CAApplicationArea = _CAInvcgProcess.CAApplicationArea
{
key _tfk2603t.inv_type as CAInvcgType,
@ObjectModel.foreignKey.association: '_CAInvcgProcess'
key _tfk2603t.inv_process as CAInvcgProcess,
@ObjectModel.foreignKey.association: '_CAApplicationArea'
key _tfk2603t.applk as CAApplicationArea,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key _tfk2603t.langu as Language,
@Semantics.text: true
cast( _tfk2603t.text as inv_type_proc_txt_gfn_kk preserving type ) as CAInvcgTypeProcText,
@Semantics.text: true
_tfk2603t.inv_doc_title as CAInvcgDocumentTitleText,
_Language,
_CAApplicationArea,
_CAInvcgProcess
}
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