SAP Table GEOCITY
ABAP/4 book: Geographical position of a city
GEOCITY (ABAP/4 book: 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 GEOCITY to other SAP tables.
GEOCITY table fields
Field | Data element | Checktable | Datatype | Length | Decimals | |||
---|---|---|---|---|---|---|---|---|
MANDT | Client | S_MANDT | T000 | CLNT | 3 | 0 | ||
CITY | City | S_CITY | CHAR | 20 | 0 | |||
LONGITUDE | Longitude | S_LONG | FLTP | 16 | 16 | |||
LATITUDE | Latitude | S_LATI | FLTP | 16 | 16 |
GEOCITY foreign key relationships
Table | Field | Foreign key table | Foreign key field | Check table | Check field | |
---|---|---|---|---|---|---|
GEOCITY | MANDT | GEOCITY | MANDT | T000 | Clients | MANDT |