MMIM_PREDOC_ORG SAP (Parked Material Documents, Organizational Data) Table details

Dictionary Type: Table
Description: Parked Material Documents, Organizational Data




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




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

MMIM_PREDOC_ORG is a standard SAP Table which is used to store Parked Material Documents, Organizational Data data and is available within R/3 SAP systems depending on the version and release level.

The MMIM_PREDOC_ORG table consists of various fields, each holding specific information or linking keys about Parked Material Documents, Organizational Data data available in SAP. These include GUID (GUID in 'CHAR' format with upper-/lowercase (!)), REPID (ABAP Program: Current Main Program), UNAME (User Name), DATLO (Local Date).. 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 MMIM_PREDOC_ORG 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
REPIDABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
UNAMEUser Name SYUNAMECHAR12SYCHAR12
DATLOLocal Date SYSTDATLODATS8SYDATS
TIMLOLocal Time SYSTTIMLOTIMS6SYTIME
SAPRLRelease of SAP System SYSAPRLCHAR4SYCHAR04
LINESNumber of lines in held document PREDOC_LINES_DINT25INT2
ACTIONExecutable Action in Transaction MIGO GOACTIONCHAR3GOACTION
REFDOCReference Document for MIGO Transaction REFDOCCHAR3REFDOC
REFIDNotes for held data REFID_DCHAR40CHAR40_LOW

Key field Non-key field



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

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

SELECT SINGLE *
FROM MMIM_PREDOC_ORG
INTO CORRESPONDING FIELDS OF WA_MMIM_PREDOC_ORG
WHERE...

How to access SAP table MMIM_PREDOC_ORG

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