ISH_DIAGNOSIS_COMMON SAP (IS-H: Diagnoses - General Data) Structure details

Dictionary Type: Structure
Description: IS-H: Diagnoses - General Data




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




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

ISH_DIAGNOSIS_COMMON 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: Diagnoses - General 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_DIAGNOSIS_COMMON TYPE ISH_DIAGNOSIS_COMMON.

The ISH_DIAGNOSIS_COMMON table consists of various fields, each holding specific information or linking keys about IS-H: Diagnoses - General Data data available in SAP. These include DKEY1 (IS-H: Diagnosis Code), DTYP1 (Type for ICD-10 Diagnoses), DKAT2 (IS-H: Identification Key of Diagnosis Coding Catalog), DKEY2 (IS-H: Diagnosis Code).. 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_DIAGNOSIS_COMMON 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
DKAT1IS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2KATID
DKEY1IS-H: Diagnosis Code DIAIDCHAR30DIAID
DTYP1Type for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP
DKAT2IS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2KATID
DKEY2IS-H: Diagnosis Code DIAIDCHAR30DIAID
DTYP2Type for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP
DIADTIS-H: Date on which Diagnosis Was Created DIADTDATS8RI_DATUM
DIAZTIS-H: Time at which Diagnosis Created DIAZTTIMS6UHRZT
ANZOPIS-H: Number of Surgeries Occasioned by Dept. Main Diagnosis ANZOPNUMC2NUM02
DITXTFree Text for Diagnosis ISH_DITEXTCHAR50TEXT50
KZTXTIS-H: Comment on Diagnosis TEXT_DIACHAR50TEXT50
EXTIDInternal Identifier of the Diagnosis Coding Tool N2_EXTIDCHAR8ALPHAN2_EXTID
REFKYReference Code of Diagnosis from External System DIA_REFKEYCHAR20ALPHAISH_REFKY
ALTERN_DIATXTIS-H: Alternative Diagnosis Text (from External System) ISH_ALTERN_DIATXTCHAR132TXT132
DIAPRMedical Secondary Diagnosis Indicator N2_DIAPRCHAR1Assigned to domainALPHAN2_DIAPR
DIAGWDiagnostic Certainty N2_DIASICHAR2Assigned to domainALPHAN2_DIASI
DIAZSDiagnostic Suppl. N2_DIAZSCHAR2Assigned to domainALPHAN2_DIAZS
DIALOIS-H: Localization of Diagnosis N2_DIALOCHAR2Assigned to domainALPHAN2_DIALO
DIASIIS-H: Diagnostic Certainty DIASICHAR1DIASI
DIAFPFlat Rate per Case N2_DIAFPCHAR8ALPHAN2_DIAFP
BELNRIS-H: Document Number of IV Document/Treatment Certificate KS_BELNRCHAR10Assigned to domainALPHAKS_BELNR
DIAPEIS-H: Identification of Diagnosing Person DIA_PERSCHAR10Assigned to domainALPHARI_KUNNR
DIAG_EXCF ISH_DIA_EXCEPTION_FACTSCHAR240TEXT240
QUALFDiagnosis Qualifier ISH_DIA_QUALFCHAR5Assigned to domainISH_DIA_QUALF

Key field Non-key field



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

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

How to access SAP table ISH_DIAGNOSIS_COMMON

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