R_SuplrCostBrkdwnTmplPurgGrpTP

DDL: R_SUPLRCOSTBRKDWNTMPLPURGGRPTP Type: view_entity TRANSACTIONAL Package: RAP_MM_PUR_SUPLRCOSTBRKDWNTMPL

TP view for SupCosBrkdwnTmpl Purg Grp

R_SuplrCostBrkdwnTmplPurgGrpTP is a Transactional CDS View that provides data about "TP view for SupCosBrkdwnTmpl Purg Grp" in SAP S/4HANA. It reads from 1 data source (R_SuplrCostBrkdwnTmplPurgGrp) and exposes 8 fields with key field SuplrCostBrkdwnTmplPurgGrpUUID. Part of development package RAP_MM_PUR_SUPLRCOSTBRKDWNTMPL.

Data Sources (1)

SourceAliasJoin Type
R_SuplrCostBrkdwnTmplPurgGrp R_SuplrCostBrkdwnTmplPurgGrp from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label TP view for SupCosBrkdwnTmpl Purg Grp view
ObjectModel.representativeKey SuplrCostBrkdwnTmplPurgGrpUUID view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (8)

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

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