SAP ABAP Class CL_FPM_TEST_SEARCH_DEP (testing dependent searches)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_TEST_ECATT (Package) ECATT 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 | 20100629 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20100629 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_OVS_SEARCH | FPM Search: Special OVS interface for dependent searches | 20100629 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20100629 |
Properties
| Class | CL_FPM_TEST_SEARCH_DEP | |
| Short Description | testing dependent searches | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_TEST_ECATT | ECATT Tests |
| Created | 20100629 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_TEST_SEARCH_DEP has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20100629 | ||
| 2 | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20100629 | ||
| 3 | IF_FPM_GUIBB_OVS_SEARCH | FPM Search: Special OVS interface for dependent searches | 20100629 | ||
| 4 | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20100629 |
Friends
Class CL_FPM_TEST_SEARCH_DEP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20100629 |
Methods
Class CL_FPM_TEST_SEARCH_DEP has no method.
Events
Class CL_FPM_TEST_SEARCH_DEP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ATTR | Public | See coding | 20100629 | BEGIN OF s_attr,
country TYPE string,
city TYPE string,
END OF s_attr
|
||
| 2 | T_ATTR | Public | See coding | 20100629 | t_attr TYPE STANDARD TABLE OF s_attr WITH DEFAULT KEY
|
||
| 3 | T_STRU_INPUT_CITY | Private | See coding | 20100629 | BEGIN OF t_stru_input_city,
* add fields for the display of your search input here
city TYPE string,
END OF t_stru_input_city
|
||
| 4 | T_STRU_INPUT_COUNTRY | Private | See coding | 20100629 | BEGIN OF t_stru_input_country,
* add fields for the display of your search input here
country TYPE string,
END OF t_stru_input_country
|
||
| 5 | T_STRU_LIST_CITY | Private | See coding | 20100629 | begin of t_stru_list_city,
* add fields for the selection list here
city type string,
description type text60,
end of t_stru_list_city
|
||
| 6 | T_STRU_LIST_COUNTRY | Private | See coding | 20100629 | begin of t_stru_list_country,
* add fields for the selection list here
country type string,
description type text60,
end of t_stru_list_country
|
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |