I_MDChangeProcModifdTableTP
Master Data Change Process Modified Tables - TP
I_MDChangeProcModifdTableTP is a Transactional CDS View that provides data about "Master Data Change Process Modified Tables - TP" in SAP S/4HANA. It reads from 2 data sources (I_MDChgProcessStep, I_MDChangeProcModifdTables) and exposes 7 fields with key fields MasterDataChangeProcess, MDChgProcessStep, MDChgProcessModelTableName, MDChangeProcTableModifDateTime.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_MDChgProcessStep | Step | inner |
| I_MDChangeProcModifdTables | Table | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Master Data Change Process Modified Tables - TP | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #TRANSACTIONAL | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MasterDataChangeProcess | I_MDChangeProcModifdTables | MasterDataChangeProcess | |
| KEY | MDChgProcessStep | I_MDChangeProcModifdTables | MDChgProcessStep | |
| KEY | MDChgProcessModelTableName | I_MDChangeProcModifdTables | MDChgProcessModelTableName | |
| KEY | MDChangeProcTableModifDateTime | I_MDChangeProcModifdTables | MDChangeProcTableModifDateTime | |
| MDChgProcessStepUUID | I_MDChgProcessStep | MDChgProcessStepUUID | ||
| MDChgProcessSrceObjectTypeCode | I_MDChgProcessStep | MDChgProcessSrceObjectTypeCode | ||
| _ProcessStep | _ProcessStep |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Master Data Change Process Modified Tables - TP'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@VDM.viewType: #TRANSACTIONAL
define view entity I_MDChangeProcModifdTableTP
as select from I_MDChangeProcModifdTables as Table
inner join I_MDChgProcessStep as Step on Table.MasterDataChangeProcess = Step.MasterDataChangeProcess
and Table.MDChgProcessStep = Step.MDChgProcessStep
association to parent I_MDChangeProcessStepTP_2 as _ProcessStep on $projection.MDChgProcessStepUUID = _ProcessStep.MDChgProcessStepUUID
{
key Table.MasterDataChangeProcess,
key Table.MDChgProcessStep,
key Table.MDChgProcessModelTableName,
key Table.MDChangeProcTableModifDateTime,
Step.MDChgProcessStepUUID,
Step.MDChgProcessSrceObjectTypeCode,
_ProcessStep
}
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