RNHELPDIA01 SAP (IS-H: Helpp Structure for Output from RNLDIA01) Structure details

Dictionary Type: Structure
Description: IS-H: Helpp Structure for Output from RNLDIA01




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




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

RNHELPDIA01 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: Helpp Structure for Output from RNLDIA01" 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_RNHELPDIA01 TYPE RNHELPDIA01.

The RNHELPDIA01 table consists of various fields, each holding specific information or linking keys about IS-H: Helpp Structure for Output from RNLDIA01 data available in SAP. These include NB_CASES (IS-H: Number of Cases), DIALO_TEXT (IS-H: Text for Diagnosis Localization), DIAGW_TEXT (IS-H: Text for Diagnostic Certainty), ARRIVAL_DATE (IS-H: Date of Arrival).. 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 RNHELPDIA01 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
LOSIS-H: Length of Stay (Actual, Calculated) ISH_LOSNUMC5ISH_LOS
NB_CASESIS-H: Number of Cases ISH_NB_CASESINT410ISH_NB_CASES
DIALO_TEXTIS-H: Text for Diagnosis Localization ISH_DIALO_TXTCHAR20N2_LOTEXT
DIAGW_TEXTIS-H: Text for Diagnostic Certainty ISH_DIAGW_TXTCHAR50N2_SITEXT
ARRIVAL_DATEIS-H: Date of Arrival ISH_ARRIVALDATS8RI_DATUM
DEPART_DATEIS-H: Date of Departure ISH_DEPARTUREDATS8RI_DATUM
BWART_TEXTIS-H: Text for Movement Type BEWARTXTCHAR15TEXT15
BWTYP_TEXTIS-H: Text for Movement Category BEWTYPTXTCHAR15TEXT15
EXT_HOSPITALIS-H: Name of External Hospital ISH_EXT_HOSPITALCHAR40TEXT40
DIATXT_CONCATIS-H: Concatenated Diagnosis Text from Diagnosis Catalog ISH_DIATXT_CONCCHAR120TEXT120
DIATXT_1IS-H: Diagnosis Text (First 40 Characters) ISH_DIATXT_1CHAR40TEXT40
DIATXT_2IS-H: Diagnosis Text (Second 40 Characters) ISH_DIATXT_2CHAR40TEXT40
DIATXT_3IS-H: Diagnosis Text (Third 40 Characters) ISH_DIATXT_3CHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table RNHELPDIA01

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