RPM_PERF_DATA SAP (RPM: Performance Results (only in the liveCache)) Table details

Dictionary Type: Table
Description: RPM: Performance Results (only in the liveCache)




ABAP Code to SELECT data from RPM_PERF_DATA
Related tables to RPM_PERF_DATA
Access table RPM_PERF_DATA




Table field list including key, data, relationships and ABAP select examples

RPM_PERF_DATA is a standard SAP Table which is used to store RPM: Performance Results (only in the liveCache) data and is available within R/3 SAP systems depending on the version and release level.

The RPM_PERF_DATA table consists of various fields, each holding specific information or linking keys about RPM: Performance Results (only in the liveCache) data available in SAP. These include SIMID (Name of Planning Version), MATID (Internal Number (UID) for Product), LOCID (Internal Location Number (Customer, Vendor, or Plant)), TRPID (Internal Number of Source of Supply).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RPM_PERF_DATA table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
SIMIDName of Planning Version /SAPAPO/OM_VRSIOIDCHAR22/SAPAPO/OM_VRSIOID
MATIDInternal Number (UID) for Product /SAPAPO/OM_MATIDCHAR22/SAPAPO/OM_MATID
LOCIDInternal Location Number (Customer, Vendor, or Plant) /SAPAPO/OM_LOCIDCHAR22/SAPAPO/OM_LOCID
TRPIDInternal Number of Source of Supply /SAPAPO/OM_TR_TRPIDCHAR22/SAPAPO/OM_TR_TRPID
SUB_MATRIX_VERPlanning Matrix MMRP_SUB_MAT_VCHAR4
SUB_MATRIX_HORHorizontal Submatrix MMRP_SUB_MAT_HCHAR4
ACTION Action0
START_POINTValidity Period Start /SAPAPO/OM_DATEFDEC15TZNTSTMPS
END_POINTValidity Period End /SAPAPO/OM_DATETDEC15TZNTSTMPS
NUMBER_LINE Number0

Key field Non-key field



How do I retrieve data from SAP table RPM_PERF_DATA using ABAP code

The following ABAP code Example will allow you to do a basic selection on RPM_PERF_DATA to SELECT all data from the table
DATA: WA_RPM_PERF_DATA TYPE RPM_PERF_DATA.

SELECT SINGLE *
FROM RPM_PERF_DATA
INTO CORRESPONDING FIELDS OF WA_RPM_PERF_DATA
WHERE...

How to access SAP table RPM_PERF_DATA

Within an ECC or HANA version of SAP you can also view further information about RPM_PERF_DATA and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!