SAP ABAP Class CL_FPMGB_SEARCH_SFLIGHT (test for GUIBB search)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_TEST (Package) Floorplan Manager (Test 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 | 20081204 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20090213 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20081204 |
Properties
| Class | CL_FPMGB_SEARCH_SFLIGHT | |
| Short Description | test for GUIBB search | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_TEST | Floorplan Manager (Test applications) |
| Created | 20081204 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20081204 | ||
| 2 | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20090213 | ||
| 3 | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20081204 |
Friends
Class CL_FPMGB_SEARCH_SFLIGHT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20090120 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | T_T_RESULT | 20090115 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | IF_FPM_GUIBB_SEARCH=>T_RESULT | 20090116 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | T_SFLIGHT_DATA_BASE | 20090116 |
Methods
Class CL_FPMGB_SEARCH_SFLIGHT has no method.
Events
Class CL_FPMGB_SEARCH_SFLIGHT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_SFLIGHT_DATA_BASE | Public | See coding | 20090116 | t_sflight_data_base TYPE STANDARD TABLE OF sflight WITH DEFAULT KEY
|
||
| 2 | T_STRU_INPUT | Private | See coding | 20090213 | BEGIN OF t_stru_input,
* add fields for the display of your search input here
carrid TYPE s_carr_id,
END OF t_stru_input
|
||
| 3 | T_STRU_LIST | Private | See coding | 20090213 | begin of t_stru_list,
* add fields for the selection list here
carrid type s_carr_id,
description type text60,
end of t_stru_list
|
||
| 4 | T_S_RESULT | Public | See coding | 20090115 | BEGIN OF t_s_result,
connid TYPE s_conn_id,
carrid TYPE s_carr_id,
fldate TYPE s_date,
END OF t_s_result
|
||
| 5 | T_S_SFLIGHT | Public | See coding | 20081207 | BEGIN OF t_s_sflight,
carrid TYPE s_carr_id,
connid TYPE s_conn_id,
fldate TYPE s_date,
price TYPE s_price,
currency TYPE s_currcode,
test_adrnr type adrnr,
test_isola type spras,
is_intercontinental TYPE boole_d,
END OF t_s_sflight
|
||
| 6 | T_T_RESULT | Public | See coding | 20090115 | t_t_result TYPE STANDARD TABLE OF t_s_result WITH DEFAULT KEY
|
||
| 7 | T_T_SFLIGHT | Public | See coding | 20090115 | t_t_sflight TYPE STANDARD TABLE OF t_s_sflight WITH DEFAULT KEY
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |