FTPT_QT_CAR 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_CAR
Related tables to FTPT_QT_CAR
Access table FTPT_QT_CAR




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

FTPT_QT_CAR 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_CAR 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_CAR 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
VENDOR_CODECar Rental Provider CAR_PROVIDERCHAR3Assigned to domainFTPD_PROVIDER_CODE
PICKUP_LOC Pickup Location0
PICKUP_DATEStart Date for Rental Car CAR_DATE_BEGDATS8FTPD_DATE
PICKUP_TIMERental Car Starting Time CAR_TIME_BEGTIMS6FTPD_TIME
DROPOFF_LOC Dropoff Location0
DROPOFF_DATEEnd date for car rental CAR_DATE_ENDDATS8FTPD_DATE
DROPOFF_TIMEEnd time for car rental CAR_TIME_ENDTIMS6FTPD_TIME
QUANTITYNumber of cars CAR_QUANTITYINT13FTPD_INT1
CLASSRental Car Vehicle Class CAR_CLASSCHAR1FTPD_CAR_CLASS
TYPERental Car Vehicle Type CAR_TYPECHAR1FTPD_CAR_TYPE
TRANSMISSIONCar Transmission CAR_TRANSMISSIONCHAR1FTPD_CAR_TRANSMISSION
AIR_CONDITIONVehicle Air-Conditioning CAR_AIR_CONDITIONCHAR1FTPD_CAR_AIR_CONDITION
RATE_CODE 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM FTPT_QT_CAR
INTO CORRESPONDING FIELDS OF WA_FTPT_QT_CAR
WHERE...

How to access SAP table FTPT_QT_CAR

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