C_PurOrdMaintainStorLocValHelp
PO Maintenance: Value Help for Storage Location
C_PurOrdMaintainStorLocValHelp is a Consumption CDS View that provides data about "PO Maintenance: Value Help for 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 | I_StorageLocation | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AbapCatalog.sqlViewName | CPOMAINTVHSTOLOC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | PO Maintenance: Value Help for Storage Location | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Plant | I_StorageLocation | Plant | |
| KEY | StorageLocation | I_StorageLocation | StorageLocation | |
| StorageLocationName | I_StorageLocation | StorageLocationName |
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@VDM.viewType: #CONSUMPTION
@AbapCatalog.sqlViewName: 'CPOMAINTVHSTOLOC'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'PO Maintenance: Value Help for Storage Location'
define view C_PurOrdMaintainStorLocValHelp
as select from I_StorageLocation
{
key I_StorageLocation.Plant as Plant,
key I_StorageLocation.StorageLocation as StorageLocation,
I_StorageLocation.StorageLocationName as StorageLocationName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_STORAGELOCATION"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/
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