I_FunctionalLocLabelingSyst

DDL: I_FUNCTIONALLOCLABELINGSYST SQL: IFLOCALTSYS Type: view BASIC

Functional Location Labeling System

I_FunctionalLocLabelingSyst is a Basic CDS View (Dimension) that provides data about "Functional Location Labeling System" in SAP S/4HANA. It reads from 1 data source (ifloalt) and exposes 3 fields with key field FunctionalLocLabelingSyst. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
ifloalt ifloalt from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FunctionalLocLabelingSystTxt _Text $projection.FunctionalLocLabelingSyst = _Text.FunctionalLocLabelingSyst

Annotations (11)

NameValueLevelField
EndUserText.label Functional Location Labeling System view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName IFLOCALTSYS view
ObjectModel.representativeKey FunctionalLocLabelingSyst view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FunctionalLocLabelingSyst ifloalt alkey
FuncnlLocLabelIsPrimaryLabel ifloalt prkey
_Text _Text
@EndUserText.label: 'Functional Location Labeling System'
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IFLOCALTSYS'

@ObjectModel.representativeKey: 'FunctionalLocLabelingSyst'

@ClientHandling.algorithm: #SESSION_VARIABLE

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

@Metadata.ignorePropagatedAnnotations: true

define view I_FunctionalLocLabelingSyst
  as select from ifloalt
  association [0..*] to I_FunctionalLocLabelingSystTxt as _Text on $projection.FunctionalLocLabelingSyst = _Text.FunctionalLocLabelingSyst
{
      @ObjectModel.text.association: '_Text'
  key ifloalt.alkey as FunctionalLocLabelingSyst,
      ifloalt.prkey as FuncnlLocLabelIsPrimaryLabel,

      _Text
}