R_SrcgProjPLMCollaborationTP

DDL: R_SRCGPROJPLMCOLLABORATIONTP Type: view_entity TRANSACTIONAL

Sourcing Project PLM Collaboration

R_SrcgProjPLMCollaborationTP is a Transactional CDS View that provides data about "Sourcing Project PLM Collaboration" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjPLMCollaboration) and exposes 16 fields with key field SrcgProjPLMCollaborationUUID. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
R_SrcgProjPLMCollaboration _SrcgProjPLMCollaboration from

Associations (1)

CardinalityTargetAliasCondition
[1..*] R_SrcgProjPLMCollabnPrtcpntTP _SrcgProjPLMCollabnPrtcpntTP

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Sourcing Project PLM Collaboration view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

Fields (16)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjPLMCollaborationUUID SrcgProjPLMCollaborationUUID Sourcing Project PLM Collaboration UUID
SourcingProjectUUID SourcingProjectUUID Sourcing Project UUID
PLMCollaborationName PLMCollaborationName Collaboration Room Name in PLM
SrcgProjPLMCollaborationType SrcgProjPLMCollaborationType Collaboration Type
SrcgProjPLMCollabnOpCode SrcgProjPLMCollabnOpCode PLM Collaboration Operation Code
SrcgProjPLMCollaborationStatus SrcgProjPLMCollaborationStatus Sourcing Project PLM Collab Status
PLMCollabnAdministratorEmail PLMCollabnAdministratorEmail Collaboration Administrator Email in PLM
PLMCollaborationCreatedBy PLMCollaborationCreatedBy Created By
PLMCollabnCreatedDateTime PLMCollabnCreatedDateTime Collaboration Created Date Time in PLM
PLMCollaborationChangedBy PLMCollaborationChangedBy Changed By
PLMCollabnChangedDateTime PLMCollabnChangedDateTime Collaboration Changed Date Time in PLM
SrcgProjPLMCollabnConfignValue SrcgProjPLMCollabnConfignValue Sourcing Project PLM Collaboration Configuration Value
_SourcingProjectTP _SourcingProjectTP
_SrcgProjPLMCollabnPrtcpntTP _SrcgProjPLMCollabnPrtcpntTP
_SrcPrjRpldPLMCollaboration _SrcPrjRpldPLMCollaboration
_SrcgProjPLMCollabnStatus _SrcgProjPLMCollabnStatus

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 R_SrcgProjPLMCollaborationTP.
-- 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 R_SrcgProjPLMCollaborationTP AS
SELECT
  SrcgProjPLMCollaborationUUID,
  SourcingProjectUUID,
  PLMCollaborationName,
  SrcgProjPLMCollaborationType,
  SrcgProjPLMCollabnOpCode,
  SrcgProjPLMCollaborationStatus,
  PLMCollabnAdministratorEmail,
  PLMCollaborationCreatedBy,
  PLMCollabnCreatedDateTime,
  PLMCollaborationChangedBy,
  PLMCollabnChangedDateTime,
  SrcgProjPLMCollabnConfignValue
FROM R_SrcgProjPLMCollaboration AS _SrcgProjPLMCollaboration
LEFT OUTER JOIN R_SrcgProjPLMCollabnPrtcpntTP AS _SrcgProjPLMCollabnPrtcpntTP ON /* condition not available in parsed metadata */  -- association [1..*]
;