C_RSHEditDispatchOptionVH

DDL: C_RSHEDITDISPATCHOPTIONVH SQL: CRSHEDSPOPTVH Type: view CONSUMPTION

F4 help value for dispatch option

C_RSHEditDispatchOptionVH is a Consumption CDS View that provides data about "F4 help value for dispatch option" in SAP S/4HANA. It reads from 1 data source (I_RSHGetDomainText) and exposes 2 fields with key field Action.

Data Sources (1)

SourceAliasJoin Type
I_RSHGetDomainText I_RSHGetDomainText from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CRSHEDSPOPTVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #A view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.representativeKey Action view
EndUserText.label F4 help value for dispatch option view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Action
ActionDescription DomainText
@AbapCatalog.sqlViewName: 'CRSHEDSPOPTVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.serviceQuality: #A
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
//@ObjectModel.dataCategory: #TEXT

@ObjectModel.representativeKey: 'Action'
@EndUserText.label: 'F4 help value for dispatch option'

/*
CONTRACT**********************************************************************************************************************

Specification:              This view provides the texts for dispatch option - F4 help 
Requires:                   n/a
Ensures:                    n/a
Owners:                     SY
Contributors:               SY
Unit Test required Y/N:     plain selection of dmain fixed values -> No
Additional comments         None

END OF CONTRACT***************************************************************************************************************
*/

define view C_RSHEditDispatchOptionVH
  as select from I_RSHGetDomainText
{
@ObjectModel.text.association:  null
  key cast(DomainValue  as char1)      as  Action,
      @Semantics.text: true
       DomainText         as  ActionDescription
 
       
}
where
  DomainValueName = 'RSH_EAM_DISPATCH' 
  
  
  
  
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_RSHGETDOMAINTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/