IDGT_STRUC SAP (GTI China: Fields defined for First outbound File) Structure details

Dictionary Type: Structure
Description: GTI China: Fields defined for First outbound File




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




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

IDGT_STRUC 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 "GTI China: Fields defined for First outbound File" 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_STRUC TYPE IDGT_STRUC.

The IDGT_STRUC table consists of various fields, each holding specific information or linking keys about GTI China: Fields defined for First outbound File data available in SAP. These include VBELN (Sales and Distribution Document Number), REFVBELN (Golden Tax Document Number), POSNR (Item number of the SD document), GTLINENO (Line Items for Goods List).. 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_STRUC 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
MARKSelected records RSMON8CHAR1CHAR1
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
REFVBELNGolden Tax Document Number GTREFVBELNCHAR20GTREFVBELN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
GTLINENOLine Items for Goods List GTZEILENUMC4GTZEILE
FILETYPEFile Type GTFILETYPCHAR1GTFILETYP
GTVBELNGT Invoice Number GTVBELNCHAR8ALPHAGTVBELN
TOTLINEITEMLine Items for Goods List GTZEILENUMC4GTZEILE
NOTEGT Note GTNOTECHAR160GTNOTE
GTSTATUSInvoice Status in Reference to GT GTBSTAT_DCHAR12GTBSTAT_D
SPLITINDInvoice Split Indicator GTSPLITINDCHAR1GTSPLITIND
NAME1Name NAME1CHAR30TEXT30
STCEGVAT Registration Number STCEGCHAR20STCEG
STRASHouse number and street STRASCHAR30TEXT30
MCOD3Selected records RSMON8CHAR1CHAR1
TELF1First telephone number TELF1CHAR16TEXT16
BANKNBank account number BANKNCHAR18BANKN
FKDATBilling date for billing index and printout FKDATDATS8DATUM
BUTXTDocument Number CATSBELNRCHAR10ALPHABELNR
SBANKNBank account number BANKNCHAR18BANKN
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
PTEXTText (20 Characters) TEXT20CHAR20TEXT20
INVQUANInvoiced Quantity GTINVQUANQUAN16(6) GTINVQUAN
NETVALUENet Value in Document Currency GTNETVALUECURR14(2) GTNETVALUE
TAXRATETax Rate GTKBETRCURR11(2) GTKBETR
TAXAMTTax Amount GTTAXAMTCURR14(2) GTTAXAMT
DISCOUNTCash Discount GTCASHDISCURR14(2) GTNETTAX
TAXDISDiscount Tax Amount GTTAXDISCURR14(2) GTNETTAX
DISCOUNT_RATEDiscount Rate GTDISRATECURR11(2) GTKBETR
GLISTINDGoods List Indicator GTLISTINDCHAR1GTLISTIND
GOODSLISTName of the Goods List GTGDSLISTCHAR30GTGOODSLIST
CANCELINDCancellation Indicator GTCANINDCHAR1GTCANIND
UNITPRICEUnit Price GTUNITPRICECURR15(5) GTUNITPRICE
UNITPRICE_MODEMode of Unit Price GTMODECHAR1GTMODE

Key field Non-key field



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

As IDGT_STRUC 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_STRUC as there is no data to select.

How to access SAP table IDGT_STRUC

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