I_AccrSubLdgrAcctLineItemType

DDL: I_ACCRSUBLDGRACCTLINEITEMTYPE Type: view_entity BASIC

Accrual Engine Slalittype

I_AccrSubLdgrAcctLineItemType is a Basic CDS View (Dimension) that provides data about "Accrual Engine Slalittype" in SAP S/4HANA. It reads from 1 data source (tace_slalittype) and exposes 8 fields with key field SubLedgerAcctLineItemType. It has 3 associations to related views.

Data Sources (1)

SourceAliasJoin Type
tace_slalittype tace_slalittype from

Associations (3)

CardinalityTargetAliasCondition
[0..*] I_SubLedgerAccLineItemTypeT _Text $projection.SubLedgerAcctLineItemType = _Text.SubLedgerAcctLineItemType
[1..1] I_SubLedgerAccLineItemType _RvsdAccLineItemType $projection.RvsdSubLdgrAcctLineItemType = _RvsdAccLineItemType.SubLedgerAcctLineItemType
[1..1] I_AccrEngnAccrTransactionType _AccrTransactionType $projection.AccrualTransactionType = _AccrTransactionType.AccrualTransactionType

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Accrual Engine Slalittype view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.representativeKey SubLedgerAcctLineItemType view
VDM.viewType #BASIC view
Analytics.technicalName IACESLACCLITYP view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Search.searchable true view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY SubLedgerAcctLineItemType slalittype
AccrualValueSource vsource
AccrualTransactionType ttype
GLAccountLineItemIsAccrual xaccr_ref
RvsdSubLdgrAcctLineItemType reverse_slalittype
_Text _Text
_RvsdAccLineItemType _RvsdAccLineItemType
_AccrTransactionType _AccrTransactionType
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Accrual Engine Slalittype'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #MASTER
} 
@ObjectModel.representativeKey: 'SubLedgerAcctLineItemType'
@VDM.viewType: #BASIC
@Analytics.technicalName: 'IACESLACCLITYP'
@Analytics:{ dataCategory:#DIMENSION }
@Analytics.internalName:#LOCAL
@Search.searchable: true
define view entity I_AccrSubLdgrAcctLineItemType
  as select from tace_slalittype
  association [0..*] to I_SubLedgerAccLineItemTypeT   as _Text                on $projection.SubLedgerAcctLineItemType = _Text.SubLedgerAcctLineItemType
  association [1..1] to I_SubLedgerAccLineItemType    as _RvsdAccLineItemType on $projection.RvsdSubLdgrAcctLineItemType = _RvsdAccLineItemType.SubLedgerAcctLineItemType
  association [1..1] to I_AccrEngnAccrTransactionType as _AccrTransactionType on $projection.AccrualTransactionType = _AccrTransactionType.AccrualTransactionType
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key slalittype         as SubLedgerAcctLineItemType,
      vsource            as AccrualValueSource,
      @ObjectModel.foreignKey.association: '_AccrTransactionType'
      ttype              as AccrualTransactionType,
      xaccr_ref          as GLAccountLineItemIsAccrual,
      @ObjectModel.foreignKey.association: '_RvsdAccLineItemType'
      reverse_slalittype as RvsdSubLdgrAcctLineItemType,

      _Text,
      _RvsdAccLineItemType,
      _AccrTransactionType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TACE_SLALITTYPE"
],
"ASSOCIATED":
[
"I_ACCRENGNACCRTRANSACTIONTYPE",
"I_SUBLEDGERACCLINEITEMTYPE",
"I_SUBLEDGERACCLINEITEMTYPET"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/