I_MDGovChgReqProcessedByCurUsr

DDL: I_MDGOVCHGREQPROCESSEDBYCURUSR SQL: IMDGCRPROCDBYME Type: view COMPOSITE

MDG CR where Workflow processed by me

I_MDGovChgReqProcessedByCurUsr is a Composite CDS View that provides data about "MDG CR where Workflow processed by me" in SAP S/4HANA.

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IMDGCRPROCDBYME view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey MDGovChangeRequest view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
VDM.viewType #COMPOSITE view
EndUserText.label MDG CR where Workflow processed by me view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY MDGovChangeRequest
MDGovChgReqIsProcessedByCurUsr Workflow processed by me
TechnicalWrkflwObject I_WorkflowTaskApplObject TechnicalWrkflwObject
_MDGovChangeRequestBasic _MDGovChangeRequestBasic

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 I_MDGovChgReqProcessedByCurUsr.
-- 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: IMDGCRPROCDBYME

CREATE VIEW I_MDGovChgReqProcessedByCurUsr AS
SELECT
  cast(TechnicalWrkflwObject as usmd_crequest ) AS MDGovChangeRequest,
  cast( 'X' as boole_d preserving type ) AS MDGovChgReqIsProcessedByCurUsr,
  I_WorkflowTaskApplObject.TechnicalWrkflwObject AS TechnicalWrkflwObject
;