IDGT_GTDI SAP (GT Document Item) Table details

Dictionary Type: Table
Description: GT Document Item




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




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

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

The IDGT_GTDI table consists of various fields, each holding specific information or linking keys about GT Document Item data available in SAP. These include VBELN_GTD (Golden Tax Document Number), POSNR_GTD (Item Number), MATNR (Material Number), MAKTX (Material Description).. 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_GTDI 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 GTREFVBELNCHAR20IDGT_GTDHGTREFVBELN
POSNR_GTDItem Number GTPOSNRNUMC6Assigned to domainPOSNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description GTMAKTXCHAR60GTMAKTX
MSPECMaterial Specification GTMSPECCHAR30GTMSPEC
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
FKIMGBilled Quantity GTFKIMGQUAN15(3) MENG16
NETWRNet Value GTNETWRCURR17(2) WERTV9
DISCDiscount Amount GTDISCCURR17(2) WERTV9
TAXCODTax Catalog Code GTCPDECHAR4CHAR4
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
UOMDESCUnit Measurement Desc. GTUOMDESCCHAR16GTUOMDES
TAXAMTTax Amount GTTAXAMTCURR14(2) GTTAXAMT
DISCTAXTax Amount of Discount Value GTDISCTAXCURR14(2) GTTAXAMT
UNITPEUnit Price GTUNITPECURR15(2) GTUNITPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDGT_GTDI
INTO CORRESPONDING FIELDS OF WA_IDGT_GTDI
WHERE...

How to access SAP table IDGT_GTDI

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