SAP ABAP Class CL_FPMGB_FORM_FLIGHT (Demo GUIBB: Select a Flight (simple))
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_DEMO (Package) Floorplan Manager (Examples and Demo applications)
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 20080124
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_FORM Generic Form UI Building Block 20080124
Properties
Class CL_FPMGB_FORM_FLIGHT  
Short Description Demo GUIBB: Select a Flight (simple)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_DEMO   Floorplan Manager (Examples and Demo applications) 
Created 20080124   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FPMGB_FORM_FLIGHT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20080124
2 IF_FPM_GUIBB_FORM Generic Form UI Building Block 20080124
Friends
Class CL_FPMGB_FORM_FLIGHT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CITYFR Constant Private Type reference (TYPE) FIELDNAME 'CITYFROM' Field Name 20080206
2 GC_CITYTO Constant Private Type reference (TYPE) FIELDNAME 'CITYTO' Field Name 20080206
3 GC_COUNTRYFR Constant Private Type reference (TYPE) FIELDNAME 'COUNTRYFR' Field Name 20080313
4 GC_COUNTRYTO Constant Private Type reference (TYPE) FIELDNAME 'COUNTRYTO' Field Name 20080313
5 GC_EVENT_CITY_FROM Constant Private Type reference (TYPE) FPM_EVENT_ID 'EVT_CITYFROM' ID of the FPM Event 20080208
6 GC_EVENT_CITY_TO Constant Private Type reference (TYPE) FPM_EVENT_ID 'EVT_CITYTO' ID of the FPM Event 20080207
7 GC_EVENT_COUNTRY_FR Constant Private Type reference (TYPE) FPM_EVENT_ID 'EVT_COUNTRYFR' ID of the FPM Event 20080206
8 GC_EVENT_COUNTRY_TO Constant Private Type reference (TYPE) FPM_EVENT_ID 'EVT_COUNTRYTO' ID of the FPM Event 20080206
9 GC_EVENT_FLIGHT Constant Private Type reference (TYPE) FPM_EVENT_ID 'EVT_FLIGHTSEL' ID of the FPM Event 20080208
10 GC_RESULTLIST Constant Private Type reference (TYPE) FIELDNAME 'RESULTLIST' Field Name 20080207
11 MT_CITY Instance attribute Private Type reference (TYPE) T_CITY 20080124
12 MT_COUNTRY Instance attribute Private See coding 20080128
13 MT_FLIGHTS Instance attribute Private See coding 20080207
Methods
# Method Level Visibility Method type Description Created on
1 ADD_DD_VALUES Instance method Private Method 20080128
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080124
3 GET_DD_TEXT Instance method Private Method 20080317
Events
Class CL_FPMGB_FORM_FLIGHT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_CITY Private See coding 20080124 t_city type standard table of sairport with default key
2 T_COUNTRY Private See coding 20080128 begin of t_country, land1 type land1, landx type landx, end of t_country
3 T_FLIGHTS Private See coding 20080207 begin of t_flights, countryfr type string, countryto type string, carrid type s_carr_id, connid type s_conn_id, fldate type s_date, cityfrom type s_from_cit, airpfrom type s_fromairp, cityto type s_from_cit, airpto type s_toairp, deptime type s_dep_time, arrtime type s_arr_time, planetype type s_planetye, roundtrip type boole_d, resultlist type string, hdr type string, end of t_flights
Method Signatures

Method ADD_DD_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_FIELD_DESCRIPTION Call by reference Type reference (TYPE) FPMGB_S_FORMFIELD_DESCR GUIBB Form Field Description 20080128
2 Importing IT_SELCRIT1 Call by reference Type reference (TYPE) TABLE 20080207
3 Importing IT_SELCRIT2 Call by reference Type reference (TYPE) TABLE 20080207
4 Importing IT_SELCRIT3 Call by reference Type reference (TYPE) TABLE 20080207

Method ADD_DD_VALUES on class CL_FPMGB_FORM_FLIGHT has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_FPMGB_FORM_FLIGHT has no parameter.
Method CONSTRUCTOR on class CL_FPMGB_FORM_FLIGHT has no exception.

Method GET_DD_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_FIELDTEXT Call by reference Type reference (TYPE) STRING 20080317
2 Importing IT_FIELD_USAGE Call by reference Type reference (TYPE) FPMGB_T_FIELDUSAGE 20080317
3 Importing IV_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20080317
4 Importing IV_FIELDVALUE Call by reference Type reference (TYPE) STRING 20080317

Method GET_DD_TEXT on class CL_FPMGB_FORM_FLIGHT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 711