I_SubLedgerAccLineItemType

DDL: I_SUBLEDGERACCLINEITEMTYPE Type: view_entity BASIC Package: FINS_SUBLEDGER_ITEM_TYPE_VDM

SubLedger Account LineItem Type

I_SubLedgerAccLineItemType is a Basic CDS View (Dimension) that provides data about "SubLedger Account LineItem Type" in SAP S/4HANA. It reads from 1 data source (finsts_slalitty) and exposes 2 fields with key field SubLedgerAcctLineItemType. It has 1 association to related views. Part of development package FINS_SUBLEDGER_ITEM_TYPE_VDM.

Data Sources (1)

SourceAliasJoin Type
finsts_slalitty finsts_slalitty from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SubLedgerAccLineItemTypeT _Text $projection.SubLedgerAcctLineItemType = _Text.SubLedgerAcctLineItemType

Annotations (16)

NameValueLevelField
AbapCatalog.entityBuffer.definitionAllowed true view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.technicalName IFISLACCLITYP view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label SubLedger Account LineItem Type view
ObjectModel.representativeKey SubLedgerAcctLineItemType view
ObjectModel.sapObjectNodeType.name SubledgerAccountLineItemType view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SubLedgerAcctLineItemType finsts_slalitty slalittype
_Text _Text
 @AbapCatalog.entityBuffer.definitionAllowed: true
 @Analytics: { dataCategory: #DIMENSION, 
              dataExtraction.enabled: true }
@Analytics.technicalName: 'IFISLACCLITYP'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'SubLedger Account LineItem Type'
@ObjectModel: { representativeKey: 'SubLedgerAcctLineItemType',
                sapObjectNodeType.name: 'SubledgerAccountLineItemType', 
                usageType: { sizeCategory: #S,
                            dataClass:  #MASTER,
                            serviceQuality: #A },
                supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE, #SEARCHABLE_ENTITY],
                modelingPattern: #ANALYTICAL_DIMENSION }                              
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true  
@VDM: {lifecycle.contract.type: #PUBLIC_LOCAL_API,
       viewType: #BASIC }

define view entity I_SubLedgerAccLineItemType as select from finsts_slalitty 

association [0..*] to I_SubLedgerAccLineItemTypeT as _Text on $projection.SubLedgerAcctLineItemType = _Text.SubLedgerAcctLineItemType

{
  @ObjectModel.text.association: '_Text'
  @Search.defaultSearchElement: true
  @Search.fuzzinessThreshold: 0.8 
  @Search.ranking: #HIGH
  key finsts_slalitty.slalittype as SubLedgerAcctLineItemType,

  _Text
}