ICRCS SAP (ICRC: Status of Data Procurement) Table details

Dictionary Type: Table
Description: ICRC: Status of Data Procurement




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




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

ICRCS is a standard SAP Table which is used to store ICRC: Status of Data Procurement data and is available within R/3 SAP systems depending on the version and release level.

The ICRCS table consists of various fields, each holding specific information or linking keys about ICRC: Status of Data Procurement data available in SAP. These include RCOMP (Company), VBUND (Company ID of trading partner), SELDAT (ICRC: Date of Last Data Procurement), SELTIM (ICRC: Time of Last Data Procurement).. 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)


SAP ICRCS 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 MANDTCLNT3T000MANDT
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
VBUNDCompany ID of trading partner RASSCCHAR6T880ALPHARCOMPPGS
SELDATICRC: Date of Last Data Procurement ICRCDATSELDATS8DATUM
SELTIMICRC: Time of Last Data Procurement ICRCTIMSELTIMS6UZEIT
KEYDTOpen Items at Key Date ALLGSTIDDATS8DATUM
JOBDATICRC: Start Date of Last Data Procurement Job ICRCDATJOBDATS8DATUM
JOBTIMICRC: Start Time of Last Data Procurement Job ICRCTIMJOBTIMS6UZEIT
STATUSICRC: Status of Data Procurement ICRCSELSTACHAR1ICRCSTATUS
STADATICRC: Date of Last Status ICRCDATSTADATS8DATUM
STATIMICRC: Time of Last Status ICRCTIMSTATIMS6UZEIT
UNAMEUser Name UNAMECHAR12UNAME
OPITMClear Customer and Vendor Items with Each Other? ICRC_OPITMCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM ICRCS
INTO CORRESPONDING FIELDS OF WA_ICRCS
WHERE...

How to access SAP table ICRCS

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