I_InternalOrderLocationVH
Location
I_InternalOrderLocationVH is a Composite CDS View that provides data about "Location" in SAP S/4HANA. It reads from 1 data source (I_Location) and exposes 3 fields with key fields InternalOrderLocation, Plant.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Location | I_Location | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Location | view | |
| Search.searchable | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| UI.textArrangement | #TEXT_LAST | view | |
| Consumption.ranked | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InternalOrderLocation | Location | ||
| KEY | Plant | Plant | ||
| LocationName | LocationName |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Location'
@Search.searchable: true
@VDM: {
viewType: #COMPOSITE
}
@ObjectModel:{
usageType: {
serviceQuality: #C,
sizeCategory: #L,
dataClass: #MIXED
},
dataCategory: #VALUE_HELP
}
@UI.textArrangement: #TEXT_LAST
@Consumption.ranked: true
define view entity I_InternalOrderLocationVH
as select from I_Location
{
@Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
@ObjectModel.text.element: ['LocationName']
key Location as InternalOrderLocation,
@Search: {defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
key Plant,
@Semantics.text: true
@Search: {defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
LocationName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_LOCATION"
],
"ASSOCIATED":
[],
"BASE":
[],
"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