I_CAInvcgDocumentTypeText
Fakturierungsbelegart - Text
I_CAInvcgDocumentTypeText is a Basic CDS View that provides data about "Fakturierungsbelegart - Text" in SAP S/4HANA. It reads from 1 data source (tfk2600t) and exposes 9 fields with key fields CAInvcgDocumentType, CAApplicationArea, NameNumberRangeObject, Language. It has 4 associations to related views. Part of development package FKKINV_VDM_UTILS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tfk2600t | _tfk2600t | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
| [0..1] | I_CAApplicationArea | _CAApplicationArea | $projection.CAApplicationArea = _CAApplicationArea.CAApplicationArea |
| [0..1] | I_NameNumberRangeObject | _NameNumberRangeObject | $projection.NameNumberRangeObject = _NameNumberRangeObject.NameNumberRangeObject |
| [0..1] | I_CAInvcgDocumentType | _CAInvcgDocumentType | $projection.CAInvcgDocumentType = _CAInvcgDocumentType.CAInvcgDocumentType and $projection.CAApplicationArea = _CAInvcgDocumentType.CAApplicationArea and $projection.NameNumberRangeObject = _CAInvcgDocumentType.NameNumberRangeObject |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataExtraction.enabled | true | view | |
| EndUserText.label | Fakturierungsbelegart - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | CAInvcgDocumentType | view | |
| ObjectModel.sapObjectNodeType.name | ContrAcctgInvcgDocTypeText | 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 | CAInvcgDocumentType | tfk2600t | doctype | |
| KEY | CAApplicationArea | tfk2600t | applk | |
| KEY | NameNumberRangeObject | tfk2600t | nrobj | |
| KEY | Language | tfk2600t | langu | |
| CAInvcgDocumentTypeText | tfk2600t | text | ||
| _CAApplicationArea | _CAApplicationArea | |||
| _CAInvcgDocumentType | _CAInvcgDocumentType | |||
| _Language | _Language | |||
| _NameNumberRangeObject | _NameNumberRangeObject |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataExtraction.enabled: true
@EndUserText.label: 'Fakturierungsbelegart - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
dataCategory: #TEXT,
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
representativeKey: 'CAInvcgDocumentType',
sapObjectNodeType.name: 'ContrAcctgInvcgDocTypeText',
supportedCapabilities: [
#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#LANGUAGE_DEPENDENT_TEXT,
#SQL_DATA_SOURCE
],
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
}
}
@VDM.viewType: #BASIC
define view entity I_CAInvcgDocumentTypeText
as select from tfk2600t as _tfk2600t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association [0..1] to I_CAApplicationArea as _CAApplicationArea on $projection.CAApplicationArea = _CAApplicationArea.CAApplicationArea
association [0..1] to I_NameNumberRangeObject as _NameNumberRangeObject on $projection.NameNumberRangeObject = _NameNumberRangeObject.NameNumberRangeObject
association [0..1] to I_CAInvcgDocumentType as _CAInvcgDocumentType on $projection.CAInvcgDocumentType = _CAInvcgDocumentType.CAInvcgDocumentType
and $projection.CAApplicationArea = _CAInvcgDocumentType.CAApplicationArea
and $projection.NameNumberRangeObject = _CAInvcgDocumentType.NameNumberRangeObject
{
@ObjectModel.foreignKey.association: '_CAInvcgDocumentType'
key _tfk2600t.doctype as CAInvcgDocumentType,
@ObjectModel.foreignKey.association: '_CAApplicationArea'
key _tfk2600t.applk as CAApplicationArea,
@ObjectModel.foreignKey.association: '_NameNumberRangeObject'
key _tfk2600t.nrobj as NameNumberRangeObject,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key _tfk2600t.langu as Language,
@Semantics.text: true
_tfk2600t.text as CAInvcgDocumentTypeText,
_CAApplicationArea,
_CAInvcgDocumentType,
_Language,
_NameNumberRangeObject
}
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