ROI0_CP_MSG_TAB SAP (Compatibility Message Structure) Structure details

Dictionary Type: Structure
Description: Compatibility Message Structure




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




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

ROI0_CP_MSG_TAB 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 "Compatibility Message Structure" 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_ROI0_CP_MSG_TAB TYPE ROI0_CP_MSG_TAB.

The ROI0_CP_MSG_TAB table consists of various fields, each holding specific information or linking keys about Compatibility Message Structure data available in SAP. These include GRP1_ATTR (Compatibility check Attributes), GRP1_OP (Compatibility Operator), GRP1_VAL1 (First Value of the Compatibility Attributes), GRP1_UOM1 (UoM of 1st Value of Compatible Attribtues).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROI0_CP_MSG_TAB structure 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
GRP1_IDCompatibility group ID OI0_CP_GRP_IDCHAR10TOI0_CP_GRPOI0_CP_GRP_IDOI0_CPGRPIDOI0_CP_GRP_ID
GRP1_ATTRCompatibility check Attributes OI0_CP_ATTRCHAR5TOI0_CP_ATTROI0_CP_ATTR
GRP1_OPCompatibility Operator OI0_CP_OPCHAR10TOI0_CP_OPOI0_CP_OP
GRP1_VAL1First Value of the Compatibility Attributes OI0_CP_VALUE1QUAN13(3) OI0_CP_VAL
GRP1_UOM1UoM of 1st Value of Compatible Attribtues OI0_CP_UOM1UNIT3T006CUNITMEINS
GRP1_VAL2Second Value of Compatible Attributes OI0_CP_VALUE2QUAN13(3) OI0_CP_VAL
GRP1_UOM2UoM of Value2 OI0_CP_UOM2UNIT3T006CUNITMEINS
GRP2_IDCompatibility group ID OI0_CP_GRP_IDCHAR10TOI0_CP_GRPOI0_CP_GRP_IDOI0_CPGRPIDOI0_CP_GRP_ID
GRP2_ATTRCompatibility check Attributes OI0_CP_ATTRCHAR5TOI0_CP_ATTROI0_CP_ATTR
GRP2_OPCompatibility Operator OI0_CP_OPCHAR10TOI0_CP_OPOI0_CP_OP
GRP2_VAL1First Value of the Compatibility Attributes OI0_CP_VALUE1QUAN13(3) OI0_CP_VAL
GRP2_UOM1UoM of 1st Value of Compatible Attribtues OI0_CP_UOM1UNIT3T006CUNITMEINS
GRP2_VAL2Second Value of Compatible Attributes OI0_CP_VALUE2QUAN13(3) OI0_CP_VAL
GRP2_UOM2UoM of Value2 OI0_CP_UOM2UNIT3T006CUNITMEINS
MSG_TYPEMessage Type of Compatibility Check OI0_CP_RET_MSG_TYPECHAR1OI0_CP_RET_MSG_TYPE
MSG_CLASSApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
MSG_NBRMessage number MSGNRCHAR3Assigned to domainMSGNR
MSG_ARG1Message Variable OI0_CP_ARGCHAR50OI0_CP_ARG
MSG_ARG2Message Variable OI0_CP_ARGCHAR50OI0_CP_ARG
MSG_ARG3Message Variable OI0_CP_ARGCHAR50OI0_CP_ARG
MSG_ARG4Message Variable OI0_CP_ARGCHAR50OI0_CP_ARG

Key field Non-key field



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

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

How to access SAP table ROI0_CP_MSG_TAB

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