RGBLO SAP (Validation: ITAB for GBLO Function Module) Structure details

Dictionary Type: Structure
Description: Validation: ITAB for GBLO Function Module




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




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

RGBLO 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 "Validation: ITAB for GBLO Function Module" 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_RGBLO TYPE RGBLO.

The RGBLO table consists of various fields, each holding specific information or linking keys about Validation: ITAB for GBLO Function Module data available in SAP. These include VALUSER (Validation/substitution application area), VALEVENT (Validation/Substitution callup point), SUBSCLASS (Boolean class. Which fields can be used.), BOOLCLASS (Boolean class. Which fields can be used.).. 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 RGBLO 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
MANDTClient MANDTCLNT3T000MANDT
VALUSERValidation/substitution application area VALUSERCHAR2GB03VALUSER
VALEVENTValidation/Substitution callup point VALEVENTNUMC4GB31VALEVENT
SUBSCLASSBoolean class. Which fields can be used. BOOLCLASSCHAR3GB02ALPHABOOLCLASS
BOOLCLASSBoolean class. Which fields can be used. BOOLCLASSCHAR3GB02ALPHABOOLCLASS
BOOLIDBoolean rule name BOOL_IDCHAR11GB90BOOL_IDGBR
VALIDValidation VALIDCHAR7GB93VALIDATION
SUBSTIDSubstitution name SUBST_IDCHAR7GB92SUBSTIDGBU
MSGIDMessage Class ARBGBTNCHAR20T100AARBGB
BOOLTEXTBoolean rule description BOOLTEXTCHAR35TEXT35
VALTEXTValidation description VALTEXTCHAR35TEXT35
SUBTEXTSubstitution text SUBSTEXTCHAR35TEXT35
VALUSERTXTDescription of validation/substitution application area VALUSERTXTCHAR35TEXT35
VALEVENTXTValidation/substitution callup point text VALEVENTXTCHAR35TEXT35
BOOLPROTOBoolean rule name BOOL_IDCHAR11GB90BOOL_IDGBR
VALIDPROTOValidation VALIDCHAR7GB93VALIDATION
SUBSTPROTOSubstitution name SUBST_IDCHAR7GB92SUBSTIDGBU
BOOLNICKNMName of Boolean rule user BOOLNICKNMCHAR12CHAR12
BOOLNICKTPType of application rule BOOLNICKTPCHAR30CHAR30
BOOLEXPSRCCharacter string searched for in a Boolean statement BOOLEXPSRCCHAR30CHAR30
FLDDESCSRCCharacter string searched for in a field description FLDDESCSRCCHAR20SCRTEXT_M
EXITSUBSRCCharacter string searched for in a substitution exit EXITSUBSRCCHAR5EXIT_NR_G
SUBSVALSRCCharacter string searched for in a substitution value SUBSVALSRCCHAR24SUBSVAL
VALSEVEREValidation message type VALSEVERECHAR1MSGSEVERE
VALMSGMessage number of validation VALMSGCHAR3Assigned to domainMSGNR
AUTHGRAuthorization Group BRGRUCHAR4Assigned to domainBRGRU
SETSCheckbox XFELDCHAR1XFELD
GB93Checkbox XFELDCHAR1XFELD
GB92Checkbox XFELDCHAR1XFELD
GB90Checkbox XFELDCHAR1XFELD
T100Checkbox XFELDCHAR1XFELD
MSADCheckbox XFELDCHAR1XFELD
GB01Checkbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RGBLO

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