SAP RCPS_COMPARE Structure with Calculated and Saved Formula Values Table data and field list

RCPS_COMPARE 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 "Structure with Calculated and Saved Formula Values" 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_RCPS_COMPARE TYPE RCPS_COMPARE.

The RCPS_COMPARE table consists of various fields, each holding specific information or linking keys about Structure with Calculated and Saved Formula Values data available in SAP. These include FORMULA (Recipe Formula), PO_FLG (Primary Output), POSNR (Number of a Material or Substance Item), STD_ALT_FLG (Standard Item)... 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. .

RCPS_COMPARE structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RCPS_COMPARE 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 RCPS_COMPARE 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
RECIPE_NAMERecipe RCPE_PNODE_RCPCHAR40CHAR40RCPE_RECIPE
FORMULARecipe Formula FRMLE_FRMLIDCHAR12CHRI2FRMLD_SUBID
PO_FLGPrimary Output FRMLE_PO_FLGCHAR1FRMLD_FLAG
POSNRNumber of a Material or Substance Item FRMLE_POSNRNUMC4FRMLD_POSNR
STD_ALT_FLGStandard Item FRMLE_STDALT_FLGCHAR1FRMLD_FLAG
MATNRMaterial Number of an Item FRMLE_MATNRCHAR18Assigned to domainMATN1MATNRMATMAT1
SUBIDSubstance FRMLE_SUBIDCHAR12SPEC1ESDSUBID
ROLEComponent Type (Material, Substance, or Stream Item) FRMLE_ROLECHAR10Assigned to domainESDCOMPCAT
COMPTGT_FLTCalculated Mass RCPE_COMPTGT_FLTFLTP16(16) FLTP
COMPTGTCalculated Quantity of a Material or Substance Item RCPE_COMPTGTQUAN12(6) EHSBD_QUAN6_6
UNITCalculated Unit of Measure of a Material or Substance Item RCPE_UNITUNIT3Assigned to domainCUNITMEINS
COMPTGT_FLT_SSaved Mass RCPE_COMPTGT_FLT_SFLTP16(16) FLTP
COMPTGT_SSaved Quantity of a Material or Substance Item RCPE_COMPTGT_SQUAN12(6) EHSBD_QUAN6_6
UNIT_SSaved Unit of Measure of a Material or Substance Item RCPE_UNIT_SUNIT3Assigned to domainCUNITMEINS
ICONTest Status RCPE_ICON_COMPARECHAR4Assigned to domainICON

Key field Non-key field



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

As RCPS_COMPARE 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 RCPS_COMPARE as there is no data to select.

How to access SAP table RCPS_COMPARE

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

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