N0FDBS0000000003 SAP (PMD: ISHMDIATAB EDM Diagnoses: Diagnosis Table) Table details

Dictionary Type: Table
Description: PMD: ISHMDIATAB EDM Diagnoses: Diagnosis Table




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




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

N0FDBS0000000003 is a standard SAP Table which is used to store PMD: ISHMDIATAB EDM Diagnoses: Diagnosis Table data and is available within R/3 SAP systems depending on the version and release level.

The N0FDBS0000000003 table consists of various fields, each holding specific information or linking keys about PMD: ISHMDIATAB EDM Diagnoses: Diagnosis Table data available in SAP. These include DOKAR (Document Type), DOKNR (Document number), DOKVR (Document Version), DOKTL (Document Part).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP N0FDBS0000000003 table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
MUSEQRow Number in Multiple Structures MUSEQNUMC5NUM05
ISHMDIALFNIS-H: Sequence Number of Diagnosis LFDDIANUMC3LFDDIA
ISHMDIATXTFree Text for Diagnosis ISH_DITEXTCHAR50TEXT50
ISHMDIALTXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
ISHMDIAFTX128 Character Field Length N2_CHAR128CHAR128N2_CHAR128
ISHMDIAEINIS-H: Referral Diagnosis Indicator KZ_EINWDCHAR1XFELD
ISHMDIABEHIS-H: Treatment Diagnosis Indicator KZ_BEHLDCHAR1XFELD
ISHMDIAAUFIS-H: Admission Diagnosis Indicator KZ_AUFNDCHAR1XFELD
ISHMDIAENTIS-H: 'Discharge Diagnosis' Indicator KZ_ENTLDCHAR1XFELD
ISHMDIAFAHIS-H: 'Department Main Diagnosis' Indicator KZ_FAHPDCHAR1XFELD
ISHMDIAKHHIS-H: Hospital Main Diagnosis Indicator KZ_KHHPDCHAR1XFELD
ISHMDIAOPEIS-H: Surgery Diagnosis Indicator KZ_OPERDCHAR1XFELD
ISHMDIASPRBlocking Indicator RI_SPERRCHAR1XFELD
ISHMDIAARBWorking Diagnosis Indicator N2_KZARDIACHAR1XFELD
ISHMDIAPROPreoperative Diagnosis Indicator N2_KZPODIACHAR1XFELD
ISHMDIATURIS-H: Cause of Death Indicator N2_KZTUDIACHAR1XFELD
ISHMDIABEZDiagnosis Reference N2_DIABZCHAR1XFELD
ISHMDIAKATIS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2KATID
ISHMDIAKEYIS-H: Diagnosis Code DIAIDCHAR30DIAID
ISHMDIATYPType for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP
ISHMDIAKTXDiagnosis Text DIATXTCHAR40TEXT40
ISHMDIAKT2IS-H: Identification Key of Diagnosis Coding Catalog DIAKATCHAR2KATID
ISHMDIAKY2IS-H: Diagnosis Code DIAIDCHAR30DIAID
ISHMDIATY2Type for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP
ISHMDIARKTIS-H: Catalog ID of Reference Catalog for Statistics REF_DIAKATCHAR2KATID
ISHMDIARKYIS-H: Reference Diagnosis Code for Statistics REF_DIAIDCHAR30DIAID
ISHMDIARTYType for ICD-10 Diagnoses ISH_ICD10_DIATYPCHAR1ISH_DIATYP
ISHMDIADATIS-H: Date on which Diagnosis Was Created DIADTDATS8RI_DATUM
ISHMDIAZETIS-H: Time at which Diagnosis Created DIAZTTIMS6UHRZT
ISHMDIAPERIS-H: Identification of Diagnosing Person DIA_PERSCHAR10Assigned to domainALPHARI_KUNNR
ISHMDIAPRIMedical Secondary Diagnosis Indicator N2_DIAPRCHAR1Assigned to domainALPHAN2_DIAPR
ISHMDIAGEWDiagnostic Certainty N2_DIASICHAR2Assigned to domainALPHAN2_DIASI
ISHMDIAZUSDiagnostic Suppl. N2_DIAZSCHAR2Assigned to domainALPHAN2_DIAZS
ISHMDIABEMIS-H: Comment on Diagnosis TEXT_DIACHAR50TEXT50
ISHMDIABKZIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
ISHMDIABTX128 Character Field Length N2_CHAR128CHAR128N2_CHAR128
ISHMDIABEWIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
ISHMDIALOKIS-H: Localization of Diagnosis N2_DIALOCHAR2Assigned to domainALPHAN2_DIALO
ISHMDIAEXTInternal Identifier of the Diagnosis Coding Tool N2_EXTIDCHAR8ALPHAN2_EXTID
ISHMDIAFPAFlat Rate per Case N2_DIAFPCHAR8ALPHAN2_DIAFP
ISHMDIAANZIS-H: Number of Surgeries Occasioned by Dept. Main Diagnosis ANZOPNUMC2NUM02
ISHMDIACATIS-H: Category of DRG Diagnosis (Principal, Secondary) ISH_DRG_DIA_CATEGORYCHAR1ISH_DRG_DIA_CAT_TYPE
ISHMDIACCLIS-H: Complication Level of Diagnoses (for DRGs) ISH_CCLNUMC3ISH_CCL_TYPE
ISHMDIARELIS-H: Used to Determine DRG ISH_DRG_DIA_RELEVANTCHAR1ISH_ON_OFF
ISHMDIALK1IS-H: Link to Another Diagnosis ISH_DIA_LINKNUMC3LFDDIA
ISHMDIAINFIS-H: Output Field for Identifying Linked Diagnoses ISH_ICD10_INFOCHAR50TEXT50

Key field Non-key field



How do I retrieve data from SAP table N0FDBS0000000003 using ABAP code

The following ABAP code Example will allow you to do a basic selection on N0FDBS0000000003 to SELECT all data from the table
DATA: WA_N0FDBS0000000003 TYPE N0FDBS0000000003.

SELECT SINGLE *
FROM N0FDBS0000000003
INTO CORRESPONDING FIELDS OF WA_N0FDBS0000000003
WHERE...

How to access SAP table N0FDBS0000000003

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