GTRFIBILL_IT SAP (Grantor FI AP/AR Billing Doc Header Text Table) Table details

Dictionary Type: Table
Description: Grantor FI AP/AR Billing Doc Header Text Table




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




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

GTRFIBILL_IT is a standard SAP Table which is used to store Grantor FI AP/AR Billing Doc Header Text Table data and is available within R/3 SAP systems depending on the version and release level.

The GTRFIBILL_IT table consists of various fields, each holding specific information or linking keys about Grantor FI AP/AR Billing Doc Header Text Table data available in SAP. These include LANGU (Language Key), BILLDOCNO (Grantor Billing Doc Number), BILLDOCITEM (Sequential Number of Document Item), REFDOC_I_TXT (Description Text from Replication).. 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 for: GTRFIBILL_I


SAP GTRFIBILL_IT 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
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
BILLDOCNOGrantor Billing Doc Number GTR_FI_BILLDOC_NONUMC12GTRFIBILL_IGTR_FI_BILLDOC_NOGTRBILLDOCNOGTRINV_BILLDOCNO
BILLDOCITEMSequential Number of Document Item GTR_FI_BILLDOC_ITEMNUMC5GTR_FI_BILLDOC_ITEM
REFDOC_I_TXTDescription Text from Replication GTR_WRPEF_CRM_DESCRCHAR40GTR_WRPEF_CRM_DESCR
REF_AGR_I_TXTDescription Text from Replication GTR_WRPEF_CRM_DESCRCHAR40GTR_WRPEF_CRM_DESCR
REF_CLAIM_I_TXTDescription Text from Replication GTR_WRPEF_CRM_DESCRCHAR40GTR_WRPEF_CRM_DESCR
BILLDOC_I_TXTGrantor Billing Doc Item Text GTR_FI_BILLDOC_I_TXTCHAR40CHAR40

Key field Non-key field



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

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

SELECT SINGLE *
FROM GTRFIBILL_IT
INTO CORRESPONDING FIELDS OF WA_GTRFIBILL_IT
WHERE...

How to access SAP table GTRFIBILL_IT

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