I_CAInvcgDocumentType

DDL: I_CAINVCGDOCUMENTTYPE Type: view_entity BASIC Package: FKKINV_VDM_UTILS

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)

SourceAliasJoin Type
tfk2600 _tfk2600 from

Associations (3)

CardinalityTargetAliasCondition
[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)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
KEY CAApplicationArea tfk2600 applk
KEY NameNumberRangeObject tfk2600 nrobj
KEY CAInvcgDocumentType tfk2600 doctype
_CAInvcgDocumentTypeText _CAInvcgDocumentTypeText
_CAApplicationArea _CAApplicationArea
_NameNumberRangeObject _NameNumberRangeObject
@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
}