MMIM_PRED SAP (MM-IM Temporary Data) Cluster Table details

Dictionary Type: Cluster Table
Description: MM-IM Temporary Data




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




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

MMIM_PRED is a standard SAP Cluster Table which is used to store MM-IM Temporary Data data and is available within R/3 SAP systems depending on the version and release level.

The MMIM_PRED table consists of various fields, each holding specific information or linking keys about MM-IM Temporary Data data available in SAP. These include GUID (GUID in 'CHAR' format with upper-/lowercase (!)), NAME (30 Characters), LINEID (Natural Number), PARENT (Natural Number).. 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: Not classified


SAP MMIM_PRED cluster 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
GUIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
NAME30 Characters CHAR30CHAR30CHAR30
LINEIDNatural Number INT4INT410INT4
PARENTNatural Number INT4INT410INT4
ORGSingle-Character Indicator CHAR1CHAR1CHAR1
TABLINENatural Number INT4INT410INT4
FIELD30 Characters CHAR30CHAR30CHAR30
VALUEComment CHAR50CHAR50TEXT50

Key field Non-key field



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

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

SELECT SINGLE *
FROM MMIM_PRED
INTO CORRESPONDING FIELDS OF WA_MMIM_PRED
WHERE...

How to access SAP table MMIM_PRED

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