TNGRP3 SAP (IS-H: DRG Grouper File Conventions) Table details

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




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




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

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

The TNGRP3 table consists of various fields, each holding specific information or linking keys about IS-H: DRG Grouper File Conventions data available in SAP. These include EINRI (Institution), DIRID (IS-H: Directory/File Name Handling Identification), CONST1 (IS-H: Constant Fixed Part 1 of File Name), CONST2 (IS-H: Constant Fixed Part 2 of File Name).. 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 TNGRP3 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
DIRIDIS-H: Directory/File Name Handling Identification ISH_GRP_DIRIDCHAR10ISH_GRP_DIRID
CONST1IS-H: Constant Fixed Part 1 of File Name ISH_GRP_FILEFIX1CHAR10VAL_TEXT
CONST2IS-H: Constant Fixed Part 2 of File Name ISH_GRP_FILEFIX2CHAR10VAL_TEXT
CONST3IS-H: Constant Fixed Part 3 of File Name ISH_GRP_FILEFIX3CHAR10VAL_TEXT
QNT_FALNRIS-H: Number of Digits from Case Number ISH_QNTFALNRNUMC2NUM02
DEL_ZEROSIS-H: Suppress Leading Zeros ISH_DELZEROSCHAR1XFELD
SEQ_CONST1IS-H: Position of Fixed Part 1 in File Name ISH_GRP_POS1NUMC2NUM02
SEQ_CONST2IS-H: Position of Fixed Part 2 in File Name ISH_GRP_POS2NUMC2NUM02
SEQ_CONST3IS-H: Position of Fixed Part 3 in File Name ISH_GRP_POS3NUMC2NUM02
SEQ_FALNRIS-H: Position of Case Number in File Name ISH_GRP_POS_CNNUMC2NUM02
DIRNAMEIS-H: DRG Grouper - Directory at Operating System Level ISH_GRP_DIRCHAR255TEXT255
DIRARCHIS-H: DRG Grouper - Archive Directory at Op. System Level ISH_GRP_DIRARCHCHAR255TEXT255
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 TNGRP3 using ABAP code

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

SELECT SINGLE *
FROM TNGRP3
INTO CORRESPONDING FIELDS OF WA_TNGRP3
WHERE...

How to access SAP table TNGRP3

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