RNF15 SAP (IS-H: Form Layout for Diagnoses at Admission) Structure details

Dictionary Type: Structure
Description: IS-H: Form Layout for Diagnoses at Admission




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




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

RNF15 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 Layout for Diagnoses at Admission" 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_RNF15 TYPE RNF15.

The RNF15 table consists of various fields, each holding specific information or linking keys about IS-H: Form Layout for Diagnoses at Admission data available in SAP. These include EINDKEY1 (IS-H: Diagnosis Code), EINDIKTXT (Diagnosis Text), EINDIKTX2 (Diagnosis Text), EINDITXT (Free Text for Diagnosis).. 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 RNF15 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
EINDKATIS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2TNK00KATID
EINDKEY1IS-H: Diagnosis Code DIAIDCHAR30DIAID
EINDIKTXTDiagnosis Text DIATXTCHAR40TEXT40
EINDIKTX2Diagnosis Text DIATXTCHAR40TEXT40
EINDITXTFree Text for Diagnosis ISH_DITEXTCHAR50TEXT50
EINDLOIS-H: Localization of Diagnosis N2_DIALOCHAR2Assigned to domainALPHAN2_DIALO
EINDGWDiagnostic Certainty N2_DIASICHAR2Assigned to domainALPHAN2_DIASI
EINDTYPType for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP
AUFDKATIS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2TNK00KATID
AUFDKEYIS-H: Diagnosis Code DIAIDCHAR30DIAID
AUFDIKTXTDiagnosis Text DIATXTCHAR40TEXT40
AUFDIKTX2Diagnosis Text DIATXTCHAR40TEXT40
AUFDITXTFree Text for Diagnosis ISH_DITEXTCHAR50TEXT50
AUFDLOIS-H: Localization of Diagnosis N2_DIALOCHAR2Assigned to domainALPHAN2_DIALO
AUFDGWDiagnostic Certainty N2_DIASICHAR2Assigned to domainALPHAN2_DIASI
AUFDTYPType for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP
EINRDKATIS-H: Catalog ID of Reference Catalog for Statistics REF_DIAKATCHAR2KATID
EINRDKEYIS-H: Reference Diagnosis Code for Statistics REF_DIAIDCHAR30DIAID
EINRDIKTXTDiagnosis Text DIATXTCHAR40TEXT40
EINRDIKTX2Diagnosis Text DIATXTCHAR40TEXT40
EINRDTYPType for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP
AUFRDKATIS-H: Catalog ID of Reference Catalog for Statistics REF_DIAKATCHAR2KATID
AUFRDKEYIS-H: Reference Diagnosis Code for Statistics REF_DIAIDCHAR30DIAID
AUFRDIKTXTDiagnosis Text DIATXTCHAR40TEXT40
AUFRDIKTX2Diagnosis Text DIATXTCHAR40TEXT40
AUFRDTYPType for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP
EIN2DKATIS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2KATID
EIN2DKEY1IS-H: Diagnosis Code DIAIDCHAR30DIAID
EIN2DIKTXTDiagnosis Text DIATXTCHAR40TEXT40
EIN2DIKTX2Diagnosis Text DIATXTCHAR40TEXT40
EIN2DITXTFree Text for Diagnosis ISH_DITEXTCHAR50TEXT50
EIN2DLOIS-H: Localization of Diagnosis N2_DIALOCHAR2Assigned to domainALPHAN2_DIALO
EIN2DGWDiagnostic Certainty N2_DIASICHAR2Assigned to domainALPHAN2_DIASI
EIN2DTYPType for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP
AUF2DKATIS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2KATID
AUF2DKEYIS-H: Diagnosis Code DIAIDCHAR30DIAID
AUF2DIKTXTDiagnosis Text DIATXTCHAR40TEXT40
AUF2DIKTX2Diagnosis Text DIATXTCHAR40TEXT40
AUF2DITXTFree Text for Diagnosis ISH_DITEXTCHAR50TEXT50
AUF2DLOIS-H: Localization of Diagnosis N2_DIALOCHAR2Assigned to domainALPHAN2_DIALO
AUF2DGWDiagnostic Certainty N2_DIASICHAR2Assigned to domainALPHAN2_DIASI
AUF2DTYPType for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP
EIN2RDKATIS-H: Catalog ID of Reference Catalog for Statistics REF_DIAKATCHAR2KATID
EIN2RDKEYIS-H: Reference Diagnosis Code for Statistics REF_DIAIDCHAR30DIAID
EIN2RDKTXTDiagnosis Text DIATXTCHAR40TEXT40
EIN2RDKTX2Diagnosis Text DIATXTCHAR40TEXT40
EIN2RDTYPType for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP
AUF2RDKATIS-H: Catalog ID of Reference Catalog for Statistics REF_DIAKATCHAR2KATID
AUF2RDKEYIS-H: Reference Diagnosis Code for Statistics REF_DIAIDCHAR30DIAID
AUF2RDKTXTDiagnosis Text DIATXTCHAR40TEXT40
AUF2RDKTX2Diagnosis Text DIATXTCHAR40TEXT40
AUF2RDTYPType for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP

Key field Non-key field



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

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

How to access SAP table RNF15

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