RNDIVERSE SAP (IS-H: Diverse Fields of Various Programs) Structure details

Dictionary Type: Structure
Description: IS-H: Diverse Fields of Various Programs




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




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

RNDIVERSE 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: Diverse Fields of Various Programs" 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_RNDIVERSE TYPE RNDIVERSE.

The RNDIVERSE table consists of various fields, each holding specific information or linking keys about IS-H: Diverse Fields of Various Programs data available in SAP. These include AGE (IS-H: Age at Discharge), ICON_OR_PICTURE (IS-H: Selection via Pictures or Icons), ICON_OR_PICTURE2 (IS-H: Selection via Pictures or Icons), LONGVAR (IS-H: Long Character String).. 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 or numeric)


SAP RNDIVERSE 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
AMOUNTIS-H: Number of Referrals ISH_AMOUNT01CHAR5
AGEIS-H: Age at Discharge ISH_AGE01INT13
ICON_OR_PICTUREIS-H: Selection via Pictures or Icons ISH_ICON_OR_PICTURECHAR1
ICON_OR_PICTURE2IS-H: Selection via Pictures or Icons ISH_ICON_OR_PICTURECHAR1
LONGVARIS-H: Long Character String ISH_LONGVARCHAR255
LONGVAR2IS-H: Long Character String ISH_LONGVARCHAR255
LONGVAR3IS-H: Long Character String ISH_LONGVARCHAR255
FILENAMEIS-HCM: EDI File Name with Complete Path, 225 Chars Max. FILENAM255CHAR255TEXT255
ICON1Screen Field for Displaying Dynamic Icon ISH_LGTX03CHAR30ISH_ICON
ICON2Screen Field for Displaying Dynamic Icon ISH_LGTX03CHAR30ISH_ICON
NADAIS-H: Dummy Field for Screen Positionings ISH_DUMMYCHAR1CHAR1
FIELD50_1Comment CHAR50CHAR50TEXT50
FIELD40_1Character field of length 40 CHAR40CHAR40CHAR40
DATE_FROMFrom Date ISH_DATE_FROMDATS8RI_DATUM
DATE_TOIS-H: To Date ISH_DATE_TODATS8RI_DATUM
DATE_FROM2From Date ISH_DATE_FROMDATS8RI_DATUM
DATE_TO2IS-H: To Date ISH_DATE_TODATS8RI_DATUM

Key field Non-key field



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

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

How to access SAP table RNDIVERSE

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