GTRFIBILL_HT 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_HT
Related tables to GTRFIBILL_HT
Access table GTRFIBILL_HT




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

GTRFIBILL_HT 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_HT 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), REFDOC_TXT (Description Text from Replication), REF_APL_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_H


SAP GTRFIBILL_HT 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_HGTR_FI_BILLDOC_NOGTRBILLDOCNOGTRINV_BILLDOCNO
REFDOC_TXTDescription Text from Replication GTR_WRPEF_CRM_DESCRCHAR40GTR_WRPEF_CRM_DESCR
REF_APL_TXTDescription Text from Replication GTR_WRPEF_CRM_DESCRCHAR40GTR_WRPEF_CRM_DESCR
REF_AGR_TXTDescription Text from Replication GTR_WRPEF_CRM_DESCRCHAR40GTR_WRPEF_CRM_DESCR
REF_CLAIM_TXTDescription Text from Replication GTR_WRPEF_CRM_DESCRCHAR40GTR_WRPEF_CRM_DESCR
BILLDOC_TXTText for Grantor Billing Document GTR_FI_BILLDOC_TXTCHAR40CHAR40

Key field Non-key field



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

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

SELECT SINGLE *
FROM GTRFIBILL_HT
INTO CORRESPONDING FIELDS OF WA_GTRFIBILL_HT
WHERE...

How to access SAP table GTRFIBILL_HT

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