In this post, I will try and describe everything you need to know about the SAP gb01 table. What it is, including what type of data it stores.
A list of fields which make up the table structure and on an S/4Hana System for GB01 what does this table look like.
And what relationships it has with other SAP tables.
Also see here for example ABAP code to select data from GB01....Right lets get started!
Object Name: GB01
Dictionary Type: Transparent table
Description: Classes for Boolean Formulas
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
BOOLCLASS | BOOLCLASS | CHAR | 3(0) | GB02 | Boolean class. Which fields can be used. | BOOLCLASS | FG | |||||
CLASSTYPE | CLASSTYPE | CHAR | 1(0) | Class type: Read or write | BCLASSTYPE | FG | ||||||
BCLTAB | BCLTAB | CHAR | 30(0) | * | Table name that can be used in this class. | AS4TAB | FG | |||||
BCLFIELD | BCLFIELD | CHAR | 30(0) | * | Field that belongs to this class | FDNAME | FG | |||||
BEXCLUDE | BEXCLUDE | CHAR | 1(0) | Indicator: Field cannot be used in rule | XFELD | FG |