RIHIRLO SAP (Reference location: output structure for ABAP lists) Structure details

Dictionary Type: Structure
Description: Reference location: output structure for ABAP lists




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




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

RIHIRLO 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 "Reference location: output structure for ABAP lists" 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_RIHIRLO TYPE RIHIRLO.

The RIHIRLO table consists of various fields, each holding specific information or linking keys about Reference location: output structure for ABAP lists data available in SAP. These include SPRAS (Language Key), PLTXT (Description of the reference functional location), TPLKZ (Functional location structure indicator), TRPMA (Superior reference functional location).. 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 RIHIRLO 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
TRPNRReference functional location TRPNRCHAR30Assigned to domainTRPNRIRLIRLM
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
PLTXTDescription of the reference functional location RPTXTCHAR40TEXT40
TPLKZFunctional location structure indicator TPLKZCHAR5Assigned to domainTPLKZISR
TRPMASuperior reference functional location TRPMACHAR30Assigned to domainTRPNRIRLM
LVORMSAP Development Reserve: Format CHAR, Length 1 RESERVE_CHAR_001CHAR1CHAR1
SUBMTConstruction type material of the object SUBMTCHAR18Assigned to domainMATN1MATNRMAT
MAPARManufacturer part number MAPARCHAR30MAPAR
IEQUIInstallation of equipment allowed at the functional location IEQUICHAR1X
EINZLSingle equipment installation at functional location EINZLCHAR1XFELD
RLTYPReference functional location category RLTYPCHAR1Assigned to domainRLTYPIRT
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BEGRUTechnical object authorization group IAUTGCHAR4Assigned to domainIAUTG
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3Assigned to domainINGRPIHG
RBNRCatalog Profile RBNRCHAR9Assigned to domainRBNR
ABCKZABC indicator for technical object ABCKZCHAR1Assigned to domainABCKZ
GEWRKMain work center for maintenance tasks GEWRKCHAR8ARBPLVAP
STTXTSystem status line J_STEXTCHAR40TEXT40
USTXTUser Status Line J_ATEXTCHAR40TEXT40
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
KZLTXIndicator: Long text exists ILOM_KZLTXCHAR1X
SUBMTKTXConstruction Type Description SUBMTKTXCHAR40TXT40

Key field Non-key field



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

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

How to access SAP table RIHIRLO

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