ICRCA SAP (ICRC: Items to be Reconciled) Table details

Dictionary Type: Table
Description: ICRC: Items to be Reconciled




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




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

ICRCA is a standard SAP Table which is used to store ICRC: Items to be Reconciled data and is available within R/3 SAP systems depending on the version and release level.

The ICRCA table consists of various fields, each holding specific information or linking keys about ICRC: Items to be Reconciled data available in SAP. These include RCOMP (Company), VBUND (Company ID of trading partner), BUKRS (Company Code), BELNR (Accounting Document Number).. 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 ICRCA 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
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
VBUNDCompany ID of trading partner RASSCCHAR6T880ALPHARCOMPPGS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
UMSKZSpecial G/L Indicator UMSKZCHAR1T074UUMSKZ
KOARTAccount Type KOARTCHAR1KOART
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
BLARTDocument Type BLARTCHAR2T003BLARTBAR
BSCHLPosting Key BSCHLCHAR2TBSLBSCHL
FDNAMICRC: Name of Field Used for Reconciliation ICRCFDNAMCHAR30Assigned to domainFDNAME
FDCONICRC: Reconciliation Criterion ICRCFDCONCHAR30CHAR30LOW
STATUSICRC: Processing Status of Item ICRCDOCSTACHAR1ICRCDOCSTATUS
ZSTATICRC Indicator: Related Items Were Held ICRCZSTATCHAR1ICRCZSTAT
REFNRICRC: Reference Number for Related Invoice Items ICRCREFNRCHAR27ICRCREFNR
REFDTICRC: Date Specifies When Document Group Was Created ICRCREFDTDATS8DATUM
UNAMEUser Name UNAMECHAR12UNAME
XWBALICRC: Item Is Open and Cannot Be Assigned Automatically ICRCXWBALCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM ICRCA
INTO CORRESPONDING FIELDS OF WA_ICRCA
WHERE...

How to access SAP table ICRCA

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