A_SPQtnItemProdFprntPlant

DDL: A_SPQTNITEMPRODFPRNTPLANT Type: view_entity CONSUMPTION

Product Footprint Plant in Quotation Itm

A_SPQtnItemProdFprntPlant is a Consumption CDS View that provides data about "Product Footprint Plant in Quotation Itm" in SAP S/4HANA. It reads from 1 data source (R_SPQtnItemProdFprntPlantTP) and exposes 7 fields with key field SPQtnItemProdFprntPlantUUID. It is exposed through 1 OData service (API_SOURCINGPROJECTQUOTATION).

Data Sources (1)

SourceAliasJoin Type
R_SPQtnItemProdFprntPlantTP R_SPQtnItemProdFprntPlantTP projection

Annotations (17)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey SPQtnItemProdFprntPlantUUID view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
OData.entityType.name SPQtnItemProdFprntPlant_Type view
EndUserText.label Product Footprint Plant in Quotation Itm view
Feature SW:PROD_SRCG_PROD_FPRNT view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.elementSuffix PFP view
AbapCatalog.extensibility.quota.maximumFields 204 view
AbapCatalog.extensibility.quota.maximumBytes 4080 view
AbapCatalog.extensibility.allowNewCompositions true view

OData Services (1)

ServiceBindingVersionContractRelease
API_SOURCINGPROJECTQUOTATION API_SRCGPROJQUOTATION V4 C2 C1

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY SPQtnItemProdFprntPlantUUID SPQtnItemProdFprntPlantUUID Product Footprint Plant UUID
SourcingProjectQuotationUUID SourcingProjectQuotationUUID Supplier Quotation UUID
SrcgProjQtnItemProdFprntUUID SrcgProjQtnItemProdFprntUUID Product Footprint UUID
Plant Plant Valuation Area
CompanyCode CompanyCode Receiver Company Code
ProcurementHubSourceSystem ProcurementHubSourceSystem Connected System ID
ProcmtHubPlantUniqueID ProcmtHubPlantUniqueID Plant Unique ID

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_SPQtnItemProdFprntPlant.
-- 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_SPQtnItemProdFprntPlant AS
SELECT
  SPQtnItemProdFprntPlantUUID,
  SourcingProjectQuotationUUID,
  SrcgProjQtnItemProdFprntUUID,
  Plant,
  CompanyCode,
  ProcurementHubSourceSystem,
  ProcmtHubPlantUniqueID
FROM R_SPQtnItemProdFprntPlantTP
;