FBICRC001T SAP (ICRC: Open Items GL Accounts: Totals) Table details

Dictionary Type: Table
Description: ICRC: Open Items GL Accounts: Totals




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




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

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

The FBICRC001T table consists of various fields, each holding specific information or linking keys about ICRC: Open Items GL Accounts: Totals data available in SAP. These include RLDNR (Ledger), RRCTY (Record Type), RVERS (Version), RYEAR (Fiscal Year).. 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 FBICRC001T 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
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
RRCTYRecord Type RRCTYCHAR1RRCTY
RVERSVersion RVERSCHAR3T894ALPHARVERSGVS
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ROBJNRObject number for objects (account assignment elements) GOBJNR_RCHAR18OBJNR
COBJNRObject number for transaction attributes GOBJNR_CCHAR18OBJNR
SOBJNRObject number for partner objects (accnt assignmnt elements) GOBJNR_SCHAR18OBJNR
RTCURCurrency Key RTCURCUKY5TCURCWAERSFWS
DRCRKDebit/Credit Indicator SHKZGCHAR1SHKZG
RPMAXPeriod RPMAXNUMC3RPMAX
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
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
TSLVTBalance carried forward in transaction currency TSLVT9CURR17(2) WERTV9
TSL01Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL02Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL03Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL04Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL05Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL06Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL07Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL08Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL09Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL10Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL11Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL12Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL13Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL14Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL15Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
TSL16Total of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
CSPREDDistribution key for currency amounts CSPREDCHAR4T821SSPREDGSP
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM FBICRC001T
INTO CORRESPONDING FIELDS OF WA_FBICRC001T
WHERE...

How to access SAP table FBICRC001T

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