SAP ABAP Class CL_FPM_UT_SEARCH_SFLIGHT_2 (FPM: search feeder for unit test application)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
SAPB_FPM_TEST_AUNIT (Package) Classes used as carrier of Unit Tests
⤷
⤷
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 | 20130205 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20130702 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20130205 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20130205 |
Properties
| Class | CL_FPM_UT_SEARCH_SFLIGHT_2 | |
| Short Description | FPM: search feeder for unit test application | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAPB_FPM_TEST_AUNIT | Classes used as carrier of Unit Tests |
| Created | 20130205 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | 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 | 20130205 | ||
| 2 | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20130702 | ||
| 3 | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20130205 | ||
| 4 | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20130205 |
Friends
Class CL_FPM_UT_SEARCH_SFLIGHT_2 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 | 20130205 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20130205 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CL_WDR_FLIGHTS=>TT_SFLIGHT | 20130703 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | T_T_RESULT | 20130205 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | IF_FPM_GUIBB_SEARCH=>T_RESULT | 20130205 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20130213 | |||
| 7 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_FPM_UT_SEARCH_SFLIGHT_2 | FPM: search feeder for unit test application | 20130213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130213 |
Events
Class CL_FPM_UT_SEARCH_SFLIGHT_2 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_SFLIGHT_DATA_BASE | Public | See coding | 20130205 | t_sflight_data_base TYPE STANDARD TABLE OF sflight WITH DEFAULT KEY
|
||
| 2 | T_STRU_INPUT | Private | See coding | 20130205 | 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 | 20130205 | 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 | 20130205 | BEGIN OF t_s_result,
connid TYPE s_conn_id,
carrid TYPE s_carr_id,
fldate TYPE s_date,
price TYPE s_price,
currency TYPE s_currcode,
planetype TYPE s_planetye,
paymentsum TYPE s_sum,
seatsmax_b TYPE s_smax_b,
seatsocc_b TYPE s_socc_b,
seatsocc_f TYPE s_socc_f,
seatsmax_f TYPE s_smax_f,
END OF t_s_result
|
||
| 5 | T_S_SFLIGHT | Public | See coding | 20130205 | 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,
planetype TYPE s_planetye,
paymentsum TYPE s_sum,
seatsmax TYPE s_seatsmax,
seatsocc TYPE s_seatsocc,
seatsmax_b TYPE s_smax_b,
seatsocc_b TYPE s_socc_b,
seatsocc_f TYPE s_socc_f,
seatsmax_f TYPE s_smax_f,
END OF t_s_sflight
|
||
| 6 | T_T_RESULT | Public | See coding | 20130205 | t_t_result TYPE STANDARD TABLE OF t_s_result WITH DEFAULT KEY
|
||
| 7 | T_T_SFLIGHT | Public | See coding | 20130205 | t_t_sflight TYPE STANDARD TABLE OF t_s_sflight WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_UT_SEARCH_SFLIGHT_2 has no parameter.
Method CONSTRUCTOR on class CL_FPM_UT_SEARCH_SFLIGHT_2 has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 740 |