C_PurOrdMaintainStorLocValHelp

DDL: C_PURORDMAINTAINSTORLOCVALHELP SQL: CPOMAINTVHSTOLOC Type: view CONSUMPTION

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)

SourceAliasJoin Type
I_StorageLocation I_StorageLocation from

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}
}*/