SAP ABAP Class CL_FPM_TEST_ALT_SEARCH_HELP (Test: Alternative DDIC Search Help)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20120709 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20120709 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM_REPEATER | Feeder Interface for generic Form Repeater UI Building Block | 20120709 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120709 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20120709 |
Properties
| Class | CL_FPM_TEST_ALT_SEARCH_HELP | |
| Short Description | Test: Alternative DDIC Search Help | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_TEST | Floorplan Manager (Test applications) |
| Created | 20120709 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_TEST_ALT_SEARCH_HELP has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20120709 | ||
| 2 | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20120709 | ||
| 3 | IF_FPM_GUIBB_FORM_REPEATER | Feeder Interface for generic Form Repeater UI Building Block | 20120709 | ||
| 4 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120709 | ||
| 5 | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20120709 |
Friends
Class CL_FPM_TEST_ALT_SEARCH_HELP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20120810 | |||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TY_S_DATASET | 20120709 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_T_DATASET | 20120709 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20120709 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | 20120709 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20120709 | ||
| 2 | Instance method | Private | Method | Fill action table | 20120810 | |
| 3 | Instance method | Private | Method | Fill action table | 20120810 | |
| 4 | Instance method | Private | Method | 20120709 | ||
| 5 | Instance method | Private | Method | 20120709 | ||
| 6 | Instance method | Private | Method | 20120709 | ||
| 7 | Instance method | Private | Method | 20120709 |
Events
Class CL_FPM_TEST_ALT_SEARCH_HELP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_DATASET | Protected | See coding | 20120709 | BEGIN OF ty_s_dataset,
id TYPE i,
sort TYPE char1,
country TYPE t005-land1,
country1 TYPE t005-land1,
country2 TYPE t005-land1,
country3 TYPE t005-land1,
flight TYPE char3,
display_type TYPE fpmgb_display_type,
END OF ty_s_dataset
|
||
| 2 | TY_S_DATASET_TREE | Protected | See coding | 20120709 | BEGIN OF ty_s_dataset_tree,
parent_key TYPE char30,
row_key TYPE char30,
expanded TYPE boolean,
is_leaf TYPE boolean,
text TYPE fpm_text,
children_loaded TYPE boolean,
image_src TYPE fpmgb_image_src,
id TYPE i,
sort TYPE char1,
country TYPE t005-land1,
country1 TYPE t005-land1,
country2 TYPE t005-land1,
country3 TYPE t005-land1,
flight TYPE char3,
display_type TYPE fpmgb_display_type,
END OF ty_s_dataset_tree
|
||
| 3 | TY_T_DATASET | Protected | See coding | 20120709 | ty_t_dataset TYPE STANDARD TABLE OF ty_s_dataset
|
||
| 4 | TY_T_DATASET_TREE | Protected | See coding | 20120709 | ty_t_dataset_tree TYPE STANDARD TABLE OF ty_s_dataset_tree
|
Method Signatures
Method FILL_DATA Signature
Method FILL_DATA on class CL_FPM_TEST_ALT_SEARCH_HELP has no parameter.
Method FILL_DATA on class CL_FPM_TEST_ALT_SEARCH_HELP has no exception.
Method GET_ACTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACTION_DEF | Call by reference | Type reference (TYPE) | FPMGB_T_ACTIONDEF | Action Definition | 20120810 |
Method GET_ACTIONS on class CL_FPM_TEST_ALT_SEARCH_HELP has no exception.
Method GET_ROW_ACTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ROW_ACTION_DEF | Call by reference | Type reference (TYPE) | FPMGB_T_ROW_ACTION | Action Definition | 20120810 |
Method GET_ROW_ACTIONS on class CL_FPM_TEST_ALT_SEARCH_HELP has no exception.
Method READ_COUNTRIES_FORM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_COUNTRY_DESCR | Call by reference | Type reference (TYPE) | FPMGB_S_FORMFIELD_DESCR | GUIBB Tree Field Description | 20120709 |
Method READ_COUNTRIES_FORM on class CL_FPM_TEST_ALT_SEARCH_HELP has no exception.
Method READ_COUNTRIES_FORMREP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_COUNTRY_DESCR | Call by reference | Type reference (TYPE) | FPMGB_S_FORMREPFIELD_DESCR | GUIBB Tree Field Description | 20120709 |
Method READ_COUNTRIES_FORMREP on class CL_FPM_TEST_ALT_SEARCH_HELP has no exception.
Method READ_COUNTRIES_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_COUNTRY_DESCR | Call by reference | Type reference (TYPE) | FPMGB_S_LISTFIELD_DESCR | GUIBB Tree Field Description | 20120709 |
Method READ_COUNTRIES_LIST on class CL_FPM_TEST_ALT_SEARCH_HELP has no exception.
Method READ_COUNTRIES_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_COUNTRY_DESCR | Call by reference | Type reference (TYPE) | FPMGB_S_TREEFIELD_DESCR | GUIBB Tree Field Description | 20120709 |
Method READ_COUNTRIES_TREE on class CL_FPM_TEST_ALT_SEARCH_HELP has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |