I_CAInvcgMasterDataType

DDL: I_CAINVCGMASTERDATATYPE Type: view_entity BASIC Package: FKKINV_VDM_UTILS

Typ des Stammdatums

I_CAInvcgMasterDataType is a Basic CDS View (Dimension) that provides data about "Typ des Stammdatums" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field CAInvcgMasterDataType. It has 1 association to related views. Part of development package FKKINV_VDM_UTILS.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_CAInvcgMasterDataTypeText _CAInvcgMasterDataTypeText $projection.CAInvcgMasterDataType = _CAInvcgMasterDataTypeText.CAInvcgMasterDataType

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
EndUserText.label Typ des Stammdatums view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey CAInvcgMasterDataType view
ObjectModel.sapObjectNodeType.name ContrAcctgInvcgMasterDataType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CAInvcgMasterDataType
_CAInvcgMasterDataTypeText _CAInvcgMasterDataTypeText
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL
}
@EndUserText.label: 'Typ des Stammdatums'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  modelingPattern: #ANALYTICAL_DIMENSION,
  representativeKey: 'CAInvcgMasterDataType',
  sapObjectNodeType.name: 'ContrAcctgInvcgMasterDataType',
  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_CAInvcgMasterDataType
  as select from dd07l

  association [1..*] to I_CAInvcgMasterDataTypeText as _CAInvcgMasterDataTypeText on $projection.CAInvcgMasterDataType = _CAInvcgMasterDataTypeText.CAInvcgMasterDataType
{
      @ObjectModel.text.association: '_CAInvcgMasterDataTypeText'
  key cast ( substring( dd07l.domvalue_l,1,1 ) as mdcat_ci_kk preserving type ) as CAInvcgMasterDataType,
      _CAInvcgMasterDataTypeText
}
where
      domname  = 'MDCAT_CI_KK'
  and as4local = 'A'