MHIS_ADDITION SAP (Additional Scheduling History Data: Dialog, Screen, Update) Structure details

Dictionary Type: Structure
Description: Additional Scheduling History Data: Dialog, Screen, Update




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




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

MHIS_ADDITION 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 "Additional Scheduling History Data: Dialog, Screen, Update" 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_MHIS_ADDITION TYPE MHIS_ADDITION.

The MHIS_ADDITION table consists of various fields, each holding specific information or linking keys about Additional Scheduling History Data: Dialog, Screen, Update data available in SAP. These include DBKNZ (Data base indicator), TOTACC (Total Counter Reading), RZAEHC (Completion Counter Reading), NZAEHC (Next/Last Planned Counter Reading).. 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: Can be enhanced (character-type)


SAP MHIS_ADDITION 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
UPD_KNZFlag: MHIS record must be updated UPD_KNZCHAR1XFLAG
DBKNZData base indicator DBKNZCHAR1FLAG
TOTACCTotal Counter Reading IMRC_TOTACCHAR22FLTP_INOUT
RZAEHCCompletion Counter Reading RZAEHCCHAR22WZYKL
NZAEHCNext/Last Planned Counter Reading NZAEHCCHAR22WZYKL
ZYKLUNITUnit for the performance of maintenance tasks DZEIEHUNIT3Assigned to domainCUNITMEINS
STATColor Status MHIS Entry STAT_COLORCHAR1CHAR1
CALL_TYPECall object for maintenance plan CALL_TYPECHAR1CALL_TYPE
.INCLU--AP 0
IND_UPD_CALLOBJECTIndicator for Adapting Basic Dates of Call Object IND_CALL_UPDATECHAR1XFELD
IND_CALC_DATE_I_PASTIndicator: Costed Plan Date was in the Past IND_CALC_DATE_I_PASTCHAR1XFLAG
STRATMaintenance strategy STRATCHAR6Assigned to domainWSTRASTRSTRAA
HIERANature of the maintenance packages (additional, replacement) HIERARCHIENUMC2NUM2

Key field Non-key field



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

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

How to access SAP table MHIS_ADDITION

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