ROIGAIO SAP (TD Compatibilities - Structure for Display in Screens) Structure details

Dictionary Type: Structure
Description: TD Compatibilities - Structure for Display in Screens




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




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

ROIGAIO 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 "TD Compatibilities - Structure for Display in Screens" 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_ROIGAIO TYPE ROIGAIO.

The ROIGAIO table consists of various fields, each holding specific information or linking keys about TD Compatibilities - Structure for Display in Screens data available in SAP. These include GROUPTEXT (TD compatibility group text), HELPTEXT (TD compatibility group help text), COMP_GROUP (TD product/compartment group), PROD_GROUP (TD product group).. 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)


SAP ROIGAIO 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
GROUPNAMETD compatibility groups OIG_CGRCHAR8OIG_CGR
GROUPTEXTTD compatibility group text OIG_CGRTCHAR40OIG_TEXT
HELPTEXTTD compatibility group help text OIG_CGRHTCHAR20OIG_CGRHT
COMP_GROUPTD product/compartment group OIG_CPCGCHAR8TOIGACALPHAOIG_CPCGOI6
PROD_GROUPTD product group OIG_PCGCHAR8TOIGAPALPHAOIG_PCGOI7
CUS_GROUPTD:customer compatibility group OIG_CCGCHAR8TOIGBCALPHAOIG_CCGOI8
VEH_GROUPTD vehicle group OIG_VCGCHAR8TOIGBVALPHAOIG_VCGOI9

Key field Non-key field



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

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

How to access SAP table ROIGAIO

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