GTR_FI_INVDOC_I SAP ((Virtual) Grantor Invoicing Document Items) Structure details

Dictionary Type: Structure
Description: (Virtual) Grantor Invoicing Document Items




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




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

GTR_FI_INVDOC_I 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 "(Virtual) Grantor Invoicing Document Items" 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_GTR_FI_INVDOC_I TYPE GTR_FI_INVDOC_I.

The GTR_FI_INVDOC_I table consists of various fields, each holding specific information or linking keys about (Virtual) Grantor Invoicing Document Items data available in SAP. These include BILLDOCITEM (Sequential Number of Document Item), BILLDOCITEM_REF (), ITEM_GUID (Grantor Billing Doc Item Guid (for reference Items)), FLG_REVERS_ITEM (Reversal Item 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP GTR_FI_INVDOC_I 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
BILLDOCNOGrantor Billing Doc Number GTR_FI_BILLDOC_NONUMC12GTR_FI_BILLDOC_NOGTRBILLDOCNOGTRINV_BILLDOCNO
BILLDOCITEMSequential Number of Document Item GTR_FI_BILLDOC_ITEMNUMC5GTR_FI_BILLDOC_ITEM
BILLDOCITEM_REF 0
ITEM_GUIDGrantor Billing Doc Item Guid (for reference Items) GTR_FI_BILLDOC_ITEM_GUIDCHAR32SYSUUID_C
FLG_REVERS_ITEMReversal Item Indicator GTR_FI_BILLDOC_REVCHAR1XFIELD
DUE_DATEDue date for net payment GTR_FI_DUE_DATEDATS8DATUM
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BETRWAmount in document currency WRBTRCURR13(2) WERT7
PAYMENT_TYPEPayment Type for Grantor GTRT_CRM_GRM_PAYMENT_TYPECHAR4GTRT_CRM_GRM_PAYMENT_TYPE
CLASSIFICATIONGrantor Invoicing Payment Type: Incoming or Outgoing GTR_INV_PT_IN_OUTCHAR1GTR_INV_PT_IN_OUT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10Assigned to domainALPHAFB_SEGMENT
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FONDSFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
KBLNRDocument Number for Earmarked Funds KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
KBLPOSEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
REFDOC_IDTransaction CRMT_OBJECT_ID_COCHAR10ALPHACRM_OBJECT_ID_CO
REFDOC_OBJTYPEObject Type for CRM Transaction Type/Item Category CRMT_OBJECT_TYPE_COCHAR10CRM_OBJECT_TYPE_CO
CRMOBJGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
BRI_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
EXPENSE_TYPEExpense Type for Grantor GTRT_CRM_GRM_EXPENSE_CATCHAR4GTRT_CRM_GRM_EXPENSE_CAT

Key field Non-key field



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

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

How to access SAP table GTR_FI_INVDOC_I

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