ICRCLOG SAP (ICRC: Log Numbers of Automatic Reconciliation) Table details

Dictionary Type: Table
Description: ICRC: Log Numbers of Automatic Reconciliation




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




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

ICRCLOG is a standard SAP Table which is used to store ICRC: Log Numbers of Automatic Reconciliation data and is available within R/3 SAP systems depending on the version and release level.

The ICRCLOG table consists of various fields, each holding specific information or linking keys about ICRC: Log Numbers of Automatic Reconciliation data available in SAP. These include RCOMP (Company), VBUND (Company ID of trading partner), LOGHANDLE (Application Log: Log Handle).. 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: Cannot Be Enhanced


SAP ICRCLOG 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_DCHAR6Assigned to domainALPHARCOMPGCC
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
LOGHANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22

Key field Non-key field



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

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

SELECT SINGLE *
FROM ICRCLOG
INTO CORRESPONDING FIELDS OF WA_ICRCLOG
WHERE...

How to access SAP table ICRCLOG

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