C_PurgDocAutomnStatusVH
Consumtion View for AutomationStatus VH
C_PurgDocAutomnStatusVH is a Consumption CDS View that provides data about "Consumtion View for AutomationStatus VH" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 3 fields with key fields Language, PurgDocAutomationStatus.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CAUTOMNSTATUSVH | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| EndUserText.label | Consumtion View for AutomationStatus VH | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.semanticKey | PurgDocAutomationStatus | view | |
| ObjectModel.representativeKey | PurgDocAutomationStatus | view | |
| AbapCatalog.dataMaintenance | #DISPLAY_ONLY | view | |
| Consumption.ranked | true | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | ddlanguage | ||
| KEY | PurgDocAutomationStatus | |||
| PurgDocAutomationStatusText | ddtext |
@AbapCatalog.sqlViewName: 'CAUTOMNSTATUSVH'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@EndUserText.label : 'Consumtion View for AutomationStatus VH'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
//@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.semanticKey: 'PurgDocAutomationStatus'
@ObjectModel.representativeKey: 'PurgDocAutomationStatus'
@AbapCatalog.dataMaintenance: #DISPLAY_ONLY
@Consumption.ranked: true
define view C_PurgDocAutomnStatusVH
as select from dd07t
{
@UI.hidden: true
key ddlanguage as Language,
@UI.hidden: true
@ObjectModel.text.element : 'PurgDocAutomationStatusText'
@Consumption.labelElement: 'PurgDocAutomationStatusText'
key cast ( substring(domvalue_l , 1, 2 ) as mmpur_automation_status preserving type ) as PurgDocAutomationStatus,
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.7 }
@Semantics.text: true
@EndUserText.quickInfo: 'Short Description'
ddtext as PurgDocAutomationStatusText
}
where
domname = 'MMPUR_AUTOMATION_STATUS'
and as4local = 'A'
and as4vers = '0000'
and ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"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