I_CAInvcgProcess

DDL: I_CAINVCGPROCESS Type: view_entity BASIC

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)

SourceAliasJoin Type
tfk2602 _tfk2602 from

Associations (2)

CardinalityTargetAliasCondition
[0..*] I_CAInvcgProcessText _CAInvcgProcessText $projection.CAInvcgProcess = _CAInvcgProcessText.CAInvcgProcess and $projection.CAApplicationArea = _CAInvcgProcessText.CAApplicationArea
[1..1] I_CAApplicationArea _CAApplicationArea $projection.CAApplicationArea = _CAApplicationArea.CAApplicationArea

Annotations (13)

NameValueLevelField
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

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY CAInvcgProcess tfk2602 inv_process
_CAInvcgProcessText _CAInvcgProcessText
KEY CAApplicationArea tfk2602 applk
_CAApplicationArea _CAApplicationArea
@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
}