I_MDCHANGEPROCESSSTEPCONSOLE
MD Change Process Step Console
I_MDCHANGEPROCESSSTEPCONSOLE is a CDS View in S/4HANA. MD Change Process Step Console. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_MDCHANGEPROCESSSTEPCONSOLE | view_entity | from | MD Change Process Step Console |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'MD Change Process Step Console'
@Metadata.ignorePropagatedAnnotations: true
define view entity I_MDChangeProcessStepConsole
as select from mdc_step_console
{
key log_handle as MDChgProcMessageLogHandle,
key msgnumber as MDChgProcMsgNumberLogHandle,
process_id as MasterDataChangeProcess,
process_step_no as MDChgProcessStep,
incident as IncidentID,
msgty as MDChangeProcessMessageType,
msgid as MDChangeProcessMessageID,
cast ( msgno as msgno ) as MDChangeProcessMessageNumber,
msgv1 as SystemMessageVariable1,
msgv2 as SystemMessageVariable2,
msgv3 as SystemMessageVariable3,
msgv4 as SystemMessageVariable4,
time as CreationTime,
user_name as UserName
}