C_SuplrCostBrkdwnTmplPurgGrpTP

DDL: C_SUPLRCOSTBRKDWNTMPLPURGGRPTP Type: view_entity CONSUMPTION Package: ODATA_MM_PUR_SCBDTMPL_MAINTAIN

Projection for SupCosBrkdwnTmpl Purg Grp

C_SuplrCostBrkdwnTmplPurgGrpTP is a Consumption CDS View that provides data about "Projection for SupCosBrkdwnTmpl Purg Grp" in SAP S/4HANA. It reads from 1 data source (R_SuplrCostBrkdwnTmplPurgGrpTP) and exposes 7 fields with key field SuplrCostBrkdwnTmplPurgGrpUUID. It is exposed through 1 OData service (UI_SUPLRCOSTBRKDWNTEMPL_MANAGE). Part of development package ODATA_MM_PUR_SCBDTMPL_MAINTAIN.

Data Sources (1)

SourceAliasJoin Type
R_SuplrCostBrkdwnTmplPurgGrpTP R_SuplrCostBrkdwnTmplPurgGrpTP projection

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Projection for SupCosBrkdwnTmpl Purg Grp view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey SuplrCostBrkdwnTmplPurgGrpUUID view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
Metadata.allowExtensions true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_SUPLRCOSTBRKDWNTEMPL_MANAGE UI_SUPLRCBDTEMPLATE_MANAGE V2 C1 NOT_RELEASED

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY SuplrCostBrkdwnTmplPurgGrpUUID SuplrCostBrkdwnTmplPurgGrpUUID Purchasing Grp UUID
PurchasingGroup PurchasingGroup Purchasing Group
SuplrCostBreakdownTemplateUUID SuplrCostBreakdownTemplateUUID SUPLRCBDTUUID
IsDeleted IsDeleted TRUE
ProcurementHubSourceSystem ProcurementHubSourceSystem Connected System ID
PurchasingGroupName PurchasingGroupName Purchasing Grp. Name
SupCosBrkTmplSrcSysPurgGroup SupCosBrkTmplSrcSysPurgGroup Source Syst & PGrp

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_SuplrCostBrkdwnTmplPurgGrpTP.
-- 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_SuplrCostBrkdwnTmplPurgGrpTP AS
SELECT
  SuplrCostBrkdwnTmplPurgGrpUUID,
  PurchasingGroup,
  SuplrCostBreakdownTemplateUUID,
  IsDeleted,
  ProcurementHubSourceSystem,
  PurchasingGroupName,
  SupCosBrkTmplSrcSysPurgGroup
FROM R_SuplrCostBrkdwnTmplPurgGrpTP
;