ISH_RNFDIA SAP (IS-H: Form Structure Diagnoses - Shared Data) Structure details

Dictionary Type: Structure
Description: IS-H: Form Structure Diagnoses - Shared Data




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




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

ISH_RNFDIA 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: Form Structure Diagnoses - Shared Data" 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_ISH_RNFDIA TYPE ISH_RNFDIA.

The ISH_RNFDIA table consists of various fields, each holding specific information or linking keys about IS-H: Form Structure Diagnoses - Shared Data data available in SAP. These include DKEY (IS-H: Diagnosis Code), DIKTXT (Diagnosis Text), DIKTX2 (Diagnosis Text), DTYP (Type for ICD-10 Diagnoses).. 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 ISH_RNFDIA 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
DKATIS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2KATID
DKEYIS-H: Diagnosis Code DIAIDCHAR30DIAID
DIKTXTDiagnosis Text DIATXTCHAR40TEXT40
DIKTX2Diagnosis Text DIATXTCHAR40TEXT40
DTYPType for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP
DKAT2IS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2KATID
DKEY2IS-H: Diagnosis Code DIAIDCHAR30DIAID
RDKATIS-H: Catalog ID of Reference Catalog for Statistics REF_DIAKATCHAR2KATID
RDKEYIS-H: Reference Diagnosis Code for Statistics REF_DIAIDCHAR30DIAID
RDIKTXTDiagnosis Text DIATXTCHAR40TEXT40
RDIKTX2Diagnosis Text DIATXTCHAR40TEXT40
RDTYPType for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP
DITXTFree Text for Diagnosis ISH_DITEXTCHAR50TEXT50
DILTXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
DIALOIS-H: Localization of Diagnosis N2_DIALOCHAR2Assigned to domainALPHAN2_DIALO
DIAGWDiagnostic Certainty N2_DIASICHAR2Assigned to domainALPHAN2_DIASI
DRG_CATEGORYIS-H: Category of DRG Diagnosis (Principal, Secondary) ISH_DRG_DIA_CATEGORYCHAR1ISH_DRG_DIA_CAT_TYPE
DRG_CCIS-H: Comorbidity and Complication (DRG Diagnosis) ISH_DRG_DIA_CCCHAR1ISH_ON_OFF
DRG_RELVANTIS-H: Used to Determine DRG ISH_DRG_DIA_RELEVANTCHAR1ISH_ON_OFF
CCLIS-H: Complication Level of Diagnoses (for DRGs) ISH_CCLNUMC3ISH_CCL_TYPE

Key field Non-key field



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

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

How to access SAP table ISH_RNFDIA

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