C_ChangeMasterStatusDEX
Change Master Status
C_ChangeMasterStatusDEX is a Consumption CDS View (Dimension) that provides data about "Change Master Status" in SAP S/4HANA. It reads from 1 data source (I_ChangeMasterStatus) and exposes 5 fields with key field ChangeNumberStatus. Part of development package VDM_PLMB_ECN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChangeMasterStatus | I_ChangeMasterStatus | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Change Master Status | view | |
| ObjectModel.representativeKey | ChangeNumberStatus | view | |
| ObjectModel.sapObjectNodeType.name | ChangeMasterStatus | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| Analytics.dataExtraction.enabled | true | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChangeNumberStatus | ChangeNumberStatus | ||
| ChangeIsAllowed | ChangeIsAllowed | |||
| DateChangeIsAllowed | DateChangeIsAllowed | |||
| DistributionIsLocked | DistributionIsLocked | |||
| _Text | _Text |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Change Master Status'
@ObjectModel.representativeKey: 'ChangeNumberStatus'
@ObjectModel.semanticKey: [ 'ChangeNumberStatus' ]
@ObjectModel.sapObjectNodeType.name: 'ChangeMasterStatus'
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#ANALYTICAL_DIMENSION,
#EXTRACTION_DATA_SOURCE ]
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@Analytics:{
dataCategory: #DIMENSION,
internalName:#LOCAL,
dataExtraction: {
enabled: true,
delta.changeDataCapture: {
mapping:
[ { table: 'T419S',
role: #MAIN,
viewElement: ['ChangeNumberStatus'],
tableElement: ['AENST'] }
]
}
}
}
define view entity C_ChangeMasterStatusDEX
as select from I_ChangeMasterStatus
{
key ChangeNumberStatus,
@Semantics.booleanIndicator: true
ChangeIsAllowed,
@Semantics.booleanIndicator: true
DateChangeIsAllowed,
@Semantics.booleanIndicator: true
DistributionIsLocked,
/* Associations */
_Text
}
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