I_LstMiRouteLocationText
Last Mile Route Location - Txt
I_LstMiRouteLocationText is a Basic CDS View that provides data about "Last Mile Route Location - Txt" in SAP S/4HANA. It reads from 1 data source (I_LocationText) and exposes 6 fields with key fields Location, Language. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_LocationText | I_LocationText | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_LocationBasic | _LocationBasic | $projection.LocationUUID = _LocationBasic.LocationUUID |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | Location | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Last Mile Route Location - Txt | view | |
| VDM.viewType | #BASIC | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Location | _LocationBasic | Location | |
| KEY | Language | I_LocationText | Language | |
| LocationDescription | I_LocationText | LocationDescription | ||
| LocationUUID | LocationUUID | |||
| _LocationBasic | _LocationBasic | |||
| _Language | _Language |
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'Location'
@ObjectModel.usageType.dataClass: #ORGANIZATIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT ]
@EndUserText.label: 'Last Mile Route Location - Txt'
@VDM.viewType: #BASIC
define view entity I_LstMiRouteLocationText
as select from I_LocationText
//join I_LocationBasic on I_LocationText.LocationUUID = I_LocationBasic.LocationUUID
association [1..1] to I_LocationBasic as _LocationBasic on $projection.LocationUUID = _LocationBasic.LocationUUID
{
key _LocationBasic.Location as Location,
@Semantics.language: true
key I_LocationText.Language as Language,
@Semantics.text: true
I_LocationText.LocationDescription as LocationDescription,
LocationUUID as LocationUUID,
_LocationBasic,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LOCATIONBASIC",
"I_LOCATIONTEXT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_LOCATIONBASIC"
],
"BASE":
[
"I_LOCATIONTEXT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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