FBICRC002A SAP (ICRC: GL Accounts: Documents) Table details

Dictionary Type: Table
Description: ICRC: GL Accounts: Documents




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




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

FBICRC002A is a standard SAP Table which is used to store ICRC: GL Accounts: Documents data and is available within R/3 SAP systems depending on the version and release level.

The FBICRC002A table consists of various fields, each holding specific information or linking keys about ICRC: GL Accounts: Documents 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 FBICRC002A 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
DRCRKDebit/Credit Indicator SHKZGCHAR1SHKZG
POPERPosting period POPERNUMC3POPERPOPR
DOCCTDocument Type DOCCTCHAR1DOCCTGCT
DOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOCLNSix-Character Posting Item for Ledger DOCLN6CHAR6DOCLN6
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
SEQNRSegment number within a cycle SQNRNUMC4Assigned to domainSQNR
ROBUKRSOriginal company code OBUKRCHAR4T001BUKRS
RACCTGroup Account Number BILKTCHAR10Assigned to domainALPHASAKNR
RASSCCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
RTYPERecord Type FB_ICRC_RTYPECHAR1FB_ICRC_RTYPE
TSLValue in Transaction Currency VTCUR9CURR17(2) WERTV9
SGTXTItem Text SGTXTCHAR50TEXT50
DOCTYFI-SL Document Type DOCTYCHAR2T889DOCTYBAR
ACTIVBusiness Transaction GLVORCHAR4CHAR4
BUDATPosting Date in the Document BUDATDATS8DATUM
WSDATValue Date for Currency Translation WSDATDATS8DATUMWSD
REFDOCNRReference document number of an accounting document REFBELNRCHAR10ALPHABELNRBLN
REFRYEARReference fiscal year REFGJAHRNUMC4GJAHRGJAHRGJR
REFDOCLNSix-digit number of the reference posting line REFBUZEI6NUMC6BUZEI6BUZ
REFDOCCTReference document category REFDOCCTCHAR1DOCCTGCT
REFACTIVFI-SL Business Reference Transaction REFGLVORCHAR4CHAR4
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
AWTYPReference Transaction AWTYPCHAR5TTYPAWTYP
AWORGReference Organizational Units AWORGCHAR10AWORG
DOCDTDocument Date in Document BLDATDATS8DATUM
REFNRReference Number FB_ICRC_REFNRCHAR30CHAR30LOW
GRREFDocument Group Number FB_ICRC_GROUPREFCHAR18ALPHAFB_ICRC_GROUPREF
PSTATProcessing Status FB_ICRC_PSTATNUMC3NUMC3
CSTATCommunication Status FB_ICRC_CSTATNUMC3NUMC3
OSIRIDRecord number of the line item record GU_RECIDCHAR18OBJNROBN
FAGL_RCLNTClient MANDTCLNT3Assigned to domainMANDT
FAGL_RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FAGL_DOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
FAGL_RLDNRLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
FAGL_RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FAGL_DOCLNSix-Character Posting Item for Ledger DOCLN6CHAR6DOCLN6

Key field Non-key field



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

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

SELECT SINGLE *
FROM FBICRC002A
INTO CORRESPONDING FIELDS OF WA_FBICRC002A
WHERE...

How to access SAP table FBICRC002A

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