FTPT_QT_ITEM SAP (Quicktrip Travel Service Request Item) Table details

Dictionary Type: Table
Description: Quicktrip Travel Service Request Item




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




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

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

The FTPT_QT_ITEM table consists of various fields, each holding specific information or linking keys about Quicktrip Travel Service Request Item data available in SAP. These include QTNR (Quicktrip Number), ITEM (Travel Request Item Number (Sequential Number)), ITEM_ALTERN (Alternative Line Item Number), REAL_CAT (Travel service category).. 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_ITEM 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
REAL_CATTravel service category CATEGORYCHAR1FTPD_ITEM_CATEGORY
LOC_BEGStarting Location of Request Item ITEMPOS_LOC_BEGCHAR3TA21LFTPD_IATA_LOCATION
DATE_BEGStart Date of Request Item ITEMPOS_DATE_BEGDATS8FTPD_DATE
TIME_BEGStart Time for Request Item ITEMPOS_TIME_BEGTIMS6FTPD_TIME
LOC_ENDEnd Location of Request Item ITEMPOS_LOC_ENDCHAR3TA21LFTPD_IATA_LOCATION
CLASSRequest item class ITEMPOS_CLASSCHAR2FTPD_ITEM_CLASS

Key field Non-key field



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

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

SELECT SINGLE *
FROM FTPT_QT_ITEM
INTO CORRESPONDING FIELDS OF WA_FTPT_QT_ITEM
WHERE...

How to access SAP table FTPT_QT_ITEM

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