PLANFLI SAP (ABAP/4 book: Connection offers for flights) Table details

Dictionary Type: Table
Description: ABAP/4 book: Connection offers for flights




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




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

PLANFLI is a standard SAP Table which is used to store ABAP/4 book: Connection offers for flights data and is available within R/3 SAP systems depending on the version and release level.

The PLANFLI table consists of various fields, each holding specific information or linking keys about ABAP/4 book: Connection offers for flights data available in SAP. These include CARRID (Airline Code), CONNID (Flight Connection Number), CITYFROM (Departure city), AIRPFROM (Departure airport).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP PLANFLI 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 S_MANDTCLNT3T000MANDT
CARRIDAirline Code S_CARR_IDCHAR3CARRIERSS_CARR_IDCARS_CARRIER_ID
CONNIDFlight Connection Number S_CONN_IDNUMC4Assigned to domainS_CONN_IDCON
CITYFROMDeparture city S_FROM_CITCHAR20GEOCITYS_CITY
AIRPFROMDeparture airport S_FROMAIRPCHAR3Assigned to domainS_AIRPID
CITYTOArrival city S_TO_CITYCHAR20GEOCITYS_CITY
AIRPTODestination airport S_TOAIRPCHAR3Assigned to domainS_AIRPID
FLTIMEFlight time S_FLTIMEINT410SDURAS_DURA
DEPTIMEDeparture time S_DEP_TIMETIMS6S_TIME
ARRTIMEArrival time S_ARR_TIMETIMS6S_TIME
DISTANCEDistance S_DISTANCEQUAN9(4) S_DISTANCE
DISTIDMass unit of distance (kms, miles) S_DISTIDUNIT3Assigned to domainCUNITMEINSS_UNIT_DIST

Key field Non-key field



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

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

SELECT SINGLE *
FROM PLANFLI
INTO CORRESPONDING FIELDS OF WA_PLANFLI
WHERE...

How to access SAP table PLANFLI

Within an ECC or HANA version of SAP you can also view further information about PLANFLI 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!