P_OverallSEOvwPage1

DDL: P_OVERALLSEOVWPAGE1 SQL: PMMOVERALLSEOVP1 Type: view CONSUMPTION Package: ODATA_PRC_OVP

Overall SE Overview Page 1

P_OverallSEOvwPage1 is a Consumption CDS View that provides data about "Overall SE Overview Page 1" in SAP S/4HANA. It reads from 1 data source (P_OverallSEOvwPage) and exposes 10 fields. Part of development package ODATA_PRC_OVP.

Data Sources (1)

SourceAliasJoin Type
P_OverallSEOvwPage P_OverallSEOvwPage from

Parameters (4)

NameTypeDefault
P_DisplayCurrency displaycurrency
P_StartDate bedat
P_EndDate bedat
P_DateFunction datefunctionid

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName PMMOVERALLSEOVP1 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
VDM.private true view
AccessControl.personalData.blocking #NOT_REQUIRED view
EndUserText.label Overall SE Overview Page 1 view

Fields (10)

KeyFieldSource TableSource FieldDescription
SuplrEvalCalculatedScoreValue
PurgDocMigrtnIsCmpltdForAnlyts PurgDocMigrtnIsCmpltdForAnlyts Intrastat rel.
SuplrEvalCritraDelivCmpltFlag
SuplrEvalCritraDelivCompleted SuplrEvalCritraDelivCompleted
NumberOfResponses NumberOfResponses
OperationalScore OperationalScore
OperationalScoreCount OperationalScoreCount
PurchaseOrderNetPriceAmount
Supplier Supplier Supplier
SupplierEvalScoreTargetValue SupplierEvalScoreTargetValue

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 P_OverallSEOvwPage1.
-- 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.
-- SQL view name: PMMOVERALLSEOVP1
-- Parameters: P_DisplayCurrency : displaycurrency, P_StartDate : bedat, P_EndDate : bedat, P_DateFunction : datefunctionid

CREATE VIEW P_OverallSEOvwPage1 AS
SELECT
  fltp_to_dec( SuplrEvalCalculatedScoreValue as abap.dec(16,0) ) AS SuplrEvalCalculatedScoreValue,
  PurgDocMigrtnIsCmpltdForAnlyts,
  '' AS SuplrEvalCritraDelivCmpltFlag,
  SuplrEvalCritraDelivCompleted,
  NumberOfResponses,
  OperationalScore,
  OperationalScoreCount,
  cast( PurchaseOrderNetPriceAmount as purchase_order_net_amount) AS PurchaseOrderNetPriceAmount,
  Supplier,
  SupplierEvalScoreTargetValue
FROM P_OverallSEOvwPage
;