FILA_GF_ITEMDOCS SAP (Assignment of Process - FI/CO Document Numbers) Table details

Dictionary Type: Table
Description: Assignment of Process - FI/CO Document Numbers




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




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

FILA_GF_ITEMDOCS is a standard SAP Table which is used to store Assignment of Process - FI/CO Document Numbers data and is available within R/3 SAP systems depending on the version and release level.

The FILA_GF_ITEMDOCS table consists of various fields, each holding specific information or linking keys about Assignment of Process - FI/CO Document Numbers data available in SAP. These include COMPONENT (Application Component), OBJID (Object Number), SUBID (Subobject Number), BUKRS (Company Code).. 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: Not classified


SAP FILA_GF_ITEMDOCS 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
COMPONENTApplication Component FILA_COMPONENTCHAR4Assigned to domainFILA_COMPONENTFILA_COMPONENT
OBJIDObject Number FILA_GUIDRAW16
SUBIDSubobject Number FILA_SUBIDNUMC5
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWORGReference Organizational Units AWORGCHAR10AWORG
AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
EVENTProcess FILA_EVENTCHAR20Assigned to domainFILA_EVENTFILA_EVENT
TMSTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
BUDATPosting Date in the Document BUDATDATS8DATUM
MONATFiscal Period MONATNUMC2MONAT
XDOCREVDocument Reversed FILA_XDOCREVCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FILA_GF_ITEMDOCS
INTO CORRESPONDING FIELDS OF WA_FILA_GF_ITEMDOCS
WHERE...

How to access SAP table FILA_GF_ITEMDOCS

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