SAP Table PLANFLI

ABAP/4 book: Connection offers for flights

PLANFLI (ABAP/4 book: Connection offers for flights) 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 PLANFLI to other SAP tables.

PLANFLI table fields

Field Data element Checktable Datatype Length Decimals
MANDT Client S_MANDT T000 CLNT 3 0
CARRID Airline Code S_CARR_ID CARRIERS CHAR 3 0
CONNID Flight Connection Number S_CONN_ID NUMC 4 0
CITYFROM Departure city S_FROM_CIT GEOCITY CHAR 20 0
AIRPFROM Departure airport S_FROMAIRP CHAR 3 0
CITYTO Arrival city S_TO_CITY GEOCITY CHAR 20 0
AIRPTO Destination airport S_TOAIRP CHAR 3 0
FLTIME Flight time S_FLTIME INT4 10 0
DEPTIME Departure time S_DEP_TIME TIMS 6 0
ARRTIME Arrival time S_ARR_TIME TIMS 6 0
DISTANCE Distance S_DISTANCE QUAN 9 4
DISTID Mass unit of distance (kms, miles) S_DISTID UNIT 3 0

PLANFLI foreign key relationships

Table Field Foreign key table Foreign key field Check table Check field
PLANFLI CARRID PLANFLI MANDT CARRIERS ABAP/4 book: Airlines MANDT
PLANFLI CARRID PLANFLI CARRID CARRIERS ABAP/4 book: Airlines CARRID
PLANFLI CITYFROM PLANFLI MANDT GEOCITY ABAP/4 book: Geographical position of a city MANDT
PLANFLI CITYFROM PLANFLI CITYFROM GEOCITY ABAP/4 book: Geographical position of a city CITY
PLANFLI CITYTO PLANFLI CITYTO GEOCITY ABAP/4 book: Geographical position of a city CITY
PLANFLI CITYTO PLANFLI MANDT GEOCITY ABAP/4 book: Geographical position of a city MANDT
PLANFLI MANDT PLANFLI MANDT T000 Clients MANDT