SGEOCITY (Geographical position of a city) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link SGEOCITY to other SAP tables.
| Field | Data element | Checktable | Datatype | Length | Decimals | Possible values |
|---|---|---|---|---|---|---|
|
MANDT
Client
|
S_MANDT | T000 |
CLNT
|
3 | 0 | |
|
CITY
City
|
S_CITY |
CHAR
|
20 | 0 | ||
|
COUNTRY
Country Key
|
LAND1 |
CHAR
|
3 | 0 | ||
|
LATITUDE
Latitude
|
S_LATI |
FLTP
|
16 | 16 | ||
|
LONGITUDE
Longitude
|
S_LONG |
FLTP
|
16 | 16 |
| Table | Field | Foreign key table | Foreign key field | Check table | Check field |
|---|---|---|---|---|---|
| SGEOCITY | MANDT | SGEOCITY | MANDT |
T000
Clients
|
MANDT |