IDGT_S_GTDH_READ SAP (GT document read GTD header RFC parameter) Structure details

Dictionary Type: Structure
Description: GT document read GTD header RFC parameter




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




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

IDGT_S_GTDH_READ is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "GT document read GTD header RFC parameter" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_IDGT_S_GTDH_READ TYPE IDGT_S_GTDH_READ.

The IDGT_S_GTDH_READ table consists of various fields, each holding specific information or linking keys about GT document read GTD header RFC parameter data available in SAP. These include PAYER_NAME (Customer Name), PAYER_TAX_NO (Tax Number 5), PAYER_ADRRES (Address), PAYER_BANK_NO (Bank Account).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP IDGT_S_GTDH_READ structure 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
DOCUMENT_NOGolden Tax Document Number GTREFVBELNCHAR20GTREFVBELN
PAYER_NAMECustomer Name GTNAME1CHAR100GTNAME1
PAYER_TAX_NOTax Number 5 STCD5CHAR60CHAR60
PAYER_ADRRESAddress GTSTRASCHAR80GTSTRAS
PAYER_BANK_NOBank Account GTBANKACHAR80GTBANKA
INVTYPInvoice Type GTFKARTCHAR1ALPHAGTFKART
NOTEGT Note GTNOTECHAR160GTNOTE
REVIEWERUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
RECEIVERReceiver PAGNAMCHAR12USNAM
LIST_INDICATORGoods List Indicator GTLISTINDCHAR1GTLISTIND
DOCUMENT_DATEDate on Which Record Was Created ERDATDATS8DATUM
SELLER_BANK_NOBank Account GTBANKACHAR80GTBANKA
NET_AMTNet Value GTNETWRCURR17(2) WERTV9
TAX_AMTTax Amount GTTAXAMTCURR14(2) GTTAXAMT
DISC_AMTDiscount Amount GTDISCCURR17(2) WERTV9
DISC_TAX_AMTTax Amount of Discount Value GTDISCTAXCURR14(2) GTTAXAMT
TAX_RATEVAT Tax Rate GTTAXRATEDEC9(2) GTTAXRATE
DOCUMNET_NO_OLDGolden Tax Document Number GTREFVBELNCHAR20GTREFVBELN
DOCUMENT_TYPEGTS invoice categroy GTCATGCHAR1GTCATG
ADDITIONChar255 CHAR255CHAR255CHAR255

Key field Non-key field



How do I retrieve data from SAP structure IDGT_S_GTDH_READ using ABAP code?

As IDGT_S_GTDH_READ is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on IDGT_S_GTDH_READ as there is no data to select.

How to access SAP table IDGT_S_GTDH_READ

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