I_SrcgProjProcurementProjectTP

DDL: I_SRCGPROJPROCUREMENTPROJECTTP Type: view_entity TRANSACTIONAL

Procurement Project in Srcg Project - TP

I_SrcgProjProcurementProjectTP is a Transactional CDS View that provides data about "Procurement Project in Srcg Project - TP" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjProcurementProjectTP) and exposes 5 fields with key field SrcgProjProcmtProjectUUID.

Data Sources (1)

SourceAliasJoin Type
R_SrcgProjProcurementProjectTP R_SrcgProjProcurementProjectTP projection

Annotations (16)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey SrcgProjProcmtProjectUUID view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
EndUserText.label Procurement Project in Srcg Project - TP view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.elementSuffix SPP view
AbapCatalog.extensibility.quota.maximumFields 204 view
AbapCatalog.extensibility.quota.maximumBytes 4080 view
AbapCatalog.extensibility.allowNewCompositions true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SrcgProjProcmtProjectUUID SrcgProjProcmtProjectUUID Procurement Project UUID
SourcingProjectUUID SourcingProjectUUID Sourcing Project UUID
SrcgProjProcurementProject SrcgProjProcurementProject Project
SourcingOrigin SourcingOrigin Sourcing Origin
SourcingScenario SourcingScenario Integration Scenario

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_SrcgProjProcurementProjectTP.
-- 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 I_SrcgProjProcurementProjectTP AS
SELECT
  SrcgProjProcmtProjectUUID,
  SourcingProjectUUID,
  SrcgProjProcurementProject,
  SourcingOrigin,
  SourcingScenario
FROM R_SrcgProjProcurementProjectTP
;