PPHMRP_PERF_LOG_KEY_FIGURES
MRP Performance Log Key Figures
PPHMRP_PERF_LOG_KEY_FIGURES is a CDS View that provides data about "MRP Performance Log Key Figures" in SAP S/4HANA. It reads from 1 data source (Pph_Ddl_Perflog_Header) and exposes 8 fields with key field uuid. It has 2 associations to related views. It is exposed through 1 OData service (ASQL_F1426). Part of development package PPH_MRP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| Pph_Ddl_Perflog_Header | log | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | Pphmrp_Perf_Log_Llc_Key_Fig | _Pphmrp_Perf_Log_Llc_KF | $projection.uuid = _Pphmrp_Perf_Log_Llc_KF.uuid -- to all steps |
| [0..*] | Pphmrp_Perf_Log_Item_Key_Fig | _Pphmrp_Perf_Log_Item_KF | $projection.uuid = _Pphmrp_Perf_Log_Item_KF.uuid |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PPHMRP_PERF_LOG | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.createEnabled | false | view | |
| ObjectModel.deleteEnabled | false | view | |
| ObjectModel.updateEnabled | false | view | |
| ObjectModel.draftEnabled | false | view | |
| ObjectModel.transactionalProcessingEnabled | false | view | |
| ObjectModel.compositionRoot | true | view | |
| EndUserText.label | MRP Performance Log Key Figures | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| ASQL_F1426 | ASQL_F1426 | C2 | NOT_RELEASED |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | uuid | Pph_Ddl_Perflog_Header | uuid | Waste Partner UUID |
| uname | ||||
| mrp_comment | Pph_Ddl_Perflog_Header | mrp_comment | Log Name | |
| mrpstartdate | ||||
| elapsed_time | Pph_Ddl_Perflog_Header | elapsed_time | ||
| error_string | Pph_Ddl_Perflog_Header | error_string | Error Text | |
| _Pphmrp_Perf_Log_Llc_KF | _Pphmrp_Perf_Log_Llc_KF | |||
| _Pphmrp_Perf_Log_Item_KF | _Pphmrp_Perf_Log_Item_KF |
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 PPHMRP_PERF_LOG_KEY_FIGURES.
-- 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: PPHMRP_PERF_LOG
CREATE VIEW PPHMRP_PERF_LOG_KEY_FIGURES AS
SELECT
log.uuid AS uuid,
log.mrp_comment AS mrp_comment,
cast(tstmp_to_dats(mrpstart_ts, abap_system_timezone( $session.client,'NULL' ), $session.client, 'NULL' ) as pph_mrp_start_date preserving type ) AS mrpstartdate,
log.elapsed_time AS elapsed_time,
log.error_string AS error_string
FROM Pph_Ddl_Perflog_Header AS log
LEFT OUTER JOIN Pphmrp_Perf_Log_Llc_Key_Fig AS _Pphmrp_Perf_Log_Llc_KF ON uuid = _Pphmrp_Perf_Log_Llc_KF.uuid -- association [0..*]
LEFT OUTER JOIN Pphmrp_Perf_Log_Item_Key_Fig AS _Pphmrp_Perf_Log_Item_KF ON uuid = _Pphmrp_Perf_Log_Item_KF.uuid -- association [0..*]
;
Learn More
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA