I_CAIntcoProcedure

DDL: I_CAINTCOPROCEDURE Type: view_entity BASIC Package: FKKINV_VDM_UTILS

Verfahren d. konzerninternen Verrechnung

I_CAIntcoProcedure is a Basic CDS View (Dimension) that provides data about "Verfahren d. konzerninternen Verrechnung" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field CAIntcoProcedure. It has 1 association to related views. Part of development package FKKINV_VDM_UTILS.

Data Sources (1)

SourceAliasJoin Type
dd07l l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CAIntcoProcedureText _Text $projection.CAIntcoProcedure = _Text.CAIntcoProcedure

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
EndUserText.label Verfahren d. konzerninternen Verrechnung view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey CAIntcoProcedure view
ObjectModel.sapObjectNodeType.name ContrAcctgIntcoSettlmtProced view
ObjectModel.resultSet.sizeCategory #XS 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 CAIntcoProcedure
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL
}
@EndUserText.label: 'Verfahren d. konzerninternen Verrechnung'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  modelingPattern: #ANALYTICAL_DIMENSION,
  representativeKey: 'CAIntcoProcedure',
  sapObjectNodeType.name: 'ContrAcctgIntcoSettlmtProced',
  resultSet.sizeCategory: #XS,
  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_CAIntcoProcedure
  as select from dd07l as l
  association [0..*] to I_CAIntcoProcedureText as _Text on $projection.CAIntcoProcedure = _Text.CAIntcoProcedure
{
      @ObjectModel.text.association: '_Text'
  key cast( substring( l.domvalue_l, 1, 2 ) as ico_proc_kk preserving type ) as CAIntcoProcedure,
  
      _Text
}
where
      l.domname  = 'ICO_PROC_KK'
  and l.as4local = 'A';