EFG_FLIGHT_DATA SAP (Data by Data Dispatch) Table details

Dictionary Type: Table
Description: Data by Data Dispatch




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




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

EFG_FLIGHT_DATA is a standard SAP Table which is used to store Data by Data Dispatch data and is available within R/3 SAP systems depending on the version and release level.

The EFG_FLIGHT_DATA table consists of various fields, each holding specific information or linking keys about Data by Data Dispatch data available in SAP. These include TIMESTAMP (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)), ID (Customer Number), NAME (Customer name), CITY (City).. 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: Cannot Be Enhanced


SAP EFG_FLIGHT_DATA 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
CLIENTClient MANDTCLNT3T000MANDT
TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
IDCustomer Number S_CUSTOMERNUMC8SBUSPARTS_BUSPANUMCSM
NAMECustomer name S_CUSTNAMECHAR25S_CUSTNAME
CITYCity CITYCHAR25CITY
COUNTRYCountry code S_COUNTRYCHAR3S_COUNTRY
CNT_BOOKINGSNumber of Bookings EFG_DTE_CNT_BOOKINGSINT410
DISPATCH_DATESystem Date SYDATUMDATS8SYDATS
DISPATCH_TIMESystem Time SYUZEITTIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM EFG_FLIGHT_DATA
INTO CORRESPONDING FIELDS OF WA_EFG_FLIGHT_DATA
WHERE...

How to access SAP table EFG_FLIGHT_DATA

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