MMRP_ORDERSTATUS_PLUS SAP (Order Status in Matrix) Structure details

Dictionary Type: Structure
Description: Order Status in Matrix




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




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

MMRP_ORDERSTATUS_PLUS 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 "Order Status in Matrix" 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_ORDERSTATUS_PLUS TYPE MMRP_ORDERSTATUS_PLUS.

The MMRP_ORDERSTATUS_PLUS table consists of various fields, each holding specific information or linking keys about Order Status in Matrix data available in SAP. These include M_HANDLE (Matrix Handle in liveCache), 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).. 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_ORDERSTATUS_PLUS 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
MDATA 0
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 MANDTCLNT3MANDT
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
METHODMethod (controls deleting, changing and creating of objects) /SAPAPO/OM_METHODCHAR1/SAPAPO/OM_METHOD
OSTATUS_TAB 0
DEL_ORDERS_TAB 0

Key field Non-key field



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

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

How to access SAP table MMRP_ORDERSTATUS_PLUS

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