MMRP_MDATA SAP (Master Record for Matrix in LiveCache) Structure details

Dictionary Type: Structure
Description: Master Record for Matrix in LiveCache




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




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

MMRP_MDATA 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 "Master Record for Matrix in LiveCache" 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_MMRP_MDATA TYPE MMRP_MDATA.

The MMRP_MDATA table consists of various fields, each holding specific information or linking keys about Master Record for Matrix in LiveCache data available in SAP. These include MAX_ROWS (Maximum Number of Rows in a Matrix), MAX_COLS (Maximum Number of Columns in a Matrix), TOKEN_M_HANDLE (Matrix Handle in liveCache), STAT_M_HANDLE (Matrix Handle in liveCache).. 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: Not classified


SAP MMRP_MDATA 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
M_HANDLEMatrix Handle in liveCache M_HANDLEINT410INT4
MAX_ROWSMaximum Number of Rows in a Matrix MATRIX_MAX_ROWSINT410INT4
MAX_COLSMaximum Number of Columns in a Matrix MATRIX_MAX_COLSINT410INT4
TOKEN_M_HANDLEMatrix Handle in liveCache M_HANDLEINT410INT4
STAT_M_HANDLEMatrix Handle in liveCache M_HANDLEINT410INT4
OTHER_M_HANDLEMatrix Handle in liveCache M_HANDLEINT410INT4
MANDTClient MANDTCLNT3Assigned to domainMANDT
VERSIONIDName 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_HORHorizontal Submatrix MMRP_SUB_MAT_HCHAR4
SUB_MATRIX_VERPlanning Matrix MMRP_SUB_MAT_VCHAR4
MATRIX_TYPEMatrix Type MATRIX_TYPECHAR1MATRIX_TYPE
DIRECTIONPreferred Direction of a Matrix MATRIX_DIRECTIONCHAR1MATRIX_DIRECTION
DELETE_FLAGObject Deleted MMRP_DEL_FLAGCHAR1XFELD
RPM_SESSIONIndicator for Temporary Planning Data RPM_SESSIONCHAR22RPM_SESSION
CREATEDATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREATEUSERUser Name UNAMECHAR12UNAME
CHANGEDATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGEUSERUser Name UNAMECHAR12UNAME
CMPGUIDComponent Variant MMRP_CMP_GUIDRAW16SYSUUID
CMP_OTYPEiPPE Object Type MMRP_PVS_OTYPECHAR1MMRP_PVS_OTYPE
ACTGUIDiPPE Activity MMRP_ACT_GUIDRAW16SYSUUID
FLOGUIDLine MMRP_FLO_GUIDRAW16SYSUUID
HAS_TIME_SERIESTime Series Available MMRP_HAS_TIME_SERIESCHAR1XFELD
TEXT Text0

Key field Non-key field



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

As MMRP_MDATA 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 MMRP_MDATA as there is no data to select.

How to access SAP table MMRP_MDATA

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