FTPT_QT_FLIGHT SAP (Quicktrip Travel Request Item - Flight Service) Table details

Dictionary Type: Table
Description: Quicktrip Travel Request Item - Flight Service




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




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

FTPT_QT_FLIGHT is a standard SAP Table which is used to store Quicktrip Travel Request Item - Flight Service data and is available within R/3 SAP systems depending on the version and release level.

The FTPT_QT_FLIGHT table consists of various fields, each holding specific information or linking keys about Quicktrip Travel Request Item - Flight Service data available in SAP. These include QTNR (Quicktrip Number), ITEM (Travel Request Item Number (Sequential Number)), ITEM_ALTERN (Alternative Line Item Number), SERVICE (Travel service item number of flight).. 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 FTPT_QT_FLIGHT 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 MANDTCLNT3Assigned to domainMANDT
QTNRQuicktrip Number QTNRNUMC5FTPD_QTNR
ITEMTravel Request Item Number (Sequential Number) ITEMPOS_NRNUMC3Assigned to domainFTPD_ITEM_ID
ITEM_ALTERNAlternative Line Item Number ALTERNPOS_NRNUMC3Assigned to domainFTPD_ITEM_ID
SERVICETravel service item number of flight FLIGHT_SERVICE_NRNUMC3Assigned to domainFTPD_FLIGHT_ID
SERVICE_ALTERNAlternative Flight Number FLIGHT_ALTERN_NRNUMC3Assigned to domainFTPD_FLIGHT_ID
AIRLINEAirline FLIGHT_AIRLINECHAR3TA21PFTPD_PROVIDER_CODE
FLIGHT_NRFlight Number FLIGHT_NRCHAR6FTPD_FLIGHT_NR
DATE_DEPFlight departure date FLIGHT_DATE_DEPDATS8FTPD_DATE
TIME_DEPFlight departure time FLIGHT_TIME_DEPTIMS6FTPD_TIME
LOC_DEPDeparture Location FLIGHT_SLOC_DEPCHAR3TA21LFTPD_IATA_LOCATION
DATE_ARRFlight arrival date FLIGHT_DATE_ARRDATS8FTPD_DATE
TIME_ARRFlight arrival time FLIGHT_TIME_ARRTIMS6FTPD_TIME
LOC_ARRFlight Arrival Location FLIGHT_SLOC_ARRCHAR3TA21LFTPD_IATA_LOCATION
CABINFlight Cabin Class FLIGHT_CABINCHAR1FTPD_FLIGHT_CABIN
RBDFlight Booking Code (RBD) FLIGHT_RBDCHAR1FTPD_FLIGHT_RBD
NEGOQuicktrip Nego Data Element QTRIP_NEGOCHAR1FTPD_NEGO

Key field Non-key field



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

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

SELECT SINGLE *
FROM FTPT_QT_FLIGHT
INTO CORRESPONDING FIELDS OF WA_FTPT_QT_FLIGHT
WHERE...

How to access SAP table FTPT_QT_FLIGHT

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