SAP ABAP Class CL_FPM_TEST_SEARCH_E_MV (FPM: search feeder for example with multi value field)
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 | 20140411 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20140411 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20140411 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20140411 |
Properties
| Class | CL_FPM_TEST_SEARCH_E_MV | |
| Short Description | FPM: search feeder for example with multi value field | |
| 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 | 20140411 | 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 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 | 20140411 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20140411 | ||
| 3 | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20140411 |
Friends
Class CL_FPM_TEST_SEARCH_E_MV 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 | 20140429 | ||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'S_CARR_ID' | 20140430 | |||
| 3 | Constant | Private | Type reference (TYPE) | NAME_KOMP | 'MV_CARR_CONN_ID' | Component name | 20140429 | ||
| 4 | Constant | Private | Type reference (TYPE) | NAME_KOMP | 'CONNID' | Component name | 20140429 | ||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'S_CONN_ID' | 20140430 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20140411 | ||||
| 7 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20140411 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | T_SFLIGHT_DATA_BASE | 20140411 | ||||
| 9 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20140411 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20140430 | ||
| 2 | Instance method | Private | Method | 20140429 | ||
| 3 | Instance method | Private | Method | 20140429 |
Events
Class CL_FPM_TEST_SEARCH_E_MV has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_SFLIGHT_DATA_BASE | Public | See coding | 20140411 | t_sflight_data_base TYPE STANDARD TABLE OF sflight WITH DEFAULT KEY
|
||
| 2 | T_S_MV | Private | See coding | 20140411 | BEGIN OF t_s_mv,
carrid TYPE s_carr_id,
connid TYPE s_conn_id,
END OF t_s_mv
|
||
| 3 | T_S_RESULT | Public | See coding | 20140411 | 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
|
||
| 4 | T_S_SFLIGHT | Public | See coding | 20140411 | BEGIN OF t_s_sflight,
mv_carr_conn_id TYPE string,
fldate TYPE s_date,
price TYPE s_price,
currency TYPE s_currcode,
END OF t_s_sflight
|
||
| 5 | T_T_MV | Private | See coding | 20140429 | t_t_mv TYPE STANDARD TABLE OF t_s_mv
|
||
| 6 | T_T_RESULT | Public | See coding | 20140411 | t_t_result TYPE STANDARD TABLE OF t_s_result WITH DEFAULT KEY
|
||
| 7 | T_T_SFLIGHT | Public | See coding | 20140411 | t_t_sflight TYPE STANDARD TABLE OF t_s_sflight WITH DEFAULT KEY
|
Method Signatures
Method GET_FRANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FRANGE | Call by reference | Type reference (TYPE) | RSDS_FRANGE_T | 20140430 | ||||
| 2 | IO_RANGE_TAB_REF | Call by reference | Object reference (TYPE REF TO) | DATA | 20140430 | ||||
| 3 | IV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20140430 |
Method GET_FRANGE on class CL_FPM_TEST_SEARCH_E_MV has no exception.
Method GET_MV_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20140429 | |||
| 2 | IO_MV_DATA | Call by reference | Type reference (TYPE) | DATA | 20140429 |
Method GET_MV_INPUT on class CL_FPM_TEST_SEARCH_E_MV has no exception.
Method GET_MV_RANGE_TAB_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FRANGE | Call by reference | Type reference (TYPE) | RSDS_FRANGE_T | 20140430 | ||||
| 2 | IT_MV | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20140429 |
Method GET_MV_RANGE_TAB_REF on class CL_FPM_TEST_SEARCH_E_MV has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |