A_SPQtnItemAllwdProdFprnt

DDL: A_SPQTNITEMALLWDPRODFPRNT Type: view_entity CONSUMPTION

Allowed Carbon Footprint in SPQtn Item

A_SPQtnItemAllwdProdFprnt is a Consumption CDS View that provides data about "Allowed Carbon Footprint in SPQtn Item" in SAP S/4HANA. It reads from 1 data source (R_SPQtnItemAllwdProdFprntTP) and exposes 5 fields with key field SPQtnItemAllwdProdFprntUUID. It is exposed through 1 OData service (API_SOURCINGPROJECTQUOTATION).

Data Sources (1)

SourceAliasJoin Type
R_SPQtnItemAllwdProdFprntTP R_SPQtnItemAllwdProdFprntTP projection

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
ObjectModel.representativeKey SPQtnItemAllwdProdFprntUUID view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Allowed Carbon Footprint in SPQtn Item view
OData.entityType.name SPQtnItemAllwdProdFprnt_Type view
Feature SW:PROD_SRCG_PROD_FPRNT view

OData Services (1)

ServiceBindingVersionContractRelease
API_SOURCINGPROJECTQUOTATION API_SRCGPROJQUOTATION V4 C2 C1

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SPQtnItemAllwdProdFprntUUID SPQtnItemAllwdProdFprntUUID Product Footprint Parameter UUID
SourcingProjectQuotationUUID SourcingProjectQuotationUUID Supplier Quotation UUID
SrcgProjQtnItemUUID SrcgProjQtnItemUUID Supplier Quotation Item UUID
PFMFootprintBndryCndn PFMFootprintBndryCndn Boundary Condition
PFMFootprintAccountingStd PFMFootprintAccountingStd Accounting Standard

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 A_SPQtnItemAllwdProdFprnt.
-- 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 A_SPQtnItemAllwdProdFprnt AS
SELECT
  SPQtnItemAllwdProdFprntUUID,
  SourcingProjectQuotationUUID,
  SrcgProjQtnItemUUID,
  PFMFootprintBndryCndn,
  PFMFootprintAccountingStd
FROM R_SPQtnItemAllwdProdFprntTP
;