SAP RM63H I/O field for equipment hierarchies (SAPLIEL2) Table data and field list

RM63H 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 "I/O field for equipment hierarchies (SAPLIEL2)" 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_RM63H TYPE RM63H.

The RM63H table consists of various fields, each holding specific information or linking keys about I/O field for equipment hierarchies (SAPLIEL2) data available in SAP. These include HEQNR (Superordinate Equipment), HEQTX (Description of technical object), EQUNR (Equipment Number), EQUTX (Description of technical object)... 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. .

RM63H structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RM63H structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the RM63H table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
HEQNRSuperordinate Equipment HEQUICHAR18Assigned to domainALPHAEQUNR
HEQTXDescription of technical object KTX01CHAR40TEXT40
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
EQUTXDescription of technical object KTX01CHAR40TEXT40
EQNEWEquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
EQNTXDescription of technical object KTX01CHAR40TEXT40
HSTUFHierarchy level within an equipment hierarchy HEQSTNUMC4NUM04
HSTPSEquipment position at InstallLoc (Superior Equip./FunctLoc) INSTALLPOSCHAR4CHAR4
HEOLDSuperordinate Equipment HEQUICHAR18Assigned to domainALPHAEQUNR
EQTXODescription of technical object KTX01CHAR40TEXT40
PSOLDEquipment position at InstallLoc (Superior Equip./FunctLoc) INSTALLPOSCHAR4CHAR4
HENEWSuperordinate Equipment HEQUICHAR18Assigned to domainALPHAEQUNR
EQTXNDescription of technical object KTX01CHAR40TEXT40
PSNEWEquipment position at InstallLoc (Superior Equip./FunctLoc) INSTALLPOSCHAR4CHAR4
SELKZCheckbox XFELDCHAR1XFELD
HMOREIndicator showing sub-pieces of equipment exist HEQ_MORECHAR1XFELD
INFO_ARTNote on why equipment allocation cannot be changed INFO_ARTCHAR1ERROR_ART
DATA_SELSelection flag SELKZCHAR1SELKZ
APAGENo. of Pieces of Equip. (Inst/Dism.; EquipHierarchies) ENTRY_CNTINT410INT4
LPAGENo. of Pieces of Equip. (Inst/Dism.; EquipHierarchies) ENTRY_CNTINT410INT4
INHER_FLCheck box: data origin from functional location E_INHER_FLCHAR1RADIO
INHER_EQCheckbox: data origin from FunctLoc./SuperEquip. E_INHER_MACHAR1RADIO
INHER_NOCheck box: individual maintenance, no data origin E_INHER_NOCHAR1RADIO
DATUMDate on which installation location of equipment was changed INSTALLDATDATS8DATUM
UZEITTime at which the InstallLoc of the equipment was changed INSTALLTIMTIMS6ZEITBI
FCODEFunction Code FCODECHAR20FCODE

Key field Non-key field



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

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

How to access SAP table RM63H

Within an ECC or HANA version of SAP you can also view further information about RM63H and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).