TNDRG SAP (IS-H: DRG Billing Parameters) Table details

Dictionary Type: Table
Description: IS-H: DRG Billing Parameters




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




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

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

The TNDRG table consists of various fields, each holding specific information or linking keys about IS-H: DRG Billing 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), COL01 (IS-H: Catalog Column for Main Department).. 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: Cannot Be Enhanced


SAP TNDRG 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
COL01IS-H: Catalog Column for Main Department ISH_COL01CHAR2NTSIALPHATARSP
COL02IS-H: Catalog Column for Main Dept / External Midwife ISH_COL02CHAR2NTSIALPHATARSP
COL03IS-H: Catalog Column for External Operating Surgeon ISH_COL03CHAR2NTSIALPHATARSP
COL04IS-H: Catalog Column for External Op. Surgeon / Anesthetist ISH_COL04CHAR2NTSIALPHATARSP
COL05IS-H: Catalog Column for External Op. Surgeon / Midwife ISH_COL05CHAR2NTSIALPHATARSP
COL06IS-H: Catalog Column for Ext.Op.Surgeon/Anesthetist/Midwife ISH_COL06CHAR2NTSIALPHATARSP
KATIDIS-H: Service Catalog Identification Key TARIDCHAR2TNK01ALPHATARIDTAK
BASERIS-H: Hospital Base Case Value for DRG Billing ISH_BASERCURR8(2) ISH_BASER
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ZOTYPIS-H: Statistics-Relevant Asgmt Type for Service Remapping ISH_ZUOTYP_DRG_BILCHAR3TNT0ALPHAISH_ZUOTYP
COL00IS-H: Catalog Column for Custom Base Amount ISH_COL00CHAR2NTSIALPHATARSP
COL_CW ISH_CH_COL_CWCHAR2NTSIALPHATARSP
ACC_TARIFIS-H: Service Catalog Identification Key TARIDCHAR2TNK01ALPHATARIDTAK
ACC_TALSTService in Service Catalog TARLSCHAR10NTPKALPHATARLSTAL

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNDRG
INTO CORRESPONDING FIELDS OF WA_TNDRG
WHERE...

How to access SAP table TNDRG

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