PLANFLI - ABAP/4 book: Connection offers for flights
ABAP/4 book: Connection offers for flights information is stored in SAP table PLANFLI.
It is part of development package SABB in software component BC-DWB-UTL. This development package consists of objects that can be grouped under "Example Objects for the ABAP Manual".
It is part of development package SABB in software component BC-DWB-UTL. This development package consists of objects that can be grouped under "Example Objects for the ABAP Manual".
Fields for table PLANFLI
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| MANDT | Client | X | S_MANDT | CLNT | 3 | T000 |
| CARRID | Airline Code | X | S_CARR_ID | CHAR | 3 | CARRIERS |
| CONNID | Flight Connection Number | X | S_CONN_ID | NUMC | 4 | * |
| CITYFROM | Departure city | S_FROM_CIT | CHAR | 20 | GEOCITY | |
| AIRPFROM | Departure airport | S_FROMAIRP | CHAR | 3 | * | |
| CITYTO | Arrival city | S_TO_CITY | CHAR | 20 | GEOCITY | |
| AIRPTO | Destination airport | S_TOAIRP | CHAR | 3 | * | |
| FLTIME | Flight time | S_FLTIME | INT4 | 4 | ||
| DEPTIME | Departure time | S_DEP_TIME | TIMS | 6 | ||
| ARRTIME | Arrival time | S_ARR_TIME | TIMS | 6 | ||
| DISTANCE | Distance | S_DISTANCE | QUAN | 5 | ||
| DISTID | Mass unit of distance (kms, miles) | S_DISTID | UNIT | 3 | * |