GTRFIBILL_I SAP (Grantor Billing Document Items) Table details

Dictionary Type: Table
Description: Grantor Billing Document Items




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




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

GTRFIBILL_I is a standard SAP Table which is used to store Grantor Billing Document Items data and is available within R/3 SAP systems depending on the version and release level.

The GTRFIBILL_I table consists of various fields, each holding specific information or linking keys about Grantor Billing Document Items data available in SAP. These include BILLDOCNO (Grantor Billing Doc Number), BILLDOCITEM (Sequential Number of Document Item), BILLDOCITEM_GUID (Grantor Billing Doc Item Guid (for reference Items)), REFDOC_I_ID (Item Number of Reference Item in CRM (Agreement, Claim)).. 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)

Text table = GTRFIBILL_IT


SAP GTRFIBILL_I 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
BILLDOCNOGrantor Billing Doc Number GTR_FI_BILLDOC_NONUMC12GTRFIBILL_HGTR_FI_BILLDOC_NOGTRBILLDOCNOGTRINV_BILLDOCNO
BILLDOCITEMSequential Number of Document Item GTR_FI_BILLDOC_ITEMNUMC5GTR_FI_BILLDOC_ITEM
BILLDOCITEM_GUIDGrantor Billing Doc Item Guid (for reference Items) GTR_FI_BILLDOC_ITEM_GUIDCHAR32SYSUUID_C
REFDOC_I_IDItem Number of Reference Item in CRM (Agreement, Claim) GTR_FI_REF_DOC_I_IDCHAR10
REFDOC_I_GUIDGUID of the reference item in CRM (Agreement, Claim) GTR_FI_REF_DOC_I_GUIDCHAR32SYSUUID_C
REFDOC_I_OBJTPObject Type of the reference item in CRM (Agreement, Claim) GTR_FI_REF_DOC_I_OBJTPCHAR10Assigned to domainOJ_NAME
BILL_AMOUNTAmount in Grantor Billing Document Item GTR_FI_BILL_AMOUNTCURR13(2) WRTV7
BILL_CURRCurrency of Grantor Billing Document GTR_FI_BILL_CURRCUKY5Assigned to domainWAERS
FLG_REVERS_ITEMReversal Item Indicator GTR_FI_BILLDOC_REVCHAR1XFIELD
DATE_FROMStart of Period of Grantor Bill. Doc. Line Item GTR_FI_DATE_FROMDATS8DATUM
DATE_TOEnd of Period of Grantor Bill. Doc. Line Item GTR_FI_DATE_TODATS8DATUM
DUE_DATEDue date for net payment GTR_FI_DUE_DATEDATS8DATUM
PAYMENT_TYPEPayment Type for Grantor GTRT_CRM_GRM_PAYMENT_TYPECHAR4GTRT_CRM_GRM_PAYMENT_TYPE
EXPENSE_TYPEExpense Type for Grantor GTRT_CRM_GRM_EXPENSE_CATCHAR4GTRT_CRM_GRM_EXPENSE_CAT
BRI_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
REL_ITEM_GUIDGUID of the reference item in CRM (Agreement, Claim) GTR_FI_REF_DOC_I_GUIDCHAR32SYSUUID_C
REL_ITEM_IDItem Number of Reference Item in CRM (Agreement, Claim) GTR_FI_REF_DOC_I_IDCHAR10
BILLDOC_I_REFGrantor Billing Doc Item Guid (for reference Items) GTR_FI_BILLDOC_ITEM_GUIDCHAR32SYSUUID_C

Key field Non-key field



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

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

SELECT SINGLE *
FROM GTRFIBILL_I
INTO CORRESPONDING FIELDS OF WA_GTRFIBILL_I
WHERE...

How to access SAP table GTRFIBILL_I

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