TNDIA SAP (IS-H: Diagnosis Processing Parameters) Table details

Dictionary Type: Table
Description: IS-H: Diagnosis Processing Parameters




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




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

TNDIA is a standard SAP Table which is used to store IS-H: Diagnosis Processing Parameters data and is available within R/3 SAP systems depending on the version and release level.

The TNDIA table consists of various fields, each holding specific information or linking keys about IS-H: Diagnosis Processing Parameters data available in SAP. These include EINRI (Institution), ENDDT (IS-H: Valid-To Date of Record), BEGDT (IS-H: Valid-From Date of Record), DOCINP (IS-H: Form of Diagnosis Documentation for Inpatient Cases).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TNDIA 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 MANDTCLNT3T000MANDT
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
ENDDTIS-H: Valid-To Date of Record RI_ENDDTDATS8RI_DATUM
BEGDTIS-H: Valid-From Date of Record RI_BEGDTDATS8RI_DATUM
DOCINPIS-H: Form of Diagnosis Documentation for Inpatient Cases ISH_DOCINPCHAR1ISH_DOCINP
DOCOUTIS-H: Form of Diagnosis Documentation for Outpatient Cases ISH_DOCOUTCHAR1ISH_DOCOUT
BASKASIS-H: Basic Catalog for Diagnosis Entry in Inpatient Area ISH_BASKASCHAR2TNK00KATID
BASKAAIS-H: Basic Catalog for Diagnosis Entry in Outpatient Area ISH_BASKAACHAR2TNK00KATID
STAKASIS-H: Diagnosis Coding Catalog for Statistics in Inpat. Area ISH_STAKASCHAR2TNK00KATID
STAKAAIS-H: Diagnosis Coding Catalog for Statistics in Outpat Area ISH_STAKAACHAR2TNK00KATID
EXCLEWSIS-H: No Referral Diagnosis in Diagnosis Documentation ISH_EXCLEWCHAR1XFELD
EXCLAFSIS-H: No Admission Diagnosis in Diagnosis Documentation ISH_EXCLAFCHAR1XFELD
EXCLENSIS-H: No Discharge Diagnosis in Diagnosis Documentation ISH_EXCLENCHAR1XFELD
EXCLOPSIS-H: No Surgery Diagnosis in Diagnosis Documentation ISH_EXCLOPCHAR1XFELD
EXCLTOSIS-H: No Cause of Death Diagnosis in Diagnosis Documentation ISH_EXCLTOCHAR1XFELD
EXCLFASIS-H: No Department Main Diagnosis in Diagnosis Documentat. ISH_EXCLFACHAR1XFELD
EXCLKHSIS-H: No Hopsital Main Diagnosis in Diagnosis Documentation ISH_EXCLKHCHAR1XFELD
EXCLEWAIS-H: No Referral Diagnosis in Diagnosis Documentation ISH_EXCLEWCHAR1XFELD
EXCLAFAIS-H: No Admission Diagnosis in Diagnosis Documentation ISH_EXCLAFCHAR1XFELD
EXCLENAIS-H: No Discharge Diagnosis in Diagnosis Documentation ISH_EXCLENCHAR1XFELD
EXCLOPAIS-H: No Surgery Diagnosis in Diagnosis Documentation ISH_EXCLOPCHAR1XFELD
EXCLTOAIS-H: No Cause of Death Diagnosis in Diagnosis Documentation ISH_EXCLTOCHAR1XFELD
EXCLFAAIS-H: No Department Main Diagnosis in Diagnosis Documentat. ISH_EXCLFACHAR1XFELD
EXCLKHAIS-H: No Hopsital Main Diagnosis in Diagnosis Documentation ISH_EXCLKHCHAR1XFELD
EWKASIS-H: Catalog for Referral Diagnoses in Inpatient Area ISH_EWKASCHAR2TNK00KATID
EWKAAIS-H: Catalog for Referral Diagnoses in Outpatient Area ISH_EWKAACHAR2TNK00KATID
DRG_KASIS-H: Diagnosis Catalog for DRG Diagnosis in Inpatient Area ISH_DRG_KASCHAR2TNK00KATID
DRG_SEPARATIS-H: DRG Diagnoses Managed Separately ISH_DRG_SEPARATCHAR1XFELD
ENDIA_BILLIS-H: Discharge Diagnosis Required ISH_ENDIA_BILLCHAR1XFELD
KHDIA_BILLIS-H: Hospital Main Diagnosis Required ISH_KHDIA_BILLCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNDIA
INTO CORRESPONDING FIELDS OF WA_TNDIA
WHERE...

How to access SAP table TNDIA

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