IDGT_VATH SAP (VAT Invoice Header) Table details

Dictionary Type: Table
Description: VAT Invoice Header




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




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

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

The IDGT_VATH table consists of various fields, each holding specific information or linking keys about VAT Invoice Header data available in SAP. These include VBELN_VAT (GT Invoice Number), TYPCODE (GT Invoice Type Code), GTCATG (GTS invoice categroy), GLISTIND (Goods List Indicator).. 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_VATH 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_VATGT Invoice Number GTVBELNCHAR8ALPHAGTVBELN
TYPCODEGT Invoice Type Code GTFKTYPCHAR10ALPHAGTFKTYP
GTCATGGTS invoice categroy GTCATGCHAR1GTCATG
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
INVTYPInvoice Type GTFKARTCHAR1ALPHAGTFKART
PRINTDATPrint Date of VAT Invoice GTPRINTDATDATS8DATUM
KNAME1Customer Name GTNAME1CHAR100GTNAME1
VSTRASAddress GTSTRASCHAR80GTSTRAS
VSTCD5Tax Number 5 STCD5CHAR60CHAR60
NOTEGT Note GTNOTECHAR160GTNOTE
REDNOTENRRed letter number GTREDNOTENRCHAR16CHAR16
DRAWERName of Person who Created the Object ERNAMCHAR12USNAM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDGT_VATH
INTO CORRESPONDING FIELDS OF WA_IDGT_VATH
WHERE...

How to access SAP table IDGT_VATH

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