RN2NDIA SAP (IS-H*MED: Structure for ext. data module diagnoses) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Structure for ext. data module diagnoses




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




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

RN2NDIA 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*MED: Structure for ext. data module diagnoses" 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_RN2NDIA TYPE RN2NDIA.

The RN2NDIA table consists of various fields, each holding specific information or linking keys about IS-H*MED: Structure for ext. data module diagnoses data available in SAP. These include ISHM_DILFN (IS-H: Sequence Number of Diagnosis), ISHM_DIBEW (IS-H: Sequence Number of Movement), ISHM_DIBEL (IS-H: Document Number of IV Document/Treatment Certificate), ISHM_DIKAT (IS-H: Identification Key of Diagnosis Coding Catalog).. 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 RN2NDIA 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
LINEREFReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
ISHM_DILFNIS-H: Sequence Number of Diagnosis LFDDIANUMC3LFDDIA
ISHM_DIBEWIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
ISHM_DIBELIS-H: Document Number of IV Document/Treatment Certificate KS_BELNRCHAR10Assigned to domainALPHAKS_BELNR
ISHM_DIKATIS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2KATID
ISHM_DIKEYIS-H: Diagnosis Code DIAIDCHAR30DIAID
ISHM_DIKTXDiagnosis Text DIATXTCHAR40TEXT40
ISHM_DIRKTIS-H: Catalog ID of Reference Catalog for Statistics REF_DIAKATCHAR2KATID
ISHM_DIRKYIS-H: Reference Diagnosis Code for Statistics REF_DIAIDCHAR30DIAID
ISHM_DITXTFree Text for Diagnosis ISH_DITEXTCHAR50TEXT50
ISHM_DILTXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
ISHM_DIADTIS-H: Date on which Diagnosis Was Created DIADTDATS8RI_DATUM
ISHM_DIAZTIS-H: Time at which Diagnosis Created DIAZTTIMS6UHRZT
ISHM_DIAPEIS-H: Identification of Diagnosing Person DIA_PERSCHAR10Assigned to domainALPHARI_KUNNR
ISHM_ANZOPIS-H: Number of Surgeries Occasioned by Dept. Main Diagnosis ANZOPNUMC2NUM02
ISHM_EWDIAIS-H: Referral Diagnosis Indicator KZ_EINWDCHAR1XFELD
ISHM_BHDIAIS-H: Treatment Diagnosis Indicator KZ_BEHLDCHAR1XFELD
ISHM_AFDIAIS-H: Admission Diagnosis Indicator KZ_AUFNDCHAR1XFELD
ISHM_ENDIAIS-H: 'Discharge Diagnosis' Indicator KZ_ENTLDCHAR1XFELD
ISHM_FHDIAIS-H: 'Department Main Diagnosis' Indicator KZ_FAHPDCHAR1XFELD
ISHM_KHDIAIS-H: Hospital Main Diagnosis Indicator KZ_KHHPDCHAR1XFELD
ISHM_OPDIAIS-H: Surgery Diagnosis Indicator KZ_OPERDCHAR1XFELD
ISHM_DISPRBlocking Indicator RI_SPERRCHAR1XFELD
ISHM_DIKXTIS-H: Comment on Diagnosis TEXT_DIACHAR50TEXT50
ISHM_DIASIIS-H: Diagnostic Certainty DIASICHAR1DIASI
ISHM_ARDIAWorking Diagnosis Indicator N2_KZARDIACHAR1XFELD
ISHM_PODIAPreoperative Diagnosis Indicator N2_KZPODIACHAR1XFELD
ISHM_TUDIAIS-H: Cause of Death Indicator N2_KZTUDIACHAR1XFELD
ISHM_DIABZDiagnosis Reference N2_DIABZCHAR1XFELD
ISHM_DIPRIMedical Secondary Diagnosis Indicator N2_DIAPRCHAR1Assigned to domainALPHAN2_DIAPR
ISHM_DIAGWDiagnostic Certainty N2_DIASICHAR2Assigned to domainALPHAN2_DIASI
ISHM_DIAZSDiagnostic Suppl. N2_DIAZSCHAR2Assigned to domainALPHAN2_DIAZS
ISHM_DIALOIS-H: Localization of Diagnosis N2_DIALOCHAR2Assigned to domainALPHAN2_DIALO
ISHM_EXTIDInternal Identifier of the Diagnosis Coding Tool N2_EXTIDCHAR8ALPHAN2_EXTID
ISHM_DIAFPFlat Rate per Case N2_DIAFPCHAR8ALPHAN2_DIAFP

Key field Non-key field



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

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

How to access SAP table RN2NDIA

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