ROI0_CP_GRATR_IO SAP (Structure for Compatibility Group and Attribute I/O) Structure details

Dictionary Type: Structure
Description: Structure for Compatibility Group and Attribute I/O




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




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

ROI0_CP_GRATR_IO 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 for Compatibility Group and Attribute I/O" 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_GRATR_IO TYPE ROI0_CP_GRATR_IO.

The ROI0_CP_GRATR_IO table consists of various fields, each holding specific information or linking keys about Structure for Compatibility Group and Attribute I/O data available in SAP. These include ATTR (Compatibility check Attributes), DESCR (Compatibility Group Description), OPERATOR (Compatibility Operator), OP_DESCR (Description of Compatible Operator).. 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_GRATR_IO 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
GRP_IDCompatibility group ID OI0_CP_GRP_IDCHAR10Assigned to domainOI0_CP_GRP_IDOI0_CPGRPIDOI0_CP_GRP_ID
ATTRCompatibility check Attributes OI0_CP_ATTRCHAR5Assigned to domainOI0_CP_ATTR
DESCRCompatibility Group Description OI0_CP_GRP_DESCRCHAR15OI0_CP_GRP_DESCR
OPERATORCompatibility Operator OI0_CP_OPCHAR10Assigned to domainOI0_CP_OP
OP_DESCRDescription of Compatible Operator OI0_CP_OP_DESCRCHAR40OI0_CP_OP_DESCR
VALUE1First Value of the Compatibility Attributes OI0_CP_VALUE1QUAN13(3) OI0_CP_VAL
UOM1UoM of 1st Value of Compatible Attribtues OI0_CP_UOM1UNIT3Assigned to domainCUNITMEINS
VALUE2Second Value of Compatible Attributes OI0_CP_VALUE2QUAN13(3) OI0_CP_VAL
UOM2UoM of Value2 OI0_CP_UOM2UNIT3Assigned to domainCUNITMEINS
MSG_TYPEMessage Type OI0_CP_MSG_TYPECHAR1OI0_CP_MSG_TYPE

Key field Non-key field



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

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

How to access SAP table ROI0_CP_GRATR_IO

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