MHIO SAP (Call Object from Maintenance Order) Table details

Dictionary Type: Table
Description: Call Object from Maintenance Order




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




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

MHIO is a standard SAP Table which is used to store Call Object from Maintenance Order data and is available within R/3 SAP systems depending on the version and release level.

The MHIO table consists of various fields, each holding specific information or linking keys about Call Object from Maintenance Order data available in SAP. These include WARPL (Maintenance Plan), ABNUM (Maintenance Plan Call Number), 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MHIO 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
ABNUMMaintenance Plan Call Number ABNUMINT410ABNUM
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
PRUEFLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
USERMODScheduling determined by user USERMODCHAR1CHAR1
IND_MPLA_APIMaintenance Plan Was Created/Changed by API IND_MPLA_APICHAR2IND_API
.INCLU--AP 0
DEMAND_IDDemand Id ADMSP_D_DMND_IDCHAR22ADMSP_DOM_DMND_ID
DEMAND_NOAPO Demand Number ADMSP_D_DMND_NOCHAR12CHAR12
REVISION_NORevision for Plant Maintenance and Customer Service REVNICHAR8Assigned to domainREVNI
REV_PLANTMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK

Key field Non-key field



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

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

SELECT SINGLE *
FROM MHIO
INTO CORRESPONDING FIELDS OF WA_MHIO
WHERE...

How to access SAP table MHIO

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