TNGRP2 SAP (IS-H: DRG Grouper) Table details

Dictionary Type: Table
Description: IS-H: DRG Grouper




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




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

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

The TNGRP2 table consists of various fields, each holding specific information or linking keys about IS-H: DRG Grouper data available in SAP. These include EINRI (Institution), GRPID (IS-H: DRG Grouper Identification), DESCR (IS-H: Description, More Precise Textual Explanation), SYNCHRON (IS-H: Indicator for Synchronous DRG Grouper).. 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 TNGRP2 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
GRPIDIS-H: DRG Grouper Identification ISH_GRP_GRPIDCHAR10ISH_GRP_GRPID
DESCRIS-H: Description, More Precise Textual Explanation ISH_DESCRCHAR70TEXT70
SYNCHRONIS-H: Indicator for Synchronous DRG Grouper ISH_GRP_SYNCCHAR1XFELD
PREPCMDIS-H: Command Line for Technical Preparation ISH_GRP_PREPCMDCHAR70TEXT70
PREPOPTIS-H: Command Option for Technical Preparation ISH_GRP_PREPOPTCHAR132TEXT132
EXTCMDIS-H: Command Line for DRG Grouper Call ISH_GRP_EXTCMDCHAR70TEXT70
EXTOPTIS-H: Command Line Option for DRG Grouper Call ISH_GRP_EXTOPTCHAR132TEXT132
EXTLISTIS-H: File Name for Log List with Grouper Calls ISH_GRP_EXTLISTCHAR70TEXT70
FUB_SYNCIS-H: Function Module for Synchronous Processing ISH_GRP_FUB_SYNCCHAR30Assigned to domainFUNCNAME
FUB_OUTIS-H: Function Module for Export Processing (Out) ISH_GRP_FUB_OUTCHAR30Assigned to domainFUNCNAME
FUB_PARTIS-H: Function Module for Partner System Start ISH_GRP_FUB_PARTCHAR30Assigned to domainFUNCNAME
FUB_INIS-H: Function Module for Import Processing (In) ISH_GRP_FUB_INCHAR30Assigned to domainFUNCNAME
RFCDEST_SYNCIS-H: Logical Destination for RFC Call with SYNCHRON ISH_GRP_RFCDEST_SYNCCHAR32Assigned to domainRFCDEST
RFCDEST_OUTIS-H: Logical Destination for RFC Call with OUT ISH_GRP_RFCDEST_OUTCHAR32Assigned to domainRFCDEST
RFCDEST_PARTIS-H: Logical Destination for RFC Call with PART ISH_GRP_RFCDEST_PARTCHAR32Assigned to domainRFCDEST
RFCDEST_INIS-H: Logical Destination for RFC Call with IN ISH_GRP_RFCDEST_INCHAR32Assigned to domainRFCDEST
DIRID_OUTIS-H: Reference to Directory/File Name Handling Out ISH_GRP_DIRLINK_OUTCHAR10TNGRP3ISH_GRP_DIRID
DIRID_INIS-H: Reference to Directory/File Name Handling In ISH_GRP_DIRLINK_INCHAR10TNGRP3ISH_GRP_DIRID
PARA1IS-H: DRG Grouper General Parameter 1 ISH_GRP_PARA1CHAR50CHAR50
PARA2IS-H: DRG Grouper General Parameter 2 ISH_GRP_PARA2CHAR50CHAR50
PARA3IS-H: DRG Grouper General Parameter 3 ISH_GRP_PARA3CHAR50CHAR50
PARA4IS-H: DRG Grouper General Parameter 4 ISH_GRP_PARA4CHAR50CHAR50
PARA5IS-H: DRG Grouper General Parameter 5 ISH_GRP_PARA5CHAR50CHAR50
TRCSTPIS-H: Trace Storage Type ISH_TRCSTPCHAR3ISH_TRCSTP
TRCFIS-H: Path and file name for trace ISH_TRCFCHAR250CHAR250
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time when Data Record Created ISH_ERTIMTIMS6UHRZT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPTIMIS-H: Time Data Record was Last Changed ISH_UPTIMTIMS6UHRZT
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNGRP2
INTO CORRESPONDING FIELDS OF WA_TNGRP2
WHERE...

How to access SAP table TNGRP2

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