SAP ABAP Class CL_FPM_UT_SEARCH_SFLIGHT_3 (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 | 20130702 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20130702 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20130702 |
Properties
| Class | CL_FPM_UT_SEARCH_SFLIGHT_3 | |
| 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 | 20130702 | SAP |
| Last change | 20141120 | |
| 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 | 20130702 | ||
| 2 | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20130702 | ||
| 3 | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20130702 |
Friends
Class CL_FPM_UT_SEARCH_SFLIGHT_3 has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'INPUT_PROMPT' | 20130702 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'Text for Input Prompt from Feeder' | 20130703 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20130702 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20130702 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | CL_WDR_FLIGHTS=>TT_SFLIGHT | 20130703 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | FPMGB_T_PARAM_VALUE | Parameter Value | 20130702 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | T_T_RESULT | 20130702 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | IF_FPM_GUIBB_SEARCH=>T_RESULT | 20130702 | ||||
| 9 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20130702 | |||
| 10 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_FPM_UT_SEARCH_SFLIGHT_3 | FPM: search feeder for unit test application | 20130702 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130702 |
Events
Class CL_FPM_UT_SEARCH_SFLIGHT_3 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_SFLIGHT_DATA_BASE | Public | See coding | 20130702 | t_sflight_data_base TYPE STANDARD TABLE OF sflight WITH DEFAULT KEY
|
||
| 2 | T_S_RESULT | Public | See coding | 20130702 | 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
|
||
| 3 | T_S_SFLIGHT | Public | See coding | 20130702 | 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
|
||
| 4 | T_T_RESULT | Public | See coding | 20130702 | t_t_result TYPE STANDARD TABLE OF t_s_result WITH DEFAULT KEY
|
||
| 5 | T_T_SFLIGHT | Public | See coding | 20130702 | 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_3 has no parameter.
Method CONSTRUCTOR on class CL_FPM_UT_SEARCH_SFLIGHT_3 has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |