MDHI SAP (MPS evaluation: join T457H and T457T) Structure details

Dictionary Type: Structure
Description: MPS evaluation: join T457H and T457T




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




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

MDHI 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 "MPS evaluation: join T457H and T457T" 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_MDHI TYPE MDHI.

The MDHI table consists of various fields, each holding specific information or linking keys about MPS evaluation: join T457H and T457T data available in SAP. These include DELSU (Index higher-level MRP element in int. Table MDHIX), DELIS (MPS evaluation: line number of higher level node), DELEM (MPS evaluation: hierarchy element indicator), DELKZ (MRP element).. 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 or numeric)


SAP MDHI 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
DELINLine of the MPS evaluation DELINNUMC4NUMC4
DELSUIndex higher-level MRP element in int. Table MDHIX DELSUINT410XLINE
DELISMPS evaluation: line number of higher level node DELISNUMC4NUMC4
DELEMMPS evaluation: hierarchy element indicator DELEMCHAR2Assigned to domainDELEM
DELKZMRP element DELKZCHAR2DELKZ
PLUMIReceipt/issue indicator PLUMICHAR1CHAR1
FIX01Indicator: fixeing lot size in planned order FIX01CHAR1XFELD
NOFIXMPS evaluation: no firmed planned orders NOFIXCHAR1XFELD
BESKZProcurement Type BESKZCHAR1BESKZMBS
SOBSSMPS evaluation: accepted SOBES SOBSSCHAR10CHAR10
DESGNSpecial function for creating an evaluation DESGNCHAR1DESGN
DELTXMPS evaluation: short description of hierarchy element DELTXCHAR15TEXT15
DELB1Description of MRP element - up to 10 characters DELB1CHAR10DELB1
LEAF_The node has no sub-nodes LEAF_CHAR1XFLAG
SIGN1Sign (+/-) SIGN_CHAR1CHAR1
INTAKType of node hierarchy INTAKCHAR1CHAR1
COLORColor of curve COLORINT13COLOR
NOVRFDisplay - even when not available NOVRFCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table MDHI

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