I_ControllingDebitCreditCode

DDL: I_CONTROLLINGDEBITCREDITCODE SQL: IFICODECRCODE Type: view BASIC Package: FINS_FIS_FICO

Controlling Debit Credit Code

I_ControllingDebitCreditCode is a Basic CDS View (Dimension) that provides data about "Controlling Debit Credit Code" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 4 fields with key field ControllingDebitCreditCode. It has 1 association to related views. Part of development package FINS_FIS_FICO.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ControllingDebitCreditCodeT _Text $projection.ControllingDebitCreditCode = _Text.ControllingDebitCreditCode

Annotations (20)

NameValueLevelField
EndUserText.label Controlling Debit Credit Code view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IFICODECRCODE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey ControllingDebitCreditCode view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.sapObjectNodeType.name ControllingDebitCreditCode view
Search.searchable true view
Consumption.ranked true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ControllingDebitCreditCode
DomainValue
DomainValue_2 dd07l domvalue_l
_Text _Text
@EndUserText.label: 'Controlling Debit Credit Code'
@Analytics: {dataCategory: #DIMENSION, dataExtraction.enabled: true}
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFICODECRCODE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.representativeKey: 'ControllingDebitCreditCode'
@ObjectModel.resultSet.sizeCategory: #XS

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.supportedCapabilities:[#EXTRACTION_DATA_SOURCE,
                                    #CDS_MODELING_DATA_SOURCE,
                                    #ANALYTICAL_DIMENSION,
                                    #VALUE_HELP_PROVIDER,
                                    #SEARCHABLE_ENTITY,
                                    #SQL_DATA_SOURCE,
                                    #CDS_MODELING_ASSOCIATION_TARGET]
@ObjectModel.sapObjectNodeType.name : 'ControllingDebitCreditCode'                                    

@Search.searchable: true
@Consumption.ranked: true

define view I_ControllingDebitCreditCode
  as select from dd07l
  association [0..*] to I_ControllingDebitCreditCodeT as _Text on $projection.ControllingDebitCreditCode = _Text.ControllingDebitCreditCode
{
      @ObjectModel.text.association: '_Text'
  key cast( substring(dd07l.domvalue_l, 1, 1) as fins_co_belkz preserving type) as ControllingDebitCreditCode,

      @Analytics.hidden: true
      @Consumption.hidden: true
      @API.element.releaseState: #DEPRECATED
      @API.element.successor: 'DomainValue_2'
      @VDM.lifecycle.status: #DEPRECATED
      @VDM.lifecycle.successor: 'DomainValue_2'
      substring(dd07l.domvalue_l, 1, 1)                                          as DomainValue,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      dd07l.domvalue_l                                                           as DomainValue_2,

      @ObjectModel.association.boundFields.dataMatchesSourceAndTargetTypes: true
      _Text
}
where
      dd07l.domname  = 'BELKZ'
  and dd07l.as4local = 'A';