Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_HCT_GUIBB_ASSIST | Assistance class for FPM GUIBB config editor | 20090604 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_HCT_GUIBB_SEARCH_DTA | Assistance class for DTA in Search | 20110225 |
Properties
| Class | CL_FPM_HCT_GUIBB_SEARCH_ASSIST | |
| Short Description | Assistance class for FPM GUIBB config editor: Search | |
| Super Class | CL_FPM_HCT_GUIBB_ASSIST | Assistance class for FPM GUIBB config editor |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_HCT | Harmonized Configuration Tool |
| Created | 20090604 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no interface implemented.
Friends
Class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20100525 | |||||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'TC_SELOPT' | Id of container for select options | 20110226 | ||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'EDIT_FIELDCAT' | 20090604 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'EDIT_OPERATORS' | 20090604 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'EDIT_SEARCH' | 20090604 | |||
| 6 | Constant | Private | Type reference (TYPE) | SEOCLSNAME | 'CL_FPM_GUIBB_SEARCH_RENDER' | Object Type Name | 20090604 | ||
| 7 | Constant | Private | See coding | 20140219 | |||||
| 8 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_FPM_SEARCH_UIBB_SELOPT | Integration WDA Selecect Options | 20110302 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | IWCI_WD_SELECT_OPTIONS_20 | Web Dynpro Interface COMPONENTCONTROLLER | 20110302 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE | Web Dynpro: Component Usage | 20120404 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 'X' | Refresh preview | 20110428 |
Methods
Events
Class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_ELEMENT_SEARCH | Private | See coding | 20120725 | BEGIN OF ty_s_element_search,
search_group_index TYPE i,
index TYPE i,
o_element TYPE REF TO if_wd_context_element,
END OF ty_s_element_search
|
||
| 2 | TY_S_GROUP_INDEX | Private | See coding | 20120801 | BEGIN OF ty_s_group_index,
index TYPE i,
group_id TYPE fpmgb_search_group_id,
END OF ty_s_group_index
|
||
| 3 | TY_S_GROUP_INFO | Private | See coding | 20120426 | BEGIN OF ty_s_group_info,
group_id TYPE fpmgb_search_group_id,
group_title TYPE fpmgb_search_group_title,
END OF ty_s_group_info
|
||
| 4 | TY_T_ELEMENT_SEARCH | Private | See coding | 20120725 | ty_t_element_search TYPE STANDARD TABLE OF ty_s_element_search WITH NON-UNIQUE KEY search_group_index
|
||
| 5 | TY_T_GROUP_INDEX | Private | See coding | 20120801 | ty_t_group_index TYPE STANDARD TABLE OF ty_s_group_index
|
||
| 6 | TY_T_GROUP_INFO | Private | See coding | 20120426 | ty_t_group_info TYPE STANDARD TABLE OF ty_s_group_info
|
Method Signatures
Method ADD_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_EL_GROUP | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20120402 |
Method ADD_GROUP on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method ADD_LIST_UIBB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20110216 |
Method ADD_LIST_UIBB on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method APPLY_DND_SCHEMA_SCHEMA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DRAG_ELEMENT | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ELEMENT_SET | Web Dynpro: Number of Context Node Elements | 20121214 | |||
| 2 | IV_DROP_GROUP_ID_ATTR | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_GROUP_ID | ID of Search Group | 20121214 | |||
| 3 | IV_DROP_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20121214 | ||||
| 4 | IV_TO | Call by reference | Type reference (TYPE) | I | 20121214 |
Method APPLY_DND_SCHEMA_SCHEMA on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method CHECK_DEFAULT_OPERATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EXCLUDED_OPERATORS | Call by reference | Type reference (TYPE) | T_BC_CHOSEN | 20101208 |
Method CHECK_DEFAULT_OPERATOR on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no parameter.
Method CONSTRUCTOR on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method GET_ATTRIBUTE_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090604 |
Method GET_ATTRIBUTE_NODE on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method GET_CRIT_INDEX_FOR_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_HIGHEST_INDEX | Call by reference | Type reference (TYPE) | I | 20120801 | ||||
| 2 | EV_LOWEST_INDEX | Call by reference | Type reference (TYPE) | I | 20120801 | ||||
| 3 | IV_SEARCH_GROUP_ID | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_GROUP_ID | ID of Search Group | 20120801 |
Method GET_CRIT_INDEX_FOR_GROUP on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method GET_EXCLUDED_OPERATORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OPERATORS | Call by reference | Type reference (TYPE) | T_BC_CHOSEN | 20090604 | ||||
| 2 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Web Dynpro: Interface for Context Nodes | 20090604 |
Method GET_EXCLUDED_OPERATORS on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method GET_FPM_ATTR_TYPE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FPM_ATTR_TYPE | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_ATTR_TYPE | GUIBB SEARCH: Criterion Data Type | 20140218 | |||
| 2 | RV_TEXT | Value transfer | Type reference (TYPE) | STRING | 20140218 |
Method GET_FPM_ATTR_TYPE_TEXT on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method GET_GROUP_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20121219 |
Method GET_GROUP_NODE on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method GET_NEW_CRIT_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_INDEX_LAST | Call by reference | Type reference (TYPE) | I | 20120802 | ||||
| 2 | IV_SEARCH_GROUP_ID | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_GROUP_ID | ID of Search Group | 20120801 |
Method GET_NEW_CRIT_INDEX on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method GET_OPERATOR_CATALOGUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CATALOG | Call by reference | Type reference (TYPE) | T_BC_CATALOG | 20090604 | ||||
| 2 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20090604 |
Method GET_OPERATOR_CATALOGUE on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method GET_RESULT_CATALOGUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CATALOG | Call by reference | Type reference (TYPE) | T_BC_CATALOG | 20090604 |
Method GET_RESULT_CATALOGUE on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method GET_RESULT_CRITERIA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT_CRITERIA | Call by reference | Type reference (TYPE) | T_BC_CHOSEN | 20090604 | ||||
| 2 | IO_RESULT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090604 |
Method GET_RESULT_CRITERIA on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method GET_RESULT_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090604 |
Method GET_RESULT_NODE on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method GET_SEARCH_CATALOGUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CATALOG | Call by reference | Type reference (TYPE) | T_BC_CATALOG | 20090604 |
Method GET_SEARCH_CATALOGUE on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method GET_SEARCH_CRITERIA 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) | T_BC_CHOSEN | 20090604 | ||||
| 2 | IO_SEARCH_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090604 |
Method GET_SEARCH_CRITERIA on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method GET_SEARCH_CRIT_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FPM_ATTR_TYPE | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_ATTR_TYPE | GUIBB SEARCH: Criterion Data Type | 20140219 | |||
| 2 | IV_ATTR_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20140219 |
Method GET_SEARCH_CRIT_PROPERTIES on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method GET_SEARCH_GROUP_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GROUP_INDEX | Call by reference | Type reference (TYPE) | TY_T_GROUP_INDEX | 20120801 | ||||
| 2 | EV_NUMBER_OF_GROUPS | Call by reference | Type reference (TYPE) | I | 20120801 | ||||
| 3 | IO_SEARCH_GROUP_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120801 |
Method GET_SEARCH_GROUP_INDEX on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method GET_SEARCH_GROUP_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GROUP_INFO | Call by reference | Type reference (TYPE) | TY_T_GROUP_INFO | ID of Search Group | 20120426 |
Method GET_SEARCH_GROUP_INFO on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method INIT_SELOPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_SELOPT | Value transfer | Object reference (TYPE REF TO) | CL_FPM_SEARCH_UIBB_SELOPT | Integration WDA Selecect Options | 20110302 |
Method INIT_SELOPT on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method INIT_SELOPT_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_USAGE | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE | Web Dynpro: Component Usage | 20120404 |
Method INIT_SELOPT_USAGE on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method IS_ADD_RESULT_COLS_ENABLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ENABLED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110218 |
Method IS_ADD_RESULT_COLS_ENABLED on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method IS_ADD_RESULT_GUIBB_ENABLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ENABLED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110216 |
Method IS_ADD_RESULT_GUIBB_ENABLED on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method IS_ADD_SEARCH_ATTR_ENABLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ENABLED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120522 |
Method IS_ADD_SEARCH_ATTR_ENABLED on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method IS_FREE_TEXT_SEARCH_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_FIELD_DESCR | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCHFIELD_DESCR | GUIBB Search Field Description | 20140312 | |||
| 2 | EV_IS_FREE_TEXT_SEARCH_FIELD | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20140312 | |||
| 3 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20140312 |
Method IS_FREE_TEXT_SEARCH_FIELD on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method IS_GROUPING_ENABLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ENABLED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120523 |
Method IS_GROUPING_ENABLED on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method MOVE_ELEMENTS_IN_SEARCH_GROUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ATTR_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120801 | |||
| 2 | IT_ELEMENT | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ELEMENT_SET | Web Dynpro: Number of Context Node Elements | 20120801 | |||
| 3 | IV_MOVE_BY_INDEX | Call by reference | Type reference (TYPE) | I | 1 | +1: move down, -1: move up | 20120801 | ||
| 4 | RT_CHANGED | Value transfer | Type reference (TYPE) | WDR_CONTEXT_ELEMENT_SET | Web Dynpro: Number of Context Node Elements | 20120801 |
Method MOVE_ELEMENTS_IN_SEARCH_GROUP on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method RENDER_SEARCH_CRIT_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | 20140219 | ||||
| 2 | IV_FPM_ATTR_TYPE | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_ATTR_TYPE | GUIBB SEARCH: Criterion Data Type | 20140219 |
Method RENDER_SEARCH_CRIT_PROPERTIES on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method RENDER_SELOPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_DTA_ASSIST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20110302 | |||
| 2 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20110302 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | GUIBB Exceptions | 20110330 |
Method RENDER_TABLE_EXCLUDE_OPERATORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20051117-125541 | 20110314 | |||
| 2 | IO_SELECTED_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110314 |
Method RENDER_TABLE_EXCLUDE_OPERATORS on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method RESORT_INDEX_SEARCH_ELEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SEARCH_ATTR_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120725 | |||
| 2 | IO_SEARCH_GROUP_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120726 |
Method RESORT_INDEX_SEARCH_ELEM on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method SET_CONFIG_PROPERTIES Signature
Method SET_CONFIG_PROPERTIES on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no parameter.
Method SET_CONFIG_PROPERTIES on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method SET_DTI_TAGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DTI_TAGS | Call by reference | Type reference (TYPE) | STRING | 20121018 |
Method SET_DTI_TAGS on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method SET_SELOPT_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SELOPT_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IWCI_WD_SELECT_OPTIONS_20 | Web Dynpro Interface COMPONENTCONTROLLER | 20110302 |
Method SET_SELOPT_CONTROLLER on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
Method UPDATE_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20140220 | |||
| 2 | IS_CHANGE_LOG | Call by reference | Type reference (TYPE) | WDR_CONTEXT_CHANGE | Web Dynpro: Change to Context Entry | 20140220 | |||
| 3 | RV_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20140220 |
Method UPDATE_PROPERTIES on class CL_FPM_HCT_GUIBB_SEARCH_ASSIST has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 730 |