RNDYF SAP (IS-H: Fields for screen field list (RNDYMDOC)) Structure details

Dictionary Type: Structure
Description: IS-H: Fields for screen field list (RNDYMDOC)




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




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

RNDYF 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 screen field list (RNDYMDOC)" 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_RNDYF TYPE RNDYF.

The RNDYF table consists of various fields, each holding specific information or linking keys about IS-H: Fields for screen field list (RNDYMDOC) data available in SAP. These include LINE (IS-H: Line Item Screen Field), COLN (IS-H: Column Position Screen Field), GRP1 (IS-H: Modification group for headings and key words), GRP2 (IS-H: Modification group for entry and display fields).. 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 RNDYF 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
FNAMIS-H: Technical Name of the Field ISH_FNAMCHAR132DYNFNAM
LINEIS-H: Line Item Screen Field FLINE_DCHAR2CHAR2
COLNIS-H: Column Position Screen Field COLNCHAR2CHAR2
GRP1IS-H: Modification group for headings and key words ISH_GRP1CHAR3GRP1_____4
GRP2IS-H: Modification group for entry and display fields ISH_GRP2CHAR3GRP1_____4
PAIDParameter ID for SET/GET parameter PAID_____4CHAR20Assigned to domainMEMORYID
GETPARAIS-H: Active Get parameter GETPARACHAR1XFELD
SETPARAIS-H: Active Set parameter SETPARACHAR1XFELD
STXTIS-H: Keyword Text STXTCHAR79TEXT79
OBLIS-H: Screen Modification - Required ISH_DMOBLCHAR1XFELD
INVIS-H: Screen modification - inactive field ISH_DMINVCHAR1XFELD
OUTIS-H: Screen Modification - Display Field ISH_DMOUTCHAR1XFELD
CANIS-H: Screen Modification - Optional Field ISH_DMCANCHAR1XFELD
PROIS-H: Screen Modification - Protected Field ISH_DMPROCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNDYF

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