SAP ABAP Class CL_FPM_SEARCH_FLIGHTS (Search GUIBB for searching flight connections)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_DEMO_SCENARIO (Package) Floorplan Manager: Demo Scenario
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20090213
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20090213
Properties
Class CL_FPM_SEARCH_FLIGHTS  
Short Description Search GUIBB for searching flight connections    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_DEMO_SCENARIO   Floorplan Manager: Demo Scenario 
Created 20090213   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPM_SEARCH_FLIGHTS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20090213
2 IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20090213
Friends
Class CL_FPM_SEARCH_FLIGHTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_SEARCH_CRITERION Static Attribute Public Type reference (TYPE) GTY_SEARCH_ATTR 20090218
2 MO_FIELD_CATALOG Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20090213
3 MV_CITYFROM Static Attribute Private Type reference (TYPE) S_FROM_CIT Departure city 20090305
4 MV_CITYTO Static Attribute Private Type reference (TYPE) S_TO_CITY Arrival city 20090305
Methods
# Method Level Visibility Method type Description Created on
1 GET_FLIGHT_CONNECTIONS Static method Private Method Retrieve the flight connections based on the search criterio 20090223
Events
Class CL_FPM_SEARCH_FLIGHTS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_SEARCH_ATTR Public See coding 20090218 BEGIN OF gty_search_attr, fdated TYPE fpm_dated, fdatea TYPE fpm_datea, cityfr TYPE s_from_cit, cityto TYPE s_to_city, END OF gty_search_attr
Method Signatures

Method GET_FLIGHT_CONNECTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_FAILED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090223
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20090223
3 Importing IT_SELOPT_CITYFR Call by reference Type reference (TYPE) RSDSSELOPT_T Table Type of RSDSSELOPT 20090223
4 Importing IT_SELOPT_CITYTO Call by reference Type reference (TYPE) RSDSSELOPT_T Table Type of RSDSSELOPT 20090223
5 Importing IT_SELOPT_FDATEA Call by reference Type reference (TYPE) RSDSSELOPT_T Table Type of RSDSSELOPT 20090223
6 Importing IT_SELOPT_FDATED Call by reference Type reference (TYPE) RSDSSELOPT_T Table Type of RSDSSELOPT 20090223

Method GET_FLIGHT_CONNECTIONS on class CL_FPM_SEARCH_FLIGHTS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 720