RM63A SAP (IO fields for the installn/dismtlg of equipment (SAPLIEL1)) Structure details

Dictionary Type: Structure
Description: IO fields for the installn/dismtlg of equipment (SAPLIEL1)




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




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

RM63A 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 "IO fields for the installn/dismtlg of equipment (SAPLIEL1)" 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_RM63A TYPE RM63A.

The RM63A table consists of various fields, each holding specific information or linking keys about IO fields for the installn/dismtlg of equipment (SAPLIEL1) data available in SAP. These include EQUNR (Equipment Number), EQUTX (Description of technical object), TPLNR (Functional Location), PLKALD (Functional location structure indicator).. 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 RM63A 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
EQUTXDescription of technical object KTX01CHAR40TEXT40
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
PLKALDFunctional location structure indicator TPLKZCHAR5T370STPLKZISR
PLTALDDescription of functional location PLTXTCHAR40TEXT40
AUSKZIndicator for dismantling equipment EQAUSCHAR1XFELD
EINKZIndicator for installing equipment EQEINCHAR1XFELD
TPLNEWFunctional Location TPLNRCHAR30IFLOTTPLNRTPLNRIFLIFLM
TPLTXDescription of functional location PLTXTCHAR40TEXT40
TPLKZFunctional location structure indicator TPLKZCHAR5T370STPLKZISR
EDITMFunctional location edit mask EDITMCHAR30CHAR30
HSTUFFunctional Location Hierarchy Levels HIERACHAR30CHAR30
EQCNTNumber of pieces of equipment installed at a FunctLocation EQ_COUNTINT410EQUI_COUNT
SELKZSelection indicator KZSELCHAR1XFELD
ERRORReturn Code SYSUBRCINT410SYST_SHORT
APAGECurrent List Page SYPAGNOINT410SYST_SHORT
LPAGECurrent List Page SYPAGNOINT410SYST_SHORT
INHER_FLCheck box: data origin from functional location E_INHER_FLCHAR1RADIO
INHER_MACheckbox: data origin from FunctLoc./SuperEquip. E_INHER_MACHAR1RADIO
INHER_NOCheck box: individual maintenance, no data origin E_INHER_NOCHAR1RADIO
SELFDField Effective in Selection in Installation FIELD_SELCHAR1XFELD
VALUEContent of field effective in selection in installation FLD_VALUECHAR30CHAR30
DATUMDate on which installation location of equipment was changed INSTALLDATDATS8DATUM
UZEITTime at which the InstallLoc of the equipment was changed INSTALLTIMTIMS6ZEITBI
POSNREquipment position at InstallLoc (Superior Equip./FunctLoc) INSTALLPOSCHAR4CHAR4
PSNEWEquipment position at InstallLoc (Superior Equip./FunctLoc) INSTALLPOSCHAR4CHAR4
PSOLDEquipment position at InstallLoc (Superior Equip./FunctLoc) INSTALLPOSCHAR4CHAR4
FCODEFunction Code FCODECHAR20FCODE

Key field Non-key field



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

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

How to access SAP table RM63A

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