C_RSHEditDispatchOptionVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_RSHGetDomainText | I_RSHGetDomainText | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
}*/
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