FILCA SAP (FI-LC: Actual journal entry table with 2 object tables) Table details

Dictionary Type: Table
Description: FI-LC: Actual journal entry table with 2 object tables




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




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

FILCA is a standard SAP Table which is used to store FI-LC: Actual journal entry table with 2 object tables data and is available within R/3 SAP systems depending on the version and release level.

The FILCA table consists of various fields, each holding specific information or linking keys about FI-LC: Actual journal entry table with 2 object tables data available in SAP. These include GL_SIRID (Record number of the line item record), RLDNR (Ledger), RRCTY (Record Type), RVERS (Version).. 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)


SAP FILCA 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
RCLNTClient MANDTCLNT3T000MANDT
GL_SIRIDRecord number of the line item record GU_RECIDCHAR18OBJNROBN
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
RRCTYRecord Type RRCTYCHAR1RRCTY
RVERSVersion RVERSCHAR3T894ALPHARVERSGVS
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RTCURCurrency Key RTCURCUKY5TCURCWAERSFWS
RUNITBase Unit of Measure MEINSUNIT3T006CUNITMEINS
DRCRKDebit/Credit Indicator SHKZGCHAR1SHKZG
POPERPosting period POPERNUMC3POPERPOPR
DOCCTDocument Type DOCCTCHAR1DOCCTGCT
DOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOCLNDocument line DOCLNCHAR3DOCLN
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
RACCTConsolidation item RITEMCHAR10T854ALPHARITEMH_T854
RBUSABusiness Area GSBERCHAR4TGSBGSBERGSB
RASSCCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
ROBUKRSOriginal company code OBUKRCHAR4T001BUKRS
RLEVLPosting level RLEVLCHAR1RLEVL
DOCTYFI-SL Document Type DOCTYCHAR2T889DOCTYBAR
RSUBDSubgroup RSUBDCHAR3T852RSUBDGSG
RMVCTTransaction Type RMVCTCHAR3T856RMVCT
RYACQYear of acquisition RYACQCHAR4GJAHRCJAHR
RPACQPeriod of Acquisition RPACQNUMC3NUM03
OCLNTOriginal client OCLNTNUMC3NUM3
ADFLD1First additional field for user-defined account assignments ADFLD1CHAR10T85AADFLD1FK_ADFLD1
ADFLD2Second additional field for user-defined account assignments ADFLD2CHAR10T85BADFLD2FK_ADFLD2
ADFLD3Third additional field for user-defined account assignments ADFLD3CHAR10T85CADFLD3FK_ADFLD3
SCOMPCompany SCOMP_DCHAR6T880ALPHARCOMPGCC
SACCTConsolidation item S_ITEMCHAR10T854ALPHARITEMH_T854
SBUSATrading partner's business area PARGBCHAR4TGSBGSBERGSB
SASSCCompany ID of trading partner SASSCCHAR6T880ALPHARCOMPPGS
UPDHPHighest update period UPDHPNUMC3POPER
TSLValue in Transaction Currency VTCUR9CURR17(2) WERTV9
HSLValue in local currency VLCUR9CURR17(2) WERTV9
KSLValue in group currency VGCUR9CURR17(2) WERTV9
MSLQuantity QUAN1QUAN15(3) MENG8
ASLAdditional Quantity QUAN2QUAN15(3) MENG8
AUNITAdditional unit of measure AUNITUNIT3T006CUNITMEINS
SGTXTItem Text SGTXTCHAR50TEXT50
AUTOMIndicator: Automatic posting lines AUTOMCHAR1TEXT1
ACTIVBusiness Transaction GLVORCHAR4CHAR4
BVORGNumber of Cross-Company Code Posting Transaction BVORGCHAR16BVORG
BUDATPosting Date in the Document BUDATDATS8DATUM
WSDATValue Date for Currency Translation WSDATDATS8DATUMWSD
REFDOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
REFRYEARReference fiscal year REFGJAHRNUMC4GJAHRGJAHRGJR
REFDOCLNNumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
REFDOCCTDocument Type DOCCTCHAR1DOCCTGCT
REFACTIVBusiness Transaction GLVORCHAR4CHAR4
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
RVSDOCNRReverse Document Number STBLGCHAR10ALPHABELNR
ORNDOCNRDocument number of reversed document STBLNCHAR10ALPHABELNR
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWORGReference Organizational Units AWORGCHAR10AWORG
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

SELECT SINGLE *
FROM FILCA
INTO CORRESPONDING FIELDS OF WA_FILCA
WHERE...

How to access SAP table FILCA

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