RNLES SAP (IS-H: Internal table of sort criteria for NLEI) Structure details

Dictionary Type: Structure
Description: IS-H: Internal table of sort criteria for NLEI




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




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

RNLES 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 "IS-H: Internal table of sort criteria for NLEI" 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_RNLES TYPE RNLES.

The RNLES table consists of various fields, each holding specific information or linking keys about IS-H: Internal table of sort criteria for NLEI data available in SAP. These include LEVON (IS-H: Sort Sequence for Service 'From-Date'), LEBIS (IS-H: Sort Sequence for Service To-date), LEIID (IS-H: Sort Sequence for Service Number), KOSTR (IS-H: Sort Sequence for Insurance Provider).. 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 RNLES 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
LEISTIS-H: Sort sequence for service number LEINR_MARKNUMC1ISH_SORT04
LEVONIS-H: Sort Sequence for Service 'From-Date' LEVON_MARKNUMC1ISH_SORT04
LEBISIS-H: Sort Sequence for Service To-date LEBIS_MARKNUMC1ISH_SORT04
LEIIDIS-H: Sort Sequence for Service Number LEIID_MARKNUMC1ISH_SORT04
KOSTRIS-H: Sort Sequence for Insurance Provider KOSTR_MARKNUMC1ISH_SORT04
UDATVIS-H: Sort Sequence for Validity Start Date of Item UDATV_MARKNUMC1ISH_SORT04
UDATBIS-H: Sort Sequence for End of Validity of Item UDATB_MARKNUMC1ISH_SORT04
LEINRIS-H: Sort Sequence for Service Number LEIST_MARKNUMC1SORT_RANGF
BEGDTIS-H: Sort Sequence for Start Date BEGDT_MARKNUMC1SORT_RANGF
ENDDTIS-H: Sort Sequence for End Date ENDDT_MARKNUMC1SORT_RANGF
ERBOEIS-H: sort sequence for the org. unit performing the service ERBOE_MARKNUMC1SORT_RANGF
ANFOEIS-H: Sort Order for the OU Requesting the Service ANFOE_MARKNUMC1SORT_RANGF
LNRICIS-H: Sort Sequence for Seq. No. of Surgical Procedure Code LNRIC_MARKNUMC1SORT_RANGF
ICPMLIS-H: Sort Sequence of Surgical Procedure Code ICPML_MARKNUMC1SORT_RANGF
OPARTIS-H: Sort Sequence for Surgery Type OPART_MARKNUMC1SORT_RANGF
DRG_SEQNOIS-H: Sort Sequence for DRG Procedure Number DRG_SEQNO_MARKNUMC1SORT_RANGF

Key field Non-key field



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

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

How to access SAP table RNLES

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