C_MDChgProcessSourceStatusVH
Source Data Information VH
C_MDChgProcessSourceStatusVH is a Consumption CDS View that provides data about "Source Data Information VH" in SAP S/4HANA. It reads from 1 data source (I_MasterDataDomainValueText) and exposes 2 fields with key field MDChgProcessSrceStatus.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MasterDataDomainValueText | I_MasterDataDomainValueText | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CMDCHGPROCSRCSTS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Source Data Information VH | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MDChgProcessSrceStatus | |||
| MDChgProcessSourceStatusText | DomainText | MDC Process Status |
@AbapCatalog.sqlViewName: 'CMDCHGPROCSRCSTS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Source Data Information VH'
@ObjectModel: {
usageType.serviceQuality: #C,
usageType.sizeCategory: #L,
usageType.dataClass: #MIXED }
@VDM: {viewType: #CONSUMPTION}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@Consumption.ranked: true
//@Search.searchable: true
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view C_MDChgProcessSourceStatusVH as select from I_MasterDataDomainValueText
{
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key substring(DomainValue, 1, 1 ) as MDChgProcessSrceStatus,
@Semantics.text: true
@Consumption.filter.hidden: true
@EndUserText.label: 'MDC Process Status'
@UI.hidden: true
DomainText as MDChgProcessSourceStatusText
}
where
Name = 'MDC_SOURCE_RECORD_STATUS'
and
Language = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MASTERDATADOMAINVALUETEXT"
],
"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