RBO_FIELDCAT SAP (Screen Element (GUI)) Structure details

Dictionary Type: Structure
Description: Screen Element (GUI)




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




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

RBO_FIELDCAT 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 "Screen Element (GUI)" 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_RBO_FIELDCAT TYPE RBO_FIELDCAT.

The RBO_FIELDCAT table consists of various fields, each holding specific information or linking keys about Screen Element (GUI) data available in SAP. These include GROUP1 (Modification group 1), GROUP2 (Modification group 2), GROUP3 (Modification group 3), GROUP4 (Modification group 4).. 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: Not classified


SAP RBO_FIELDCAT 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
SNAME Name of Screen Field0
GROUP1Modification group 1 SCRFGRP1CHAR3SCRPCHA3
GROUP2Modification group 2 SCRFGRP2CHAR3SCRPCHA3
GROUP3Modification group 3 SCRFGRP3CHAR3SCRPCHA3
GROUP4Modification group 4 SCRFGRP4CHAR3SCRPCHA3
REQUIREDEntry required DM_REQCHAR1DM_01
SINPUTInput control DM_INPCHAR1DM_01
SOUTPUTOutput field DM_OUTPCHAR1DM_01
INTENSIFIEDIntensified field DM_INTENSCHAR1DM_01
INVISIBLEField not visible DM_INVVCHAR1DM_01
LENGTHVisualized column width DM_VISLENINT13INT1
ACTIVEActive field DM_ACTIVECHAR1DM_01
DISPLAY_3DTwo-dimensional display for input/output fields SCRFNO3DCHAR1SCRPFLAG
VALUE_HELPDoes the field have an input help DDF4AVAILCHAR1DDBOOL
REQUEST Entry Exists0
SSTAT Field Status0

Key field Non-key field



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

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

How to access SAP table RBO_FIELDCAT

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