I_LedgerType

DDL: I_LEDGERTYPE Type: view_entity BASIC Package: FINS_FIS_FICO

Ledger Type

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

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Ledger Type view
ObjectModel.representativeKey LedgerType view
ObjectModel.compositionRoot true view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
Analytics.technicalName IFILEDGERTYPE view
VDM.viewType #BASIC view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LedgerType domvalue_l
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Ledger Type'
@ObjectModel.representativeKey: 'LedgerType'
@ObjectModel.compositionRoot: true
@Analytics: { 
  dataCategory: #DIMENSION,
  dataExtraction.enabled: true,
  internalName: #LOCAL 
}
@Analytics.technicalName: 'IFILEDGERTYPE'
@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.resultSet: { sizeCategory: #XS }
@ObjectModel.usageType: {
  dataClass: #CUSTOMIZING,
  serviceQuality: #A,
  sizeCategory: #S
}


define view entity I_LedgerType
as select from
dd07l
association [0..*] to I_LedgerTypeText as _Text on $projection.LedgerType = _Text.LedgerType
{
@ObjectModel.text.association: '_Text'
    key domvalue_l as LedgerType,
@ObjectModel.association.type: [#TO_COMPOSITION_CHILD]    
    _Text
}
where dd07l.domname = 'FINS_LEDGER_TYPE' and dd07l.as4local = 'A';