RNLMR1 SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNLMR1 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 "" 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_RNLMR1 TYPE RNLMR1.

The RNLMR1 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include INSNR (), LOKFU (), OPNNR (), HEROP ().. 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 RNLMR1 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
RECNR ISH_LMRNRCHAR2ISH_LMRNR
INSNR ISH_INSNRCHAR5ISH_WCCCD
LOKFU ISH_LOKFUCHAR1CHAR01
OPNNR ISH_OPNNRCHAR10Assigned to domainALPHAFALNR
HEROP ISH_HEROPCHAR1ISH_HEROP
ZRGTP ISH_ZRGTPCHAR1Assigned to domainFALLARTE
OPDAT ISH_OPDATCHAR6CHAR06
OPUUR ISH_OPUURCHAR2CHAR02
OPAFD ISH_OPAFDCHAR3ISH_AFDCD
OPRED ISH_OPREDCHAR1ISH_OPRED
OPURG ISH_OPURGCHAR1ISH_OPURG
HRKOM ISH_HRKOMCHAR1ISH_HRKOM
HRINN ISH_HRINNCHAR5ISH_WCCCD
HRINA ISH_HRINNCHAR5ISH_WCCCD
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
GESLA ISH_GESLACHAR1ISH_GESLA
GBDAT ISH_GBDATCHAR8CHAR08
PCGEM ISH_PCGEMCHAR4CHAR04
LAND1 ISH_LMRLANDCHAR2ISH_LAND1
PCWYK ISH_PCWYKCHAR2CHAR02
HARTS ISH_HARTSCHAR5CHAR05
VERWZ ISH_VERWZCHAR1ISH_VERWZ
BETIN ISH_BETINCHAR4ISH_BETIN
VDISC ISH_VDISCCHAR2ISH_VDISC
VSPME ISH_VSPMECHAR2ISH_VSPME
VVERL ISH_VVERLCHAR5CHAR05
VINSA ISH_VINSACHAR2ISH_VINSA
VINST ISH_VINSTCHAR5ISH_WCCCD
VTYPE ISH_VTYPECHAR1Assigned to domainFALLARTE
ONUUR ISH_ONUURCHAR2CHAR02
HFDDG ISH_HFDDGCHAR2CHAR02
HFDVR ISH_HFDVRCHAR2CHAR02
BSTMM ISH_BSTMMCHAR1ISH_BSTMM
BSINN ISH_BSINSCHAR5ISH_WCCCD
BSINA ISH_BSINSCHAR5ISH_WCCCD
OBDUC ISH_OBDUCCHAR1ISH_OBDUC
NDISC ISH_NDISCCHAR2ISH_VDISC
NSPME ISH_NSPMECHAR2ISH_VSPME
NVERL ISH_NVERLCHAR5CHAR05
NINSA ISH_NINSACHAR2ISH_VINSA
NINST ISH_NINSTCHAR5ISH_WCCCD
NTYPE ISH_NTYPECHAR1Assigned to domainFALLARTE
VRRMT ISH_VRRMTCHAR10CHAR10
PTNAM ISH_PTNAMCHAR25CHAR25
PTADR ISH_PTADRCHAR30CHAR30
PTPLTIS-H: City where Patient Resides ORT01_PATCHAR25TEXT25
BSNNR ISH_NL_BSNNR_CHARCHAR9CHAR9

Key field Non-key field



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

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

How to access SAP table RNLMR1

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