The GTABLES table in SAP ERP or S/4HANA stores List Tables with Global RFC Interface data. There are total 5 fields in GTABLES table. The List Tables with Global RFC Interface table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of GTABLES table. It is in Access to Global Tables (SDIT) ABAP package and is part of the Change & Transport System (BC-CTS) module.
SAP GTABLES Table Fields
Following is the list of fields that are available in SAP GTABLES table. The primary key fields of the table are TABNAME (Object Name for Global Objects), PARENT (Object Name for Global Objects).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| TABNAME | Object Name for Global Objects | GOBJ_NAME | CHAR (40) | |
| PARENT | Object Name for Global Objects | GOBJ_NAME | CHAR (40) | |
| TABTYPE | Global Object Type | GOBJ_TYPE | CHAR (1) | |
| POOL | Function group, to which the function module belongs | RS38L_AREA | TLIBG | CHAR (26) |
| VIEWNAME | Object Name for Global Objects | GOBJ_NAME | CHAR (40) |


