I_CAInvcgOffsettingProcedure

DDL: I_CAINVCGOFFSETTINGPROCEDURE Type: view_entity BASIC Package: FKKINV_VDM_UTILS

Anrechnungsverfahren

I_CAInvcgOffsettingProcedure is a Basic CDS View (Dimension) that provides data about "Anrechnungsverfahren" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field CAInvcgOffsettingProcedure. 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_CAInvcgOffsettingProcedTxt _Text $projection.CAInvcgOffsettingProcedure = _Text.CAInvcgOffsettingProcedure

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
EndUserText.label Anrechnungsverfahren view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey CAInvcgOffsettingProcedure view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.sapObjectNodeType.name ContrAcctgInvcgOffstgProcedure 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 CAInvcgOffsettingProcedure
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: {
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL
}
@EndUserText.label: 'Anrechnungsverfahren'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  modelingPattern: #ANALYTICAL_DIMENSION,
  representativeKey: 'CAInvcgOffsettingProcedure',
  resultSet.sizeCategory: #XS,
  sapObjectNodeType.name: 'ContrAcctgInvcgOffstgProcedure',
  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_CAInvcgOffsettingProcedure
  as select from dd07l as l
  association [0..*] to I_CAInvcgOffsettingProcedTxt as _Text on $projection.CAInvcgOffsettingProcedure = _Text.CAInvcgOffsettingProcedure
{
      @ObjectModel.text.association: '_Text'
  key cast( substring( l.domvalue_l, 1, 2 ) as inv_offset_proc_kk preserving type ) as CAInvcgOffsettingProcedure,

      _Text
}
where
      l.domname  = 'INV_OFFSET_PROC_KK'
  and l.as4local = 'A';