SAP RCOCRIF Screeen Fields for Process Data Evaluation Table data and field list

RCOCRIF is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Screeen Fields for Process Data Evaluation" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RCOCRIF TYPE RCOCRIF.

The RCOCRIF table consists of various fields, each holding specific information or linking keys about Screeen Fields for Process Data Evaluation data available in SAP. These include RPSTR (Evaluation version for process messages), RPKTX (Description of the Evaluation Version), MSCLA (Process Message Category), BID (Process order)... 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. .

RCOCRIF structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP RCOCRIF structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the RCOCRIF table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
WERKPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
RPSTREvaluation version for process messages CO_RPSTRCHAR8CORPCO_RPSTRRPS
RPKTXDescription of the Evaluation Version CO_RPKTXCHAR30TEXT30
MSCLAProcess Message Category CO_MELDGCHAR8TC50CO_COSTRMEC
BIDProcess order CO_BIDCHAR12ALPHACO_BID
DATVFrom creation date CO_DATVDATS8DATUM
DATBTo creation date CO_DATBDATS8DATUM
X_MKMMessage characteristic on X axis CO_XMKMCHAR30ATNAM
Y_MKMMessage characteristic on Y axis CO_YMKMCHAR30ATNAM
Z_MKMMessage characteristic on Z axis CO_ZMKMCHAR30ATNAM
X_MKM_BEZCharacteristic description ATBEZCHAR30TEXT30
Y_MKM_BEZCharacteristic description ATBEZCHAR30TEXT30
Z_MKM_BEZCharacteristic description ATBEZCHAR30TEXT30
RPSTR_2Evaluation version for process messages CO_RPSTRCHAR8Assigned to domainCO_RPSTRRPS
RPKTX_2Description of the Evaluation Version CO_RPKTXCHAR30TEXT30

Key field Non-key field



How do I retrieve data from SAP structure RCOCRIF using ABAP code?

As RCOCRIF is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RCOCRIF as there is no data to select.

How to access SAP table RCOCRIF

Within an ECC or HANA version of SAP you can also view further information about RCOCRIF and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).