MDPERF SAP (CPU times for the planning run for material) Structure details

Dictionary Type: Structure
Description: CPU times for the planning run for material




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




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

MDPERF is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "CPU times for the planning run for material" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_MDPERF TYPE MDPERF.

The MDPERF table consists of various fields, each holding specific information or linking keys about CPU times for the planning run for material data available in SAP. These include RTIME (MRP run: Total duration for each material), READT (MRP run: Time required for reading the initial situation), LOTST (MRP run: Time for calculating net requirements and lot-size), EXPLT (MRP run: Time for BOM explosion).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MDPERF structure 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
RTIMEMRP run: Total duration for each material MDRTIMEINT410INT4
READTMRP run: Time required for reading the initial situation READTINT410INT4
LOTSTMRP run: Time for calculating net requirements and lot-size LOTSTINT410INT4
EXPLTMRP run: Time for BOM explosion EXPLTINT410INT4
SCHETMRP run: Time required for lead time scheduling SCHETINT410INT4
POSTTMRP run: Time for posting POSTTINT410INT4
MDTBTMRP run: Time for deleting/saving MRP list MDTBTINT410INT4
RESBTMRP run: Time required for saving dependent requirements RESBTINT410INT4
ARBPTMRP run: Time to read routing ARBPTINT410INT4
EINZTMRP run: Time for evaluating the operating time EINZTINT410INT4
RQITTMRP run: Time required for saving total requirements RQITTINT410INT4
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID

Key field Non-key field



How do I retrieve data from SAP structure MDPERF using ABAP code?

As MDPERF is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MDPERF as there is no data to select.

How to access SAP table MDPERF

Within an ECC or HANA version of SAP you can also view further information about MDPERF 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!