FLAPP SAP (Internal flight applications) Table details

Dictionary Type: Table
Description: Internal flight applications




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




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

FLAPP is a standard SAP Table which is used to store Internal flight applications data and is available within R/3 SAP systems depending on the version and release level.

The FLAPP table consists of various fields, each holding specific information or linking keys about Internal flight applications data available in SAP. These include PERID (Personnel number), FLCODE (Flight code), DAT (Flight date), FTIME (Departure/Arrival time).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP FLAPP 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
APPNOProposal number FL_APPNONUMC8FL_APPNO
PERIDPersonnel number FL_PERIDNUMC10FLEMPFL_PERID
FLCODEFlight code FL_FLCODENUMC8FLLOGFL_FLCODE
DATFlight date FL_ADATEDATS8DATUM
FTIMEDeparture/Arrival time FL_TIMETIMS6FL_TIME
DEPADeparture Location FL_DEPACHAR15FL_AIRP
ARRVDestination FL_ARRVCHAR15FL_AIRP
CUSNOCustomer number FL_CUSNONUMC10FL_CUSSNO
REASONReason for flight FL_REASONCHAR1FL_REASON
SDAYReturn flight: same day FL_SDAYCHAR1CHAR1
NDAYReturn flight: next day FL_NDAYCHAR1CHAR1
NRETReturn flight: no return needed FL_NRETCHAR1CHAR1
STATUSStatus of flight application FL_STATUSCHAR1FL_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM FLAPP
INTO CORRESPONDING FIELDS OF WA_FLAPP
WHERE...

How to access SAP table FLAPP

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