IDGT_GTDH SAP (GT Document Header) Table details

Dictionary Type: Table
Description: GT Document Header




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




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

IDGT_GTDH is a standard SAP Table which is used to store GT Document Header data and is available within R/3 SAP systems depending on the version and release level.

The IDGT_GTDH table consists of various fields, each holding specific information or linking keys about GT Document Header data available in SAP. These include VBELN_GTD (Golden Tax Document Number), VKORG (Print Orgnization), GTDSTAT (GT document status), GTCATG (GTS invoice categroy).. 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 IDGT_GTDH 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
VBELN_GTDGolden Tax Document Number GTREFVBELNCHAR20GTREFVBELN
VKORGPrint Orgnization GTORGCHAR4GTORG
GTDSTATGT document status GTDSTATCHAR1GTDSTAT
GTCATGGTS invoice categroy GTCATGCHAR1GTCATG
INVTYPInvoice Type GTFKARTCHAR1ALPHAGTFKART
CANCELINDCancellation Indicator GTCANINDCHAR1GTCANIND
GLISTINDGoods List Indicator GTLISTINDCHAR1GTLISTIND
NETWRNet Value GTNETWRCURR17(2) WERTV9
TAXAMTTax Amount GTTAXAMTCURR14(2) GTTAXAMT
DISCDiscount Amount GTDISCCURR17(2) WERTV9
DISCTAXTax Amount of Discount Value GTDISCTAXCURR14(2) GTTAXAMT
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TAXRATEVAT Tax Rate GTTAXRATEDEC9(2) GTTAXRATE
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
KNAME1Customer Name GTNAME1CHAR100GTNAME1
KSTCD5Tax Number 5 STCD5CHAR60CHAR60
KSTRASAddress GTSTRASCHAR80GTSTRAS
KBANKABank Account GTBANKACHAR80GTBANKA
VBANKABank Account GTBANKACHAR80GTBANKA
VBELN_GTD_REFGolden Tax Document Number GTREFVBELNCHAR20GTREFVBELN
NOTEGT Note GTNOTECHAR160GTNOTE
REVIEWERUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
RECEIVERReceiver PAGNAMCHAR12USNAM
SENTDATEDate: Invoice sent to GT GTSENTDATEDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
GTSENT_TPSend Type GTSEND_TPCHAR1GTSEND_TP

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDGT_GTDH
INTO CORRESPONDING FIELDS OF WA_IDGT_GTDH
WHERE...

How to access SAP table IDGT_GTDH

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