SAP table GEOCITY (ABAP/4 book: Geographical position of a city)

SAP table GEOCITY has 2 primary key fields being MANDT,CITY.

If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.

Field Description Data Type Length Decimals Checktable Data Element
MANDT Client CLNT 3 0 T000 S_MANDT
CITY City CHAR 20 0 * S_CITY
LONGITUDE Longitude FLTP 16 16 S_LONG
LATITUDE Latitude FLTP 16 16 S_LATI

GEOCITY foreign key relationships

Table Field Check Table Check Field
0 GEOCITY MANDT T000 Clients MANDT