RNLE3 SAP (IS-H: Screen fields service entry/insurance verification) Structure details

Dictionary Type: Structure
Description: IS-H: Screen fields service entry/insurance verification




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




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

RNLE3 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: Screen fields service entry/insurance verification" 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_RNLE3 TYPE RNLE3.

The RNLE3 table consists of various fields, each holding specific information or linking keys about IS-H: Screen fields service entry/insurance verification data available in SAP. These include GESPO (IS-H: Number of Total Items), TDELE (IS-H: Pushbutton 'Delete'), THOME (IS-H: Screen Button for 'First Page'), TUP (IS-H: 'Previous page' screen button).. 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 RNLE3 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
AKTPOIS-H: Current Item Number AKT_POS05NUMC5ISH_POS05
GESPOIS-H: Number of Total Items GES_POS05NUMC5ISH_POS05
TDELEIS-H: Pushbutton 'Delete' ISH_TDELECHAR4Assigned to domainICON
THOMEIS-H: Screen Button for 'First Page' ISH_THOMECHAR10TEXT10
TUPIS-H: 'Previous page' screen button ISH_TUPCHAR10TEXT10
TDOWNIS-H: 'Next Page' Screen Button ISH_TDOWNCHAR10TEXT10
TENDIS-H: 'Last page' Screen Button ISH_TENDCHAR10TEXT10
LGTXTScreen Field for Displaying Dynamic Icon ISH_LGTX03CHAR30ISH_ICON
LGTX2Screen Field for Displaying Dynamic Icon ISH_LGTX03CHAR30ISH_ICON
RTEXTText Field TEXT50CHAR50TEXT50
FTEXTIS-H: Free-Text Field (70 Chars. Max.) ISH_CHAR70CHAR70TEXT70
MANUELLIS-H: Default Value Changed Manually ISH_ICON_MANUELLCHAR30CHAR30
KV_FTEXT ISH_KV_FTEXTCHAR60TEXT60
KV_LTEXT ISH_KV_LTEXTCHAR255TEXT255

Key field Non-key field



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

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

How to access SAP table RNLE3

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