I_PFMProdPlntSuplrFootprintTP

DDL: I_PFMPRODPLNTSUPLRFOOTPRINTTP Type: view_entity TRANSACTIONAL Package: INTEGRATION_SUS_PFM_MDFP_API

Footprint Product Plant Supplier - TP

I_PFMProdPlntSuplrFootprintTP is a Transactional CDS View that provides data about "Footprint Product Plant Supplier - TP" in SAP S/4HANA. It reads from 1 data source (R_PFMProdPlntSuplrFootprintTP) and exposes 8 fields with key field PFMProdPlntSuplrFootprintUUID. Part of development package INTEGRATION_SUS_PFM_MDFP_API.

Data Sources (1)

SourceAliasJoin Type
R_PFMProdPlntSuplrFootprintTP R_PFMProdPlntSuplrFootprintTP projection

Annotations (10)

NameValueLevelField
EndUserText.label Footprint Product Plant Supplier - TP 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
ObjectModel.sapObjectNodeType.name PFMProdPlntSuplrFootprint view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Metadata.ignorePropagatedAnnotations true view

Fields (8)

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