I_FunctionalLocLabelingSyst
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)
| Source | Alias | Join Type |
|---|---|---|
| ifloalt | ifloalt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_FunctionalLocLabelingSystTxt | _Text | $projection.FunctionalLocLabelingSyst = _Text.FunctionalLocLabelingSyst |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 |
@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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA