SAP ABAP Class CL_FPM_TEST_SEARCH_E_OVS (FPM: search feeder for example with ATS Result List)
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 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_TEST_SEARCH_E_UTIL | FPM Search UIBB utilities for examples | 20140515 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20140515 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20140515 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20140515 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_OVS_SEARCH | FPM Search: Special OVS interface for dependent searches | 20140515 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20140515 |
Properties
| Class | CL_FPM_TEST_SEARCH_E_OVS | |
| Short Description | FPM: search feeder for example with ATS Result List | |
| Super Class | CL_FPM_TEST_SEARCH_E_UTIL | FPM Search UIBB utilities for examples |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_TEST | Floorplan Manager (Test applications) |
| Created | 20140515 | SAP |
| Last change | 20141121 | |
| 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 | 20140515 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20140515 | ||
| 3 | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20140515 | ||
| 4 | IF_FPM_GUIBB_OVS_SEARCH | FPM Search: Special OVS interface for dependent searches | 20140515 | ||
| 5 | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20140515 |
Friends
Class CL_FPM_TEST_SEARCH_E_OVS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | NAME_KOMP | 'CARRID' | Component name | 20140515 | ||
| 2 | Constant | Private | Type reference (TYPE) | NAME_KOMP | 'CONNID' | Component name | 20140515 | ||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'CL_FPM_TEST_SEARCH_E_OVS' | 20140515 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20140515 | ||||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20140515 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20140515 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | T_SFLIGHT_DATA_BASE | 20140515 | ||||
| 8 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20140515 |
Methods
Class CL_FPM_TEST_SEARCH_E_OVS has no method.
Events
Class CL_FPM_TEST_SEARCH_E_OVS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_SFLIGHT_DATA_BASE | Public | See coding | 20140515 | t_sflight_data_base TYPE STANDARD TABLE OF sflight WITH DEFAULT KEY
|
||
| 2 | T_S_RESULT | Public | See coding | 20140515 | 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,
END OF t_s_result
|
||
| 3 | T_S_SFLIGHT | Public | See coding | 20140515 | 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,
END OF t_s_sflight
|
||
| 4 | T_T_CARRID | Private | See coding | 20140515 | BEGIN OF t_t_carrid ,
carrid TYPE s_carr_id,
END OF t_t_carrid
|
||
| 5 | T_T_CONNID | Private | See coding | 20140515 | BEGIN OF t_t_connid ,
connid TYPE s_conn_id,
END OF t_t_connid
|
||
| 6 | T_T_RESULT | Public | See coding | 20140515 | t_t_result TYPE STANDARD TABLE OF t_s_result WITH DEFAULT KEY
|
||
| 7 | T_T_SFLIGHT | Public | See coding | 20140515 | t_t_sflight TYPE STANDARD TABLE OF t_s_sflight WITH DEFAULT KEY
|
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |