C_SupProtStorageLocationVH
Supply Protection Storage Location
C_SupProtStorageLocationVH is a Consumption CDS View that provides data about "Supply Protection Storage Location" in SAP S/4HANA. It reads from 1 data source (I_StorageLocation) and exposes 3 fields with key fields Plant, StorageLocation.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_StorageLocation | StorageLocation | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.representativeKey | StorageLocation | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Search.searchable | true | view | |
| EndUserText.label | Supply Protection Storage Location | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Plant | Plant | ||
| KEY | StorageLocation | StorageLocation | ||
| StorageLocationName | StorageLocationName |
@VDM.viewType: #CONSUMPTION
@ObjectModel:{
dataCategory: #VALUE_HELP,
usageType:{
serviceQuality: #C,
sizeCategory: #S,
dataClass: #MIXED
},
representativeKey: 'StorageLocation'
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Search.searchable: true
@EndUserText.label: 'Supply Protection Storage Location'
define view entity C_SupProtStorageLocationVH as select from I_StorageLocation as StorageLocation {
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Consumption.filter.hidden: true
key Plant,
@Search.defaultSearchElement: true
key StorageLocation,
@Semantics.text: true
@Search.defaultSearchElement: true
StorageLocationName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_STORAGELOCATION"
],
"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