RNLISC SAP (IS-H: Fields for list header output for screen lists) Structure details

Dictionary Type: Structure
Description: IS-H: Fields for list header output for screen lists




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




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

RNLISC 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: Fields for list header output for screen 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_RNLISC TYPE RNLISC.

The RNLISC table consists of various fields, each holding specific information or linking keys about IS-H: Fields for list header output for screen lists data available in SAP. These include FACHR (IS-H: Specialty to Be Evaluated in Statistics), ORGID (IS-H: Organizational Unit to Be Evaluated in Statistics), AUSBEGDT (IS-H: Start of Evaluation Period), AUSENDDT (IS-H: End of Evaluation Period).. 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 RNLISC 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
EINRIInstitution to Be Evaluated STATEINRICHAR4Assigned to domainALPHAEINRIEIN
FACHRIS-H: Specialty to Be Evaluated in Statistics STATFACHRCHAR4Assigned to domainALPHAISH_FACHR
ORGIDIS-H: Organizational Unit to Be Evaluated in Statistics STATORGIDCHAR8Assigned to domainALPHAORGIDOGE
AUSBEGDTIS-H: Start of Evaluation Period STATBEGDTADATS8RI_DATUM
AUSENDDTIS-H: End of Evaluation Period STATENDDTADATS8RI_DATUM
VERBEGDTIS-H: Start Date of Comparison Period STATBEGDTVDATS8RI_DATUM
VERENDDTIS-H: End of Comparison Period STATENDDTVDATS8RI_DATUM
LINE_SIZEIS-H: Line Width in Statistics and Lists LINE_SZNUMC3NUM03
TITLE_LIN1Header 1st Line FORM Routine STAT_HEAD Prog. STATFORM TITLE_LIN1CHAR254TEXT254
TITLE_LIN2Header 2nd line FORM Routine STAT_HEAD Prog. STATFORM TITLE_LIN2CHAR254TEXT254
REPIDABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
ULINEIS-H: Exit List Header with Underscore? ULINECHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RNLISC

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