I_LedgerStdVH

DDL: I_LEDGERSTDVH SQL: IFIL__VH Type: view COMPOSITE

Ledger

I_LedgerStdVH is a Composite CDS View that provides data about "Ledger" in SAP S/4HANA. It reads from 1 data source (I_Ledger) and exposes 4 fields with key field Ledger. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_Ledger I_Ledger from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_LedgerText _LedgerText $projection.Ledger = _LedgerText.Ledger

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IFIL__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey Ledger view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Ledger view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Ledger Ledger
IsLeadingLedger IsLeadingLedger
LedgerName
_Text _Text
//GENERATED:001:GlBfhyFV7jUzaDT}MP9DVm

@AbapCatalog.sqlViewName: 'IFIL__VH'
@AbapCatalog.compiler.compareFilter: true

@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'Ledger'

@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S

@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations: ['_Text']

@ClientHandling.algorithm: #SESSION_VARIABLE

@Search.searchable: true
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities:[#CDS_MODELING_DATA_SOURCE,#SEARCHABLE_ENTITY,#VALUE_HELP_PROVIDER]
@EndUserText.label: 'Ledger'
define view I_LedgerStdVH
  as select from I_Ledger
  association [0..*] to I_LedgerText as _LedgerText on $projection.Ledger = _LedgerText.Ledger
{
      @ObjectModel.text.element: ['LedgerName']
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key Ledger,

      IsLeadingLedger,

      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @Semantics.text: true
      _LedgerText[1:Language=$session.system_language].LedgerName,

      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LEDGER",
"I_LEDGERTEXT"
],
"ASSOCIATED":
[
"I_LEDGERTEXT"
],
"BASE":
[
"I_LEDGER"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/