The CARRIERS table in SAP ERP or S/4HANA stores ABAP/4 book: Airlines data. There are total 4 fields in CARRIERS table. The ABAP/4 book: Airlines 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 CARRIERS table. It is in Example Objects for the ABAP Manual (SABB) ABAP package and is part of the Workbench Utilities (BC-DWB-UTL) module.
SAP CARRIERS Table Fields
Following is the list of fields that are available in SAP CARRIERS table. The primary key fields of the table are MANDT (Client), CARRID (Airline Code).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | S_MANDT | T000 | CLNT (3) |
| CARRID | Airline Code | S_CARR_ID | * | CHAR (3) |
| CARRNAME | Airline name | S_CARRNAME | CHAR (20) | |
| CURRCODE | Local currency of airline | S_CURRCODE | * | CUKY (5) |


