The GEOOBJR table in SAP ERP or S/4HANA stores Gen. object ref. (customer, plant, …) data. There are total 11 fields in GEOOBJR table. The Gen. object ref. (customer, plant, …) 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 GEOOBJR table. It is in R/3 Central Basis Development: Geo Locations (SZGL) ABAP package and is part of the Geographical Functions (BC-SRV-GEO) module.
SAP GEOOBJR Table Fields
Following is the list of fields that are available in SAP GEOOBJR table. The primary key fields of the table are CLIENT (Client), GUIDOBJR (GUID 16).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| GUIDOBJR | GUID 16 | GEOGUID | RAW (16) | |
| OBJKEY | Object key | SWO_TYPEID | CHAR (70) | |
| OBJTYPE | Object Type | SWO_OBJTYP | * | CHAR (10) |
| OBJSUBTYPE | Object Type | SWO_OBJTYP | * | CHAR (10) |
| LOGSYS | Logical system | LOGSYS | * | CHAR (10) |
| GUIDLOC | GUID 16 | GEOGUID | GEOLOC | RAW (16) |
| CREATED | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| CREATEDBY | User Name | UNAME | CHAR (12) | |
| CHANGED | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| CHANGEDBY | User Name | UNAME | CHAR (12) |


