C_SupCosBrkTmplPurchasingOrgTP

DDL: C_SUPCOSBRKTMPLPURCHASINGORGTP Type: view_entity CONSUMPTION

Supplier CBD Template Purg Org CV

C_SupCosBrkTmplPurchasingOrgTP is a Consumption CDS View that provides data about "Supplier CBD Template Purg Org CV" in SAP S/4HANA. It reads from 1 data source (R_SupCosBrkTmplPurchasingOrgTP) and exposes 7 fields with key field SuplrCostBrkdwnTmplPurgOrgUUID.

Data Sources (1)

SourceAliasJoin Type
R_SupCosBrkTmplPurchasingOrgTP R_SupCosBrkTmplPurchasingOrgTP projection

Annotations (8)

NameValueLevelField
EndUserText.label Supplier CBD Template Purg Org CV view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey SuplrCostBrkdwnTmplPurgOrgUUID view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
Metadata.allowExtensions true view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY SuplrCostBrkdwnTmplPurgOrgUUID SuplrCostBrkdwnTmplPurgOrgUUID Purchasing Org UUID
SupCosBrkTmplSrcSysPurgOrg SupCosBrkTmplSrcSysPurgOrg Source Syst & POrg
PurchasingOrganization PurchasingOrganization Purchasing Organization
SuplrCostBreakdownTemplateUUID SuplrCostBreakdownTemplateUUID SUPLRCBDTUUID
IsDeleted IsDeleted TRUE
ProcurementHubSourceSystem ProcurementHubSourceSystem Connected System ID
ProcmtHubPurgOrgName _SupCosBrkTmplPurgOrg ProcmtHubPurgOrgName

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_SupCosBrkTmplPurchasingOrgTP.
-- 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_SupCosBrkTmplPurchasingOrgTP AS
SELECT
  SuplrCostBrkdwnTmplPurgOrgUUID,
  SupCosBrkTmplSrcSysPurgOrg,
  PurchasingOrganization,
  SuplrCostBreakdownTemplateUUID,
  IsDeleted,
  ProcurementHubSourceSystem,
  _SupCosBrkTmplPurgOrg.ProcmtHubPurgOrgName AS ProcmtHubPurgOrgName
FROM R_SupCosBrkTmplPurchasingOrgTP
;