I_CAInvcgProcess
Fakturierungsprozess
I_CAInvcgProcess is a Basic CDS View (Dimension) that provides data about "Fakturierungsprozess" in SAP S/4HANA. It reads from 1 data source (tfk2602) and exposes 4 fields with key fields CAInvcgProcess, CAApplicationArea. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tfk2602 | _tfk2602 | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_CAInvcgProcessText | _CAInvcgProcessText | $projection.CAInvcgProcess = _CAInvcgProcessText.CAInvcgProcess and $projection.CAApplicationArea = _CAInvcgProcessText.CAApplicationArea |
| [1..1] | I_CAApplicationArea | _CAApplicationArea | $projection.CAApplicationArea = _CAApplicationArea.CAApplicationArea |
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 | Fakturierungsprozess | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.representativeKey | CAInvcgProcess | view | |
| ObjectModel.sapObjectNodeType.name | ContrAcctgInvoicingProcess | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: {
dataCategory: #DIMENSION,
dataExtraction.enabled: true,
internalName: #LOCAL
}
@EndUserText.label: 'Fakturierungsprozess'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
modelingPattern: #ANALYTICAL_DIMENSION,
representativeKey: 'CAInvcgProcess',
sapObjectNodeType.name: 'ContrAcctgInvoicingProcess',
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_CAInvcgProcess
as select from tfk2602 as _tfk2602
association [0..*] to I_CAInvcgProcessText as _CAInvcgProcessText on $projection.CAInvcgProcess = _CAInvcgProcessText.CAInvcgProcess
and $projection.CAApplicationArea = _CAInvcgProcessText.CAApplicationArea
association [1..1] to I_CAApplicationArea as _CAApplicationArea on $projection.CAApplicationArea = _CAApplicationArea.CAApplicationArea
{
@ObjectModel.text.association: '_CAInvcgProcessText'
key _tfk2602.inv_process as CAInvcgProcess,
_CAInvcgProcessText,
@ObjectModel.foreignKey.association: '_CAApplicationArea'
key _tfk2602.applk as CAApplicationArea,
_CAApplicationArea
}
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