I_LogicalSystem

DDL: I_LOGICALSYSTEM SQL: ILOGICALSYSTEM Type: view BASIC

Logical System

I_LogicalSystem is a Basic CDS View (Dimension) that provides data about "Logical System" in SAP S/4HANA. It reads from 1 data source (tbdls) and exposes 2 fields with key field LogicalSystem. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tbdls tbdls from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_LogicalSystemText _Text $projection.LogicalSystem = _Text.LogicalSystem

Annotations (11)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey LogicalSystem view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
AbapCatalog.sqlViewName ILOGICALSYSTEM view
EndUserText.label Logical System view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY LogicalSystem logsys
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE //Inserted by VDM CDS Suite Plugin

@ObjectModel.representativeKey: 'LogicalSystem'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@AbapCatalog.sqlViewName: 'ILOGICALSYSTEM'
@EndUserText.label: 'Logical System'
@Analytics : {dataCategory: #DIMENSION, dataExtraction.enabled : true}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC

define view I_LogicalSystem
  as select from tbdls
  association [0..*] to I_LogicalSystemText as _Text on $projection.LogicalSystem = _Text.LogicalSystem
{
      @ObjectModel.text.association: '_Text'
  key logsys as LogicalSystem,
      _Text
}  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TBDLS"
],
"ASSOCIATED":
[
"I_LOGICALSYSTEMTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/