GB9700I SAP (Validation maintenance: Single step screen) Structure details

Dictionary Type: Structure
Description: Validation maintenance: Single step screen




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




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

GB9700I 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 maintenance: Single step screen" 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_GB9700I TYPE GB9700I.

The GB9700I table consists of various fields, each holding specific information or linking keys about Validation maintenance: Single step screen data available in SAP. These include VALSPTEXT (Validation step description), VALMSG (Message number of validation), MSGTXT (Validation message), MSGTAB1 (Table name of variables used in the message).. 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 GB9700I 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
VALSEQNRNumber of a validation step VALSEQNRCHAR3Assigned to domainVALIDSEQNR
VALSPTEXTValidation step description VALSPTEXTCHAR35TEXT35
VALMSGMessage number of validation VALMSGCHAR3T100MSGNR
MSGTXTValidation message VALTXTCHAR60TEXT60
MSGTAB1Table name of variables used in the message MSGTABCHAR30Assigned to domainAS4TAB
MSGFIELD1Field name of variables used in the message MSGFIELDCHAR30Assigned to domainFDNAME
MSGTAB2Table name of variables used in the message MSGTABCHAR30Assigned to domainAS4TAB
MSGFIELD2Field name of variables used in the message MSGFIELDCHAR30Assigned to domainFDNAME
MSGTAB3Table name of variables used in the message MSGTABCHAR30Assigned to domainAS4TAB
MSGFIELD3Field name of variables used in the message MSGFIELDCHAR30Assigned to domainFDNAME
MSGTAB4Table name of variables used in the message MSGTABCHAR30Assigned to domainAS4TAB
MSGFIELD4Field name of variables used in the message MSGFIELDCHAR30Assigned to domainFDNAME
CONDEXP1A line from a complete Boolean statement BOOLEXPCHAR60TEXT60
CONDEXP2A line from a complete Boolean statement BOOLEXPCHAR60TEXT60
CONDEXP3A line from a complete Boolean statement BOOLEXPCHAR60TEXT60
CONDEXP4A line from a complete Boolean statement BOOLEXPCHAR60TEXT60
CONDEXP5A line from a complete Boolean statement BOOLEXPCHAR60TEXT60
CONDEXP6A line from a complete Boolean statement BOOLEXPCHAR60TEXT60
CHCKEXP1A line from a complete Boolean statement BOOLEXPCHAR60TEXT60
CHCKEXP2A line from a complete Boolean statement BOOLEXPCHAR60TEXT60
CHCKEXP3A line from a complete Boolean statement BOOLEXPCHAR60TEXT60
CHCKEXP4A line from a complete Boolean statement BOOLEXPCHAR60TEXT60
CHCKEXP5A line from a complete Boolean statement BOOLEXPCHAR60TEXT60
CHCKEXP6A line from a complete Boolean statement BOOLEXPCHAR60TEXT60
VALSEVEREValidation message type VALSEVERECHAR1MSGSEVERE
OLDSEQNRNumber of a validation step VALSEQNRCHAR3Assigned to domainVALIDSEQNR
XCONDMOREThe complete Boolean statement is not displayed MLINECHAR1XFELD
XCHCKMOREThe complete Boolean statement is not displayed MLINECHAR1XFELD
MULTILINEIndicator: Step is executed for the complete structure MULTILINECHAR1XFELD
WORKFLOWIndicator: Trigger workflow from validation BOOLWFLOWCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table GB9700I

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