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