R_SrcgProjQtnItemProdFprntTP
Product Footprint for Quotation Itm - TP
R_SrcgProjQtnItemProdFprntTP is a Transactional CDS View that provides data about "Product Footprint for Quotation Itm - TP" in SAP S/4HANA. It reads from 1 data source (R_SrcgProjQtnItemProdFprnt) and exposes 22 fields with key field SrcgProjQtnItemProdFprntUUID. It has 5 associations to related views. Part of development package RAP_MM_PUR_SRCGPROJQTN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_SrcgProjQtnItemProdFprnt | R_SrcgProjQtnItemProdFprnt | from |
Associations (5)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | R_SourcingProjectQuotationTP | _SourcingProjectQuotation | $projection.SourcingProjectQuotationUUID = _SourcingProjectQuotation.SourcingProjectQuotationUUID |
| [0..*] | I_PFMFootprintBndryCndnText | _PFMFootprintBndryCndnText | $projection.PFMFootprintBndryCndn = _PFMFootprintBndryCndnText.PFMFootprintBndryCndn |
| [0..*] | I_PFMFootprintAcctgStdText | _PFMFootprintAcctgStdText | $projection.PFMFootprintAccountingStd = _PFMFootprintAcctgStdText.PFMFootprintAccountingStd |
| [1..1] | E_SrcgProjQtnItemProdFprnt | _Extension | $projection.SrcgProjQtnItemProdFprntUUID = _Extension.SrcgProjQtnItemProdFprntUUID |
| [*] | R_SPQtnItemProdFprntPlantTP | _SPQtnItemProdFprntPlant | |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.representativeKey | SrcgProjQtnItemProdFprntUUID | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | Product Footprint for Quotation Itm - TP | view | |
| AbapCatalog.extensibility.extensible | true | view | |
| AbapCatalog.extensibility.allowNewDatasources | false | view | |
| AbapCatalog.extensibility.elementSuffix | QPF | view | |
| AbapCatalog.extensibility.quota.maximumFields | 404 | view | |
| AbapCatalog.extensibility.quota.maximumBytes | 40400 | view | |
| AbapCatalog.extensibility.allowNewCompositions | true | view | |
| Feature | SW:PROD_SRCG_PROD_FPRNT | view |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SrcgProjQtnItemProdFprntUUID | SrcgProjQtnItemProdFprntUUID | Product Footprint UUID | |
| SourcingProjectQuotationUUID | SourcingProjectQuotationUUID | Supplier Quotation UUID | ||
| SrcgProjQtnItemUUID | SrcgProjQtnItemUUID | Supplier Quotation Item UUID | ||
| SrcgProjQtnItmProdFprnt | SrcgProjQtnItmProdFprnt | Product Footprint ID | ||
| PFMFootprintBndryCndn | PFMFootprintBndryCndn | Boundary Condition | ||
| PFMFootprintAccountingStd | PFMFootprintAccountingStd | Accounting Standard | ||
| PFMFootprintFxdPtDcmlQuantity | PFMFootprintFxdPtDcmlQuantity | Quantity | ||
| PFMFootprintUnit | PFMFootprintUnit | Unit | ||
| PFMFootprintPeriodStartDate | PFMFootprintPeriodStartDate | Period Start Date | ||
| PFMFootprintPeriodEndDate | PFMFootprintPeriodEndDate | Period End Date | ||
| SPQtnItmCrbnFpQtyPrimShrPctUnt | SPQtnItmCrbnFpQtyPrimShrPctUnt | Share of Primary Emissions Unit | ||
| PFMFootprintQtyPrimaryShrPct | PFMFootprintQtyPrimaryShrPct | Share of Primary Emissions | ||
| PFMFprntEmissionFctrSrceDesc | PFMFprntEmissionFctrSrceDesc | Source of Emission Factor | ||
| BaseUnit | BaseUnit | Unit of Measure | ||
| SPQtnItemProdFprntPlantName | SPQtnItemProdFprntPlantName | Supplier Plant | ||
| SrcgProjQtnItmProdFprntCountry | SrcgProjQtnItmProdFprntCountry | Country/Region of Supplier Plant | ||
| SrcgProjQtnItemProdFprntRegion | SrcgProjQtnItemProdFprntRegion | Region of Supplier Plant | ||
| _SrcgProjQtnItem | _SrcgProjQtnItem | |||
| _SPQtnItemProdFprntPlant | _SPQtnItemProdFprntPlant | |||
| _SourcingProjectQuotation | _SourcingProjectQuotation | |||
| _PFMFootprintBndryCndnText | _PFMFootprintBndryCndnText | |||
| _PFMFootprintAcctgStdText | _PFMFootprintAcctgStdText |
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_SrcgProjQtnItemProdFprntTP.
-- 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_SrcgProjQtnItemProdFprntTP AS
SELECT
SrcgProjQtnItemProdFprntUUID,
SourcingProjectQuotationUUID,
SrcgProjQtnItemUUID,
SrcgProjQtnItmProdFprnt,
PFMFootprintBndryCndn,
PFMFootprintAccountingStd,
PFMFootprintFxdPtDcmlQuantity,
PFMFootprintUnit,
PFMFootprintPeriodStartDate,
PFMFootprintPeriodEndDate,
SPQtnItmCrbnFpQtyPrimShrPctUnt,
PFMFootprintQtyPrimaryShrPct,
PFMFprntEmissionFctrSrceDesc,
BaseUnit,
SPQtnItemProdFprntPlantName,
SrcgProjQtnItmProdFprntCountry,
SrcgProjQtnItemProdFprntRegion
FROM R_SrcgProjQtnItemProdFprnt
LEFT OUTER JOIN R_SourcingProjectQuotationTP AS _SourcingProjectQuotation ON SourcingProjectQuotationUUID = _SourcingProjectQuotation.SourcingProjectQuotationUUID -- association [1..1]
LEFT OUTER JOIN I_PFMFootprintBndryCndnText AS _PFMFootprintBndryCndnText ON PFMFootprintBndryCndn = _PFMFootprintBndryCndnText.PFMFootprintBndryCndn -- association [0..*]
LEFT OUTER JOIN I_PFMFootprintAcctgStdText AS _PFMFootprintAcctgStdText ON PFMFootprintAccountingStd = _PFMFootprintAcctgStdText.PFMFootprintAccountingStd -- association [0..*]
LEFT OUTER JOIN E_SrcgProjQtnItemProdFprnt AS _Extension ON SrcgProjQtnItemProdFprntUUID = _Extension.SrcgProjQtnItemProdFprntUUID -- association [1..1]
LEFT OUTER JOIN R_SPQtnItemProdFprntPlantTP AS _SPQtnItemProdFprntPlant ON /* condition not available in parsed metadata */ -- association [*]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA