A_PFMProdPlntSuplrFootprint

DDL: A_PFMPRODPLNTSUPLRFOOTPRINT Type: view_entity CONSUMPTION Package: ODATA_SUS_PFM_API_MD_FOOTPRINT

Footprint Product Plant Supplier

A_PFMProdPlntSuplrFootprint is a Consumption CDS View that provides data about "Footprint Product Plant Supplier" in SAP S/4HANA. It reads from 1 data source (R_PFMProdPlntSuplrFootprintTP) and exposes 5 fields with key field PFMProdPlntSuplrFootprintUUID. It is exposed through 1 OData service (API_PFMFOOTPRINTDATA). Part of development package ODATA_SUS_PFM_API_MD_FOOTPRINT.

Data Sources (1)

SourceAliasJoin Type
R_PFMProdPlntSuplrFootprintTP R_PFMProdPlntSuplrFootprintTP projection

Annotations (10)

NameValueLevelField
EndUserText.label Footprint Product Plant Supplier view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name PFMProdPlntSuplrFootprint_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_PFMFOOTPRINTDATA API_PFMFOOTPRINTDATA V4 C2 Deprecated

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY PFMProdPlntSuplrFootprintUUID PFMProdPlntSuplrFootprintUUID Product / Plant / Supplier Assignment
PFMMasterDataFootprintUUID PFMMasterDataFootprintUUID Master Data Footprint
Product Product Product Sold
Plant Plant Valuation Area
Supplier Supplier Supplier

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_PFMProdPlntSuplrFootprint.
-- 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_PFMProdPlntSuplrFootprint AS
SELECT
  PFMProdPlntSuplrFootprintUUID,
  PFMMasterDataFootprintUUID,
  Product,
  Plant,
  Supplier
FROM R_PFMProdPlntSuplrFootprintTP
;