C_RSHOperationActivityTypeVH
Value help for maintenance activity type
C_RSHOperationActivityTypeVH is a Consumption CDS View that provides data about "Value help for maintenance activity type" in SAP S/4HANA. It reads from 1 data source (I_MaintenanceActivityType) and exposes 2 fields with key field MaintenanceActivityType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MaintenanceActivityType | MaintActivity | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CRSHACTTYPEVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Value help for maintenance activity type | view | |
| ObjectModel.representativeKey | MaintenanceActivityType | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintenanceActivityType | I_MaintenanceActivityType | MaintenanceActivityType | |
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CRSHACTTYPEVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Value help for maintenance activity type'
@ObjectModel.representativeKey: 'MaintenanceActivityType'
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
/*CONTRACT*********************************************************************************************************************
Specification: This view provides the value help for the Order Activity Type
Requires: N/A
Ensures: that only the texts for Activity Type are returned in the session language
Owners: AN
Contributors: AN
Unit Test required Y/N: No
Additional comments None
END OF CONTRACT***************************************************************************************************************
*/
define view C_RSHOperationActivityTypeVH as select from I_MaintenanceActivityType as MaintActivity {
@ObjectModel.text.association: '_text'
key MaintActivity.MaintenanceActivityType as MaintenanceActivityType ,
_Text
// MaintActivity._Text[1:Language=$session.system_language].MaintenanceActivityTypeName as MaintenanceActivityTypeName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTENANCEACTIVITYTYPE"
],
"ASSOCIATED":
[
"I_MAINTENANCEACTIVITYTYPETEXT"
],
"BASE":
[
"I_MAINTENANCEACTIVITYTYPE"
],
"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