C_MasterDataChangeProcessUser

DDL: C_MASTERDATACHANGEPROCESSUSER SQL: CMDCHGPROCUSER Type: view CONSUMPTION

Master Data Change Process User

C_MasterDataChangeProcessUser is a Consumption CDS View that provides data about "Master Data Change Process User" in SAP S/4HANA.

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CMDCHGPROCUSER view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Master Data Change Process User view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY MDChgProcessRequestor MDChgProcessRequestor Process Requestor
UserName CreatedByUserName Person Resp.
MasterDataChangeProcessVariant MasterDataChangeProcessVariant

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_MasterDataChangeProcessUser.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: CMDCHGPROCUSER

CREATE VIEW C_MasterDataChangeProcessUser AS
SELECT
  MDChgProcessRequestor,
  CreatedByUserName AS UserName,
  MasterDataChangeProcessVariant
;