I_CAClearingRestrictionCode

DDL: I_CACLEARINGRESTRICTIONCODE Type: view_entity BASIC

Clearing Restriction Code

I_CAClearingRestrictionCode is a Basic CDS View (Dimension) that provides data about "Clearing Restriction Code" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field CAClearingRestrictionCode. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_CAClearingRestrictionCodeT _Text $projection.CAClearingRestrictionCode = _Text.CAClearingRestrictionCode

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
EndUserText.label Clearing Restriction Code view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey CAClearingRestrictionCode view
ObjectModel.sapObjectNodeType.name ContrAcctgClearingRstrcnCode 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 CAClearingRestrictionCode
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED

@Analytics:{ dataCategory: #DIMENSION,
             dataExtraction.enabled: true }

@EndUserText.label: 'Clearing Restriction Code'

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel: { modelingPattern: #ANALYTICAL_DIMENSION,
                representativeKey: 'CAClearingRestrictionCode',
                sapObjectNodeType.name: 'ContrAcctgClearingRstrcnCode',
                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_CAClearingRestrictionCode
  as select from dd07l

  association [1..*] to I_CAClearingRestrictionCodeT as _Text on $projection.CAClearingRestrictionCode = _Text.CAClearingRestrictionCode

{
      @ObjectModel.text.association: '_Text'
  key cast( left( dd07l.domvalue_l,1 ) as augrs_kk preserving type ) as CAClearingRestrictionCode,

      _Text
}
where
      domname  = 'AUGRS_KK'
  and as4local = 'A'