C_MaintOrdProcessingContextVH
Maintenance Processing Context
C_MaintOrdProcessingContextVH is a Consumption CDS View that provides data about "Maintenance Processing Context" in SAP S/4HANA. It reads from 1 data source (I_MaintOrdProcessingContextVH) and exposes 2 fields with key field MaintOrderProcessingContext.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MaintOrdProcessingContextVH | I_MaintOrdProcessingContextVH | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPROCCONTEXTVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Maintenance Processing Context | view | |
| ObjectModel.representativeKey | MaintOrderProcessingContext | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MaintOrderProcessingContext | MaintOrderProcessingContext | ||
| MaintOrdProcessingContextText |
@AbapCatalog.sqlViewName: 'CPROCCONTEXTVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Maintenance Processing Context'
@ObjectModel.representativeKey: 'MaintOrderProcessingContext'
@VDM.viewType: #CONSUMPTION
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
usageType: {
serviceQuality: #B,
sizeCategory: #S,
dataClass: #MIXED }
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.dataCategory:#VALUE_HELP
define view C_MaintOrdProcessingContextVH
as select from I_MaintOrdProcessingContextVH
{
@ObjectModel.text.element: [ 'MaintOrdProcessingContextText' ]
@UI.textArrangement: #TEXT_FIRST
key MaintOrderProcessingContext,
_Text[1:Language = $session.system_language].MaintOrdProcessingContextText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTORDPROCESSINGCONTEXTT",
"I_MAINTORDPROCESSINGCONTEXTVH"
],
"ASSOCIATED":
[],
"BASE":
[],
"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