TA21L SAP (IATA Locations) Table details

Dictionary Type: Table
Description: IATA Locations




ABAP Code to SELECT data from TA21L
Related tables to TA21L
Access table TA21L




Table field list including key, data, relationships and ABAP select examples

TA21L is a standard SAP Table which is used to store IATA Locations data and is available within R/3 SAP systems depending on the version and release level.

The TA21L table consists of various fields, each holding specific information or linking keys about IATA Locations data available in SAP. These include LOCID (IATA location), ADD_NAME (Additional Description for IATA Location), COUNTRY (Country Key), REGION (STATE (State, Province, County)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TA21L1


SAP TA21L table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
LOCIDIATA location IATA_LOCATIONCHAR3FTPD_IATA_LOCATION
ADD_NAMEAdditional Description for IATA Location NAME_ADDITIONCHAR30TEXT30
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
REGIONSTATE (State, Province, County) REGIOCHAR3T005SREGIO
REGIO_1ARegion (IATA Code) REGION_1ACHAR2CHAR2
REF_LOCIDReference to an IATA location REF_IATA_LOCATIONCHAR3TA21LFTPD_IATA_LOCATION
LOC_TYPEType of IATA location IATA_LOCATION_TYPECHAR5FTPD_IATA_LOCATION_TYPE
TIME_ZONETime zone (Amadeus-specific) AMADEUS_TIME_ZONECHAR3CHAR3
TIME_DIFFTime difference from GMT (in 1/4 hrs) TIME_DIFFCHAR2CHAR2
TIME_INDTime difference operator (before or after GMT) TIME_INDCHAR1FTPD_TIME_IND
IND_CITYIndicator: Location is a city IND_CITYCHAR1CHAR1_X
IND_CITYAPTIndicator: Location is an airport IND_CITYAPTCHAR1CHAR1_X
IND_MULTAPTIndicator: Location groups airports IND_MULTAPTCHAR1CHAR1_X
IND_IATAIndicator: Location is an IATA location IND_IATACHAR1CHAR1_X
LONGITUDELongitude of location LONGITUDENUMC7NUMC07
LONGITUDE_OOrientation of longitude of location LONGITUDE_OCHAR1FTPD_LONGITUDE_O
LATITUDELatitude of location LATITUDENUMC6NUMC06
LATITUDE_OLatitude orientation of location LATITUDE_OCHAR1FTPD_LATITUDE_O
DISTDistance to Town DISTNUMC3NUMC03
DISTANCE_ORIENTOrientation for distance to town DIST_ORIENTCHAR2CHAR2
.INCLU--AP 0
IND_INACTAPTLocation Is Not an Active Airport IND_INACTAPTCHAR1CHAR1_X
DLSAVING_TIMEDIFDaylight Saving: Time difference in 1/4 hours to normal time DAYLIGHTSAVING_TIMEDIFFCHAR2CHAR2
DLSAVING_1_BEGDADaylight saving time period: Begin date DAYLIGHTSAVING_BEGDADATS8DATS
DLSAVING_1_ENDDADaylight saving time period: End date DAYLIGHTSAVING_ENDDADATS8DATS
DLSAVING_2_BEGDADaylight saving time period: Begin date DAYLIGHTSAVING_BEGDADATS8DATS
DLSAVING_2_ENDDADaylight saving time period: End date DAYLIGHTSAVING_ENDDADATS8DATS

Key field Non-key field



How do I retrieve data from SAP table TA21L using ABAP code

The following ABAP code Example will allow you to do a basic selection on TA21L to SELECT all data from the table
DATA: WA_TA21L TYPE TA21L.

SELECT SINGLE *
FROM TA21L
INTO CORRESPONDING FIELDS OF WA_TA21L
WHERE...

How to access SAP table TA21L

Within an ECC or HANA version of SAP you can also view further information about TA21L and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!