I_FunctionalLocLabelingSystTxt
Functional Location Labeling System Text
I_FunctionalLocLabelingSystTxt is a Basic CDS View that provides data about "Functional Location Labeling System Text" in SAP S/4HANA. It reads from 1 data source (ifloalt_t) and exposes 5 fields with key fields FunctionalLocLabelingSyst, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ifloalt_t | ifloalt_t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_FunctionalLocLabelingSyst | _FunctionalLocLabelingSyst | _FunctionalLocLabelingSyst.FunctionalLocLabelingSyst = $projection.FunctionalLocLabelingSyst |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Functional Location Labeling System Text | view | |
| Analytics.dataExtraction.enabled | true | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | IFLOCALTSYSTEXT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.representativeKey | FunctionalLocLabelingSyst | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FunctionalLocLabelingSyst | alkey | ||
| KEY | Language | spras | ||
| FunctionalLocLabelingSystDesc | altxt | |||
| _Language | _Language | |||
| _FunctionalLocLabelingSyst | _FunctionalLocLabelingSyst |
@EndUserText.label: 'Functional Location Labeling System Text'
@Analytics: { dataExtraction.enabled: true }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IFLOCALTSYSTEXT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
representativeKey: 'FunctionalLocLabelingSyst',
dataCategory: #TEXT,
usageType: {
dataClass: #CUSTOMIZING,
sizeCategory: #S,
serviceQuality: #A
}
}
define view I_FunctionalLocLabelingSystTxt
as select from ifloalt_t
association [0..1] to I_FunctionalLocLabelingSyst as _FunctionalLocLabelingSyst on _FunctionalLocLabelingSyst.FunctionalLocLabelingSyst = $projection.FunctionalLocLabelingSyst
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_FunctionalLocLabelingSyst'
@ObjectModel.text.element: ['FunctionalLocLabelingSystDesc']
key alkey as FunctionalLocLabelingSyst,
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key spras as Language,
@Semantics.text: true
altxt as FunctionalLocLabelingSystDesc,
_Language,
_FunctionalLocLabelingSyst
}
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