A_ChgRecdPLMEPDCollabn

DDL: A_CHGRECDPLMEPDCOLLABN Type: view_entity COMPOSITE

Change Record EPD Collaboration

A_ChgRecdPLMEPDCollabn is a Composite CDS View that provides data about "Change Record EPD Collaboration" in SAP S/4HANA. It reads from 1 data source (I_ChgRecdPLMEPDCollabn) and exposes 8 fields with key fields ChgRecdPLMEPDCollabnUUID, ChangeRecordUUID.

Data Sources (1)

SourceAliasJoin Type
I_ChgRecdPLMEPDCollabn ChangeRecordCollaboration from

Annotations (8)

NameValueLevelField
EndUserText.label Change Record EPD Collaboration view
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY ChgRecdPLMEPDCollabnUUID ChgRecdPLMEPDCollabnUUID NodeID
KEY ChangeRecordUUID ChangeRecordUUID NodeID
ChgRecdPLMEPDCollabnType ChgRecdPLMEPDCollabnType Collaboration Type
CreatedByUser CreatedByUser User Name
CreationDateTime CreationDateTime Timestamp
ChgRecdPLMEPDCollabnSourceID ChgRecdPLMEPDCollabnSourceID Collaboration Src
ChgRecdPLMEPDCollabnID ChgRecdPLMEPDCollabnID Collaboration IntID
_ChangeRecord _ChangeRecord

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 A_ChgRecdPLMEPDCollabn.
-- 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.

CREATE VIEW A_ChgRecdPLMEPDCollabn AS
SELECT
  ChgRecdPLMEPDCollabnUUID,
  ChangeRecordUUID,
  ChgRecdPLMEPDCollabnType,
  CreatedByUser,
  CreationDateTime,
  ChgRecdPLMEPDCollabnSourceID,
  ChgRecdPLMEPDCollabnID
FROM I_ChgRecdPLMEPDCollabn AS ChangeRecordCollaboration
;