MHIO_UNPACKED SAP (Copy of database table MHIO (Data cat.INT4 replaced by NUMC)) Table details

Dictionary Type: Table
Description: Copy of database table MHIO (Data cat.INT4 replaced by NUMC)




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




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

MHIO_UNPACKED is a standard SAP Table which is used to store Copy of database table MHIO (Data cat.INT4 replaced by NUMC) data and is available within R/3 SAP systems depending on the version and release level.

The MHIO_UNPACKED table consists of various fields, each holding specific information or linking keys about Copy of database table MHIO (Data cat.INT4 replaced by NUMC) data available in SAP. These include WARPL (Maintenance Plan), ABNUM (Copy of data element ABNUM with category NUMC), WPPOS (Maintenance item), AUFNR (Order 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: Can be enhanced (character-type)


SAP MHIO_UNPACKED 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 MANDTCLNT3T000MANDT
WARPLMaintenance Plan WARPLCHAR12MPLAALPHAWARPLMPLMPLAL
ABNUMCopy of data element ABNUM with category NUMC ABNUM_UNPACKEDNUMC10
WPPOSMaintenance item WAPOSCHAR16ALPHAPOSNUMPSMPOSL
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
ADDATCompletion Date for Call Object MHIO_ADDATDATS8DATUM
LBLNIEntry Sheet Number LBLNICHAR10Assigned to domainALPHALBLNILBLESSR
TSENQScheduling status: call horizon not reached TSENQCHAR1XFLAG
TSTATScheduling status TSTATCHAR1FLAG
GSTRPBasic start date CO_GSTRPDATS8DATUM
SORTFSort field for maintenance item scheduling call MHIO_SORTFCHAR30CHAR30
QMNUMNotification No QMNUMCHAR12QMELALPHAQMNUMIQM
ADTIMECompletion Time for Call Object MHIO_ADUHRTIMS6TIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM MHIO_UNPACKED
INTO CORRESPONDING FIELDS OF WA_MHIO_UNPACKED
WHERE...

How to access SAP table MHIO_UNPACKED

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