Table/Structure Field list used by SAP ABAP Function Module G_GET_CLASS_FIELD_LIST (Erstellt eine Liste von Felde die zu einem Klasse gehören)
SAP ABAP Function Module
G_GET_CLASS_FIELD_LIST (Erstellt eine Liste von Felde die zu einem Klasse gehören) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | GB01 - BCLFIELD | Field that belongs to this class | ||
| 2 | GB01 - BCLTAB | Table name that can be used in this class. | ||
| 3 | GB01 - BOOLCLASS | Boolean class. Which fields can be used. | SOURCE VALUE(CLASSID) LIKE GB01-BOOLCLASS |
|
| 4 | GB01 - BOOLCLASS | Boolean class. Which fields can be used. | ||
| 5 | GB01 - CLASSTYPE | Class type: Read or write | SOURCE VALUE(CLASSTYPE) LIKE GB01-CLASSTYPE DEFAULT 'B' |
|
| 6 | GB01 - CLASSTYPE | Class type: Read or write | ||
| 7 | RGBL6 - FIELD | Field that belongs to this class | ||
| 8 | RGBL6 - TABLE | Table name that can be used in this class. | ||
| 9 | SYST - MANDT | ABAP System Field: Client ID of Current User | ||