I_AmountDebitCreditCode

DDL: I_AMOUNTDEBITCREDITCODE SQL: IMTDEBTCRDT Type: view BASIC Package: APPL_CIM_WORKLIST

Debit Credit Indicator

I_AmountDebitCreditCode is a Basic CDS View that provides data about "Debit Credit Indicator" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field AmountDebitCreditCode. It has 1 association to related views. Part of development package APPL_CIM_WORKLIST.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_AmountDebitCreditCodeText _Text $projection.AmountDebitCreditCode = _Text.AmountDebitCreditCode

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IMTDEBTCRDT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Debit Credit Indicator view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #L view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
ObjectModel.representativeKey AmountDebitCreditCode view
VDM.lifecycle.status #DEPRECATED view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY AmountDebitCreditCode
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IMTDEBTCRDT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Debit Credit Indicator'
@ClientHandling.algorithm: #SESSION_VARIABLE
//@Analytics.dataCategory: #DIMENSION

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #L
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
//@ObjectModel.resultSet.sizeCategory: #XS

// @Analytics.internalName:#LOCAL 

@ObjectModel.representativeKey: 'AmountDebitCreditCode'
@VDM.lifecycle.status: #DEPRECATED

define view I_AmountDebitCreditCode as select from dd07l 
 //composition [0..*] of I_AmountDebitCreditCodeText as _Text

 association [0..*] to I_AmountDebitCreditCodeText as _Text on $projection.AmountDebitCreditCode = _Text.AmountDebitCreditCode
 {
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as abap.char( 10 ) ) as AmountDebitCreditCode,
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      dd07l.domvalue_l as DomainValue , 
     _Text
}

where dd07l.domname  = 'SHKZG'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'