FTPT_OTHER SAP (Travel Reservation Request Item - Other Service) Table details

Dictionary Type: Table
Description: Travel Reservation Request Item - Other Service




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




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

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

The FTPT_OTHER table consists of various fields, each holding specific information or linking keys about Travel Reservation Request Item - Other Service data available in SAP. These include MANDT (Client), PERNR (Personnel Number), REINR (Trip Number), PLANNR (Travel Plan Number (Sequential Number)).. 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: Can be enhanced (character-type or numeric)


SAP FTPT_OTHER 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
REINRTrip Number REINRNUMC10REINR
PLANNRTravel Plan Number (Sequential Number) PLAN_NRNUMC2Assigned to domainFTPD_PLAN_NR
VARIANTEPlan variant number (sequential number) VARIANT_NRNUMC2FTPD_VARIANT_NR
VARIANTVRSVersion of travel plan VARIANT_VERSIONNUMC2Assigned to domainFTPD_VARIANT_VERSION
ITEMTravel Request Item Number (Sequential Number) ITEMPOS_NRNUMC3FTPT_ITEMFTPD_ITEM_ID
SERVICESequence Number: Other Travel Service OTHER_SERVICE_NRNUMC3FTPD_OS_NR
SERVICE_CODEOther Travel Service: Code OTHER_SERVICE_CODECHAR1FTPD_OS_CODE
PNR_NRLine Number of Other Service in PNR (if PNR Present) OS_LINENUMBERINT25Assigned to domainFTPD_PNR_NR
DATE_BEGStart Date of Other Service OS_DATE_BEGDATS8FTPD_DATE
TIME_BEGStart Time of Other Service OS_TIME_BEGTIMS6FTPD_TIME
LOC_BEGStart Location of Other Service (IATA) OS_LOC_BEGCHAR3TA21LFTPD_IATA_LOCATIONS_IATA_LOCATION
LOC_BEG_TEXTStart Location of Other Service OS_LOC_BEG_TEXTCHAR32FTPD_OS_LOC_TEXT
DATE_ENDEnd Date of Other Service OS_DATE_ENDDATS8FTPD_DATE
TIME_ENDEnd Time of Other Service OS_TIME_ENDTIMS6FTPD_TIME
LOC_ENDEnd Location of Other Service (IATA) OS_LOC_ENDCHAR3TA21LFTPD_IATA_LOCATIONS_IATA_LOCATION
LOC_END_TEXTEnd Location of Other Service OS_LOC_END_TEXTCHAR32FTPD_OS_LOC_TEXT
STATUSStatus of Other Service OS_STATUSCHAR1FTPD_OTHER_SERVICE_STATUS
CONF_NUMBERConfirmation Code of Other Service OS_CONF_NUMBERNUMC16FTPD_OS_CONF_NR
COMMENT1Comment for Other Service OS_COMMENTCHAR255FTPD_OS_COMMENT
COMMENT2Comment for Other Service OS_COMMENTCHAR255FTPD_OS_COMMENT

Key field Non-key field



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

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

SELECT SINGLE *
FROM FTPT_OTHER
INTO CORRESPONDING FIELDS OF WA_FTPT_OTHER
WHERE...

How to access SAP table FTPT_OTHER

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