C_EngCollabnChgRecdDoc

DDL: C_ENGCOLLABNCHGRECDDOC Type: view_entity CONSUMPTION

CR DMS Docs transfered to EngCollabn

C_EngCollabnChgRecdDoc is a Consumption CDS View that provides data about "CR DMS Docs transfered to EngCollabn" in SAP S/4HANA. It reads from 1 data source (I_EngCollabnChgRecdDoc) and exposes 14 fields with key fields ChangeRecordUUID, LinkedSAPObjectKey, ChangeRecordCollaborationUUID, DocumentInfoRecordDocType, DocumentInfoRecordDocNumber.

Data Sources (1)

SourceAliasJoin Type
I_EngCollabnChgRecdDoc I_EngCollabnChgRecdDoc from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label CR DMS Docs transfered to EngCollabn view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY ChangeRecordUUID ChangeRecordUUID NodeID
KEY LinkedSAPObjectKey LinkedSAPObjectKey SAP Object Key
KEY ChangeRecordCollaborationUUID ChangeRecordCollaborationUUID
KEY DocumentInfoRecordDocType DocumentInfoRecordDocType Document Type
KEY DocumentInfoRecordDocNumber DocumentInfoRecordDocNumber Document
KEY DocumentInfoRecordDocVersion DocumentInfoRecordDocVersion Doc. Version
KEY DocumentInfoRecordDocPart DocumentInfoRecordDocPart Document Part
KEY FileUUID FileUUID UUID
KEY PhysicalDocument PhysicalDocument Phys. Document
DocumentDescription DocumentDescription Doc. Name
FileName FileName URL or Filenam Path
ChgMgmtReltdObjTypeText ChgMgmtReltdObjTypeText
EngCollabnCMISID _EngCollabnDocumentOriginal EngCollabnCMISID
LinkedSAPObject LinkedSAPObject Object

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_EngCollabnChgRecdDoc.
-- 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 C_EngCollabnChgRecdDoc AS
SELECT
  ChangeRecordUUID,
  LinkedSAPObjectKey,
  ChangeRecordCollaborationUUID,
  DocumentInfoRecordDocType,
  DocumentInfoRecordDocNumber,
  DocumentInfoRecordDocVersion,
  DocumentInfoRecordDocPart,
  FileUUID,
  PhysicalDocument,
  DocumentDescription,
  FileName,
  ChgMgmtReltdObjTypeText,
  _EngCollabnDocumentOriginal.EngCollabnCMISID AS EngCollabnCMISID,
  LinkedSAPObject
FROM I_EngCollabnChgRecdDoc
;