FTPS_FLIGHT_LF_OPTIONS SAP (Transfer Options for Best-Price Determination in a Screen) Structure details

Dictionary Type: Structure
Description: Transfer Options for Best-Price Determination in a Screen




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




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

FTPS_FLIGHT_LF_OPTIONS 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 "Transfer Options for Best-Price Determination in a Screen" 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_FLIGHT_LF_OPTIONS TYPE FTPS_FLIGHT_LF_OPTIONS.

The FTPS_FLIGHT_LF_OPTIONS table consists of various fields, each holding specific information or linking keys about Transfer Options for Best-Price Determination in a Screen data available in SAP. These include G_FAR (Screen Group Fare Type Options ('X'= show fare type options)), R_ALL_FARES (Radio Button All Fares (includes public/nego/private)), R_PUBLIC (Radio Button Public Fares), R_NEGO (Radio Button Negotiated Fares).. 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_FLIGHT_LF_OPTIONS 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
SHOW_OPTIONS Show/Modify Options, 'X' if Option Screen Is Necessary0
G_FAR Screen Group Fare Type Options ('X'= show fare type options)0
R_ALL_FARES Radio Button All Fares (includes public/nego/private)0
R_PUBLIC Radio Button Public Fares0
R_NEGO Radio Button Negotiated Fares0
R_PRIVATE Radio Button Private Fares0
G_CAB Screen Group Cabin Options ('X'= show cabin options)0
R_ALL_CABIN Radio Button All Cabins0
G_FIRST Switch First Class (allowed ='X')0
R_FIRST Radio Button First Class0
G_BUSI Switch Business Class (allowed ='X')0
R_BUSINESS Radio Button Business Class0
G_ECO Switch Economy Class (allowed ='X')0
R_ECONOMY Radio Button Economy Class0
G_OPT Screen Group Fare Options ('X'= show fare options)0
R_RESTRICTED Radio Button Restricted Fares0
R_UNRESTRICTED Radio Button Unrestricted Fares0
R_REFUND Radio Button Refundable Fares0
G_FLT Screen Group Flight Options ('X'= show flight options)0
R_ALL_FLIGHTS Radio Button All Flights0
R_DIRECT Radio Button Direct Flights Only0
R_NON_STOP Radio Button Non-Stop Flights Only0
G_NOP Screen Group No-PNR Options ('X'= show No-PNR options)0
G_PRE Screen Group Preferred Carriers ('X'= show preferred car.)0
SCR_PREFCXR1Airline FLIGHT_AIRLINECHAR3Assigned to domainFTPD_PROVIDER_CODE
SCR_PREFCXR2Airline FLIGHT_AIRLINECHAR3Assigned to domainFTPD_PROVIDER_CODE
SCR_PREFCXR3Airline FLIGHT_AIRLINECHAR3Assigned to domainFTPD_PROVIDER_CODE
G_EXC Screen Group Excluded Carriers ('X'= show excluded car.)0
SCR_EXCLCXR1Airline FLIGHT_AIRLINECHAR3Assigned to domainFTPD_PROVIDER_CODE
SCR_EXCLCXR2Airline FLIGHT_AIRLINECHAR3Assigned to domainFTPD_PROVIDER_CODE
SCR_EXCLCXR3Airline FLIGHT_AIRLINECHAR3Assigned to domainFTPD_PROVIDER_CODE
SCR_TIMEWINDOW Best-Price Search Time-Window in h0
G_PNR Screen Group PNR Options ('X'= show PNR options)0
SCR_ALTERDATE Best-Price Search Date-Window in Days0
R_PLUS Radio Button Date-Window Future0
R_MINUS Radio Button Date-Window Past0
SCR_AMOUNTPrice of request item ITEMPOS_PRICECURR10(2) FTPD_PRICE
SCR_CURRENCYCurrency of request item ITEMPOS_CURRENCYCUKY5Assigned to domainWAERS
SCR_PRICETOBEATPrice of request item ITEMPOS_PRICECURR10(2) FTPD_PRICE
G_CRCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
G_NEGO Switch Negofares (set if negos present, off if private pres)0
G_EXIT Switch EXIT Button Pressed on Screen0
G_UNDO Switch UNDO Button Pressed on Screen0
L_EXIT Options Handling: For Internal Use Only0

Key field Non-key field



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

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

How to access SAP table FTPS_FLIGHT_LF_OPTIONS

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