FTPS_WEB_FLIGHT_FARE_DETAIL SAP (Airfare Rate Details (Portal RFC Interface)) Structure details

Dictionary Type: Structure
Description: Airfare Rate Details (Portal RFC Interface)




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




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

FTPS_WEB_FLIGHT_FARE_DETAIL 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 "Airfare Rate Details (Portal RFC Interface)" 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_WEB_FLIGHT_FARE_DETAIL TYPE FTPS_WEB_FLIGHT_FARE_DETAIL.

The FTPS_WEB_FLIGHT_FARE_DETAIL table consists of various fields, each holding specific information or linking keys about Airfare Rate Details (Portal RFC Interface) data available in SAP. These include PERNR (Personnel Number), REINR (Trip Number), PLANNR (Travel Plan Number (Sequential Number)), VARIANT (Plan variant 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FTPS_WEB_FLIGHT_FARE_DETAIL 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
REINRTrip Number REINRNUMC10REINR
PLANNRTravel Plan Number (Sequential Number) PLAN_NRNUMC2Assigned to domainFTPD_PLAN_NR
VARIANTPlan variant number (sequential number) VARIANT_NRNUMC2FTPD_VARIANT_NR
VARIANTVRSVersion of travel plan VARIANT_VERSIONNUMC2Assigned to domainFTPD_VARIANT_VERSION
TICKETTicket TICKETNUMC3Assigned to domainFTPD_TICK_ID
FARE_COMPRate component FARE_COMPNUMC3Assigned to domainFTPD_FARE_ID
ITEMTravel Request Item Number (Sequential Number) ITEMPOS_NRNUMC3Assigned to domainFTPD_ITEM_ID
SERVICETravel service item number of flight FLIGHT_SERVICE_NRNUMC3Assigned to domainFTPD_FLIGHT_ID
TICKET_TEXTShort Text FTPD_WEB_SHORT_NAMECHAR36TEXT36
FARE_TEXTShort Text FTPD_WEB_SHORT_NAMECHAR36TEXT36
TOTAL_FARE_TEXTShort Text FTPD_WEB_SHORT_NAMECHAR36TEXT36
FLIGHT_TEXTShort Text FTPD_WEB_SHORT_NAMECHAR36TEXT36
CABIN_TEXTShort Text FTPD_WEB_SHORT_NAMECHAR36TEXT36
RBD_TEXTShort Text FTPD_WEB_SHORT_NAMECHAR36TEXT36
SEGMENT_TEXTShort Text FTPD_WEB_SHORT_NAMECHAR36TEXT36
FARE_BASIS_TEXTShort Text FTPD_WEB_SHORT_NAMECHAR36TEXT36
FARE_COMP_TEXTShort Text FTPD_WEB_SHORT_NAMECHAR36TEXT36
FARE_NOTE_TEXTLong Text FTPD_WEB_LONG_NAMECHAR100TEXT100
FARE_NOTE_PRESENTCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

As FTPS_WEB_FLIGHT_FARE_DETAIL 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_WEB_FLIGHT_FARE_DETAIL as there is no data to select.

How to access SAP table FTPS_WEB_FLIGHT_FARE_DETAIL

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