FTPS_PNR_INTERF_TST SAP (Output of Flight Reservations in PNR) Structure details

Dictionary Type: Structure
Description: Output of Flight Reservations in PNR




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




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

FTPS_PNR_INTERF_TST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Output of Flight Reservations in PNR" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FTPS_PNR_INTERF_TST TYPE FTPS_PNR_INTERF_TST.

The FTPS_PNR_INTERF_TST table consists of various fields, each holding specific information or linking keys about Output of Flight Reservations in PNR data available in SAP. These include PLATING_CARRIER (Plating Carrier), LOCAL_TST (Ticket element is local (not in booking system)), LAST_DATE (Last Ticketing Date), TICKET_MODE (Ticketing Mode of Airline Ticket).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FTPS_PNR_INTERF_TST structure 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
TICKETTicket TICKETNUMC3Assigned to domainFTPD_TICK_ID
PLATING_CARRIERPlating Carrier PLATING_CARRIERCHAR3TA21PFTPD_PROVIDER_CODE
LOCAL_TSTTicket element is local (not in booking system) LOCAL_TSTCHAR1CHAR1_X
LAST_DATELast Ticketing Date TST_LAST_DATEDATS8FTPD_DATE
TICKET_MODETicketing Mode of Airline Ticket TST_TICKET_MODECHAR1FTPD_TST_MODE
SALES_INDSales Type of Airline Ticket Rate TST_SALES_INDCHAR4FTPD_TST_SALES_IND
FAREBasic rate for flight ticket without tax TST_FARECURR10(2) FTPD_PRICE
FARE_CURRCurrency TST_FARE_CURRCUKY5TCURCWAERS
ISSUE_TYPEAirline Ticket Issue TST_ISSUE_TYPECHAR1FTPD_TST_ISSUE_TYPE
TOTAL_FARE_PAIDTotal price of flight ticket TST_TOTAL_FARECURR10(2) FTPD_PRICE
TOTAL_FARE_CURRCurrency TST_TOTAL_FARE_CURRCUKY5TCURCWAERS
REBATE_FAREDiscount price of flight ticket TST_REBATED_FARECURR10(2) FTPD_PRICE
REBATE_FARE_CURRCurrency TST_REBATED_FARE_CURRCUKY5TCURCWAERS
TICKETNUMBERTicket Number TICKET_NUMBERNUMC15FTPD_TICKET_NUMBER
TICKETTYPETicket Type TICKETTYPECHAR1FTPD_TICKET_TYPE
INFOTicket Information TICKETINFOCHAR77FTPD_TICKET_INFO
TST_FARE_TYPEFare Type (Normal, Negotiated, Etc.) TST_FARE_TYPECHAR2FTPD_TST_FARE_TYPE
FULL_FAREUnrestricted Rate in the same Cabin Class FLIGHT_FULL_FARECURR10(2) FTPD_PRICE
FULL_FARE_CURRCurrency FLIGHT_FULL_FARE_CURRCUKY5TCURCWAERS
.INCLU--AP 0
TAXESTaxes FLIGHT_TAXES_AMOUNTCURR10(2) FTPD_PRICE
TAXES_CURRCurrency FLIGHT_TAX_CURRENCYCUKY5Assigned to domainWAERS

Key field Non-key field



How do I retrieve data from SAP structure FTPS_PNR_INTERF_TST using ABAP code?

As FTPS_PNR_INTERF_TST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FTPS_PNR_INTERF_TST as there is no data to select.

How to access SAP table FTPS_PNR_INTERF_TST

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