Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_GUIBB_ASSIST | GUIBB Assistence Base Class | 20090703 |
Properties
| Class | CL_FPM_SEARCH_UIBB_ASSIST | |
| Short Description | FPM_SEARCH_UIBB | |
| Super Class | CL_FPM_GUIBB_ASSIST | GUIBB Assistence Base Class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_GUIBB | Generic UI building blocks |
| Created | 20081127 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Interfaces
Class CL_FPM_SEARCH_UIBB_ASSIST has no interface implemented.
Friends
Class CL_FPM_SEARCH_UIBB_ASSIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | SYUNAME | '*' | User Name | 20130314 | ||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro Context | 20081128 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20110216 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_GUIBB_SEARCH_RESULT | handles the optional result table | 20090113 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM_SEARCH_PERSISTENCE | provides functionality for saving/loading saved searches | 20110216 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_SEARCH_UIBB_SELOPT | Integration WDA Selecect Options | 20110221 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IWCI_WD_SELECT_OPTIONS_20 | Web Dynpro Interface COMPONENTCONTROLLER | 20110209 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | TY_S_CONFIG | 20110219 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | TY_S_FEEDER | 20081128 | ||||
| 10 | Instance attribute | Public | Type reference (TYPE) | FPMGB_S_SEARCH_OPTIONS | FPM Search UIBB: Contains elements for adjustments | 20090716 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | TY_S_PERSONALIZATION | 20130218 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20101115 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | FPMGB_T_SEARCHFIELD_DESCR | Search Fielddescription | 20110216 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | FPMGB_T_SEARCH_FIELDUSAGE | Field Usage Search GUIBB | 20140401 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | TY_T_OVS | 20090212 | ||||
| 16 | Instance attribute | Public | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_ATTRIBUTE | 20130204 | ||||
| 17 | Instance attribute | Private | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_OPERATORS | 20130204 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_SEARCH_GROUP | 20130204 | ||||
| 19 | Instance attribute | Public | Type reference (TYPE) | I | 20110217 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101123 | ||
| 21 | Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Supplement for True Boolean Type: 'X' == True '' == False | 20110209 | ||
| 22 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110225 | |||
| 23 | Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20110216 | |||
| 24 | Instance attribute | Private | Type reference (TYPE) | WDR_PERS_SCOPE | Web Dynpro: Personalization Range | 20130314 |
Methods
Events
Class CL_FPM_SEARCH_UIBB_ASSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ELEMENT | Private | See coding | 20090211 | BEGIN OF s_element,
implicit_index TYPE i,
explicit_index TYPE i,
END OF s_element
|
||
| 2 | TY_S_CONFIG | Public | See coding | 20110219 | BEGIN OF ty_s_config ,
number_of_query_lines TYPE i,
save_search_active TYPE wdy_boolean,
show_search_button TYPE wdy_boolean,
show_clear_button TYPE wdy_boolean,
show_reset_button TYPE wdy_boolean,
max_num_result TYPE fpmgb_max_num_result,
show_max_num_result_field TYPE wdy_boolean,
group_same_crit TYPE wdy_boolean,
allow_personalization TYPE fpmgb_search_allow_personal,
location_saved_searches TYPE wdr_so_location,
check_mandatory TYPE fpmgb_check_mandatory,
END OF ty_s_config
|
||
| 3 | TY_S_FEEDER | Private | See coding | 20081128 | BEGIN OF ty_s_feeder,
name TYPE seoclsname,
feeder TYPE REF TO if_fpm_guibb_search,
is_model TYPE boole_d,
is_extended TYPE boole_d,
is_enhancement_access TYPE boole_d,
END OF ty_s_feeder
|
||
| 4 | TY_S_OVS | Private | See coding | 20090212 | BEGIN OF ty_s_ovs,
field_name TYPE name_komp,
ovs_name TYPE seoclsname,
ovs_ref TYPE REF TO if_fpm_guibb_ovs,
END OF ty_s_ovs
|
||
| 5 | TY_S_PERSONALIZATION | Private | See coding | 20130920 | begin of TY_S_PERSONALIZATION,
appl_key TYPE string.
INCLUDE TYPE wdr_so_s_personalization.
types
END OF ty_s_personalization
|
||
| 6 | TY_T_OVS | Private | See coding | 20090212 | ty_t_ovs TYPE STANDARD TABLE OF ty_s_ovs
|
||
| 7 | T_ELEMENTS | Private | See coding | 20090211 | t_elements TYPE STANDARD TABLE OF s_element WITH DEFAULT KEY
|
Method Signatures
Method ADJUST_WIDTH_FOR_DIALOG 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 | 20110214 |
Method ADJUST_WIDTH_FOR_DIALOG on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method CHECK_GROUP_EXISTENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_GROUP_STATE | Call by reference | Type reference (TYPE) | WDR_SO_T_GROUP_STATE | Select Options: Table Type of WDR_SO_S_GROUP_STATE | 20120620 | |||
| 2 | IT_SEARCH_GROUP | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_SEARCH_GROUP | 20120620 |
Method CHECK_GROUP_EXISTENCE on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method CHECK_SEARCH_ID_EXISTENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SAVED_SEARCH | Call by reference | Type reference (TYPE) | IF_FPM_SEARCH_PERSISTENCE=>T_SEARCH_ID | 20130923 | ||||
| 2 | EV_SEARCH_ID_EXISTS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130922 | |||
| 3 | IV_SEARCH_ID | Call by reference | Type reference (TYPE) | STRING | 20130922 |
Method CHECK_SEARCH_ID_EXISTENCE on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_SEARCH_UIBB_ASSIST has no parameter.
Method CONSTRUCTOR on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method CONVERT_MULTI_ATTR_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_STRING | Call by reference | Type reference (TYPE) | STRING | 20110217 | ||||
| 2 | IR_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20110217 | ||||
| 3 | IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20110217 |
Method CONVERT_MULTI_ATTR_TO_STRING on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method CONVERT_STRING_TO_MULTI_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20110217 | ||||
| 2 | IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20110217 | ||||
| 3 | IV_STRING | Call by reference | Type reference (TYPE) | STRING | 20110217 |
Method CONVERT_STRING_TO_MULTI_ATTR on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method DELETE_SEARCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEARCH_ID | Call by reference | Type reference (TYPE) | STRING | 20110215 |
Method DELETE_SEARCH on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method DETERMINE_FIELD_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CONFIGURED_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_ATTRIBUTE | 20140728 |
Method DETERMINE_FIELD_USAGE on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method DISPATCH_AFTER_FAILED_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20110216 | |||
| 2 | IV_REVERT | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110216 |
Method DISPATCH_AFTER_FAILED_EVENT on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method DISPATCH_CLEAR Signature
Method DISPATCH_CLEAR on class CL_FPM_SEARCH_UIBB_ASSIST has no parameter.
Method DISPATCH_CLEAR on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method DISPATCH_FLUSH Signature
Method DISPATCH_FLUSH on class CL_FPM_SEARCH_UIBB_ASSIST has no parameter.
Method DISPATCH_FLUSH on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method DISPATCH_NEEDS_CONFIRMATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_CONF_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_CONFIRMATION_REQUEST | Requests an end-user confirmation (e.g. data loss warning) | 20090107 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20090107 |
Method DISPATCH_NEEDS_CONFIRMATION on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method DISPATCH_OVS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS_CALLBACK_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20090211 | ||||
| 2 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | 20090211 | ||||
| 3 | IV_HIGH | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20140108 | |||
| 4 | IV_ROW_INDEX | Call by reference | Type reference (TYPE) | I | 20140108 |
Method DISPATCH_OVS on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method DISPATCH_PBO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20081215 |
Method DISPATCH_PBO on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method DISPATCH_PROCESS_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | Result of processing of a specific FPM event | 20090107 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20090107 |
Method DISPATCH_PROCESS_EVENT on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method EXPANDS_WITH_AVAILABLE_SPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_EXPANDABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: UIBB expands with available space | 20140523 |
Method EXPANDS_WITH_AVAILABLE_SPACE on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method GET_ATTR_ND_SEARCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SELOPT_EXCL_OPERATORS | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_OPERATORS | Search GUIBB: Table type for search operators | 20130204 | |||
| 2 | EV_ALLOW_PERSONALIZATION | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_ALLOW_PERSONAL | FPM Search: Alllow personalization | 20130218 | |||
| 3 | EV_CHECK_MANDATORY | Call by reference | Type reference (TYPE) | FPMGB_CHECK_MANDATORY | Check Mandatory Fields on Screen | 20140204 | |||
| 4 | EV_GROUP_SAME_CRIT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20120206 | |||
| 5 | EV_LOCATION_SAVED_SEARCHES | Call by reference | Type reference (TYPE) | WDR_SO_LOCATION | 20131216 | ||||
| 6 | EV_MAX_NUM_RESULT | Call by reference | Type reference (TYPE) | FPMGB_MAX_NUM_RESULT | Maximum Number of Rows in Result List in Search GUIBB | 20110215 | |||
| 7 | EV_NUMBER_OF_QUERY_LINES | Call by reference | Type reference (TYPE) | I | 20110212 | ||||
| 8 | EV_SAVE_SEARCH_ACTIVE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | GUIBB Search: Enable Saved Searches | 20110212 | |||
| 9 | EV_SHOW_CLEAR_BUTTON | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Display "Clear" Button | 20110212 | |||
| 10 | EV_SHOW_EXCLUDE_CRITERIA | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20110216 | |||
| 11 | EV_SHOW_MAX_NUM_RESULT_FIELD | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20110427 | |||
| 12 | EV_SHOW_RESET_BUTTON | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Show Reset Pushbutton in GUIBB Search | 20110212 | |||
| 13 | EV_SHOW_SEARCH_BUTTON | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Display "Search" Button | 20110212 | |||
| 14 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110228 | |||
| 15 | IS_OPTIONS | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCH_OPTIONS | FPM Search UIBB: Contains elements for adjustments | 20110322 |
Method GET_ATTR_ND_SEARCH on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method GET_CONFIG_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_CONFIG_DATA | Call by reference | Type reference (TYPE) | TY_S_CONFIG | 20110219 | ||||
| 2 | ET_SELOPT_ATTRIBUTE | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_ATTRIBUTE | 20130204 | ||||
| 3 | ET_SELOPT_EXCL_OPERATORS | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_OPERATORS | Search GUIBB: Table type for search operators | 20130204 | |||
| 4 | ET_SELOPT_SEARCH_GROUP | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_SEARCH_GROUP | 20130204 | ||||
| 5 | EV_SHOW_EXCLUDE_CRITERIA | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20110217 | |||
| 6 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110228 | |||
| 7 | IO_FIELD_CATALOG | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20110218 | |||
| 8 | IS_OPTIONS | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCH_OPTIONS | FPM Search UIBB: Contains elements for adjustments | 20110322 | |||
| 9 | IT_FIELD_DESCR | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCHFIELD_DESCR | Search Fielddescription | 20110217 |
Method GET_CONFIG_DATA on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method GET_DDIC_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_ELEM_DESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_ELEMDESCR | Runtime Type Services | 20110210 | |||
| 2 | ES_DFIES | Call by reference | Type reference (TYPE) | DFIES | DD Interface: Table Fields for DDIF_FIELDINFO_GET | 20110210 | |||
| 3 | EV_DDIC_INFO_NOT_FOUND | Call by reference | Type reference (TYPE) | ABAP_BOOL | Indicator: DDIC info for attribute not found | 20110622 | |||
| 4 | EV_RUNTIME_INFO_NOT_FOUND | Call by reference | Type reference (TYPE) | ABAP_BOOL | Indicator: Runtime infor for attribute not found | 20110622 | |||
| 5 | IO_FIELD_CATALOG | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20110622 | |||
| 6 | IT_DFIES | Call by reference | Type reference (TYPE) | DDFIELDS | DD: Field List | 20110511 | |||
| 7 | IV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20110210 |
Method GET_DDIC_INFO on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method GET_DELIMITER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DELIMITER | Value transfer | Type reference (TYPE) | CHAR3 | 3-Byte field | 20110331 |
Method GET_DELIMITER on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method GET_FEEDER_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_FEEDER_MODEL | Value transfer | Object reference (TYPE REF TO) | IF_FPM_FEEDER_MODEL | 20081205 |
Method GET_FEEDER_MODEL on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method GET_FPM_ATTR_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TYPE | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_ATTR_TYPE | GUIBB SEARCH: Criterion Data Type | 20110414 | |||
| 2 | EV_UNKNOWN_ATTRIBUTE_TYPE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Indicator: Unknown attribute type | 20110622 | |||
| 3 | IO_FIELD_CATALOG | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20110228 | |||
| 4 | IS_FIELD_DESCR | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCHFIELD_DESCR | GUIBB Search Field Description | 20110228 | |||
| 5 | IV_ATTR_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20110303 |
Method GET_FPM_ATTR_TYPE on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method GET_FPM_ATTR_TYPE_FROM_RTTI 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 | 20111130 | |||
| 2 | IO_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20111130 |
Method GET_FPM_ATTR_TYPE_FROM_RTTI on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method GET_PERSONALIZATION_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_PERSONALIZATION | Call by reference | Type reference (TYPE) | TY_S_PERSONALIZATION | 20130225 | ||||
| 2 | IV_APP_KEY_FOR_SAVING_SEARCHES | Call by reference | Type reference (TYPE) | STRING | SPACE | 20130920 |
Method GET_PERSONALIZATION_DATA on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method GET_RESULT_LIST_UIBB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_RESULT_LIST_UIBB | Value transfer | Type reference (TYPE) | IF_FPM_GUIBB_SEARCH_CFG_ACC=>TY_S_RESULT_GUIBB_LIST | 20111109 |
Method GET_RESULT_LIST_UIBB on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method GET_RESULT_LIST_UIBB_CONT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_UI_ELEMENT_ID | Value transfer | Type reference (TYPE) | STRING | 20111109 |
Method GET_RESULT_LIST_UIBB_CONT_ID on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method GET_SAVED_SEARCHES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SORT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Replacement for Real Boolean Type: 'X' == True '' == False | 20130315 | ||
| 2 | RT_SAVED_SEARCH | Value transfer | Type reference (TYPE) | IF_FPM_SEARCH_PERSISTENCE=>T_SEARCH_ID | 20110216 |
Method GET_SAVED_SEARCHES on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method GET_SEARCH_ATTR_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FIELD_CATALOG | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20110510 | |||
| 2 | IS_FIELD_DESCR | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCHFIELD_DESCR | Search Fielddescription | 20110510 | |||
| 3 | IV_ATTR_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20110510 | |||
| 4 | IV_DDIC_TEXT | Call by reference | Type reference (TYPE) | STRING | Web Dynpro: Configuration: Translatable Text | 20110510 | |||
| 5 | RV_ATTR_TEXT | Value transfer | Type reference (TYPE) | WDY_CONF_TRANSL_TEXT | Web Dynpro: Configuration: Translatable Text | 20110510 |
Method GET_SEARCH_ATTR_TEXT on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method GET_SEARCH_GROUPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SEARCH_GROUP | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_SEARCH_GROUP | 20120208 | ||||
| 2 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20120208 | |||
| 3 | IT_ATTRIBUTE | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_ATTRIBUTE | 20120208 |
Method GET_SEARCH_GROUPS on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method GET_UNAME_FOR_SAVED_SEARCHES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20130417 | |||
| 2 | IV_NON_DELETABLE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Replacement for Real Boolean Type: 'X' == True '' == False | 20130417 |
Method GET_UNAME_FOR_SAVED_SEARCHES on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method GET_USED_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ATTRIBUTE | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_ATTRIBUTE | 20110228 | ||||
| 2 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110228 | |||
| 3 | IO_FIELD_CATALOG | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20110218 | |||
| 4 | IT_FIELD_DESCR | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCHFIELD_DESCR | Search Fielddescription | 20110218 |
Method GET_USED_ATTRIBUTES on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method HANDLE_DARK_INIT_PROCESSING 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 | 20110222 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20101110 |
Method HANDLE_DARK_INIT_PROCESSING on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method HANDLE_DARK_SEARCH_EXECUTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ACTUAL_SEARCH_ID | Call by reference | Type reference (TYPE) | STRING | 20110222 | ||||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20110215 |
Method HANDLE_DARK_SEARCH_EXECUTION on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20110214 | |||
| 2 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110228 | |||
| 3 | IO_SELOPT_IF_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IWCI_WD_SELECT_OPTIONS_20 | Web Dynpro Interface COMPONENTCONTROLLER | 20110214 | |||
| 4 | IV_INTERFACE_VIEW | Call by reference | Type reference (TYPE) | FPM_VIEW_NAME | Web Dynpro: Name of a Web Dynpro View | 20110214 |
Method INITIALIZE on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method INIT_FEEDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MESSAGE | Call by reference | Type reference (TYPE) | FPMGB_S_T100_MESSAGE | FPMGB T100 messages | 20090703 | |||
| 2 | EV_ADDITIONAL_ERROR_INFO | Call by reference | Type reference (TYPE) | DOKU_OBJ | Documentation Object | 20090703 | |||
| 3 | EV_ERROR | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20090703 | |||
| 4 | IV_READ_DEFAULT_CONFIG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091009 |
Method INIT_FEEDER on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method IS_DEFAULT_SEARCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEARCH_ID | Call by reference | Type reference (TYPE) | STRING | 20130225 | ||||
| 2 | RV_IS_DEFAULT_SEARCH | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130225 |
Method IS_DEFAULT_SEARCH on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method IS_RESULT_LIST_UIBB_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: Result List UIBB is active | 20111109 |
Method IS_RESULT_LIST_UIBB_ACTIVE on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method LOAD_SEARCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NON_DELETABLE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Replacement for Real Boolean Type: 'X' == True '' == False | 20130315 | ||
| 2 | IV_SEARCH_ID | Call by reference | Type reference (TYPE) | STRING | 20110215 |
Method LOAD_SEARCH on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method LOAD_SEARCH_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GROUP_STATE | Call by reference | Type reference (TYPE) | WDR_SO_T_GROUP_STATE | Select Options: Table Type of WDR_SO_S_GROUP_STATE | 20130923 | |||
| 2 | ET_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20130923 | |||
| 3 | ET_SEARCH_CRITERIA_INT | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA_INT | Search criteria for GUIBB Search (internal) | 20130923 | |||
| 4 | EV_MAX_NUM_RESULT | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_RESULT_NUM_ROWS | GUIBB SEARCH: Number of Rows in Result List | 20130923 | |||
| 5 | EV_NOTHING_FOUND | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130923 | |||
| 6 | EV_SHOW_ALL_RESULTS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130923 | |||
| 7 | IS_CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key Components of Configuration Tables | 20130923 | |||
| 8 | IS_SEARCH | Call by reference | Type reference (TYPE) | IF_FPM_SEARCH_PERSISTENCE=>S_SEARCH_ID | 20130923 | ||||
| 9 | IT_SELOPT_ATTRIBUTE | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_ATTRIBUTE | 20130923 | ||||
| 10 | IT_SELOPT_SEARCH_GROUP | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_SEARCH_GROUP | 20130923 | ||||
| 11 | IV_APP_KEY | Call by reference | Type reference (TYPE) | STRING | 20130923 | ||||
| 12 | IV_UNAME | Call by reference | Type reference (TYPE) | SY-UNAME | ABAP System Field: Name of Current User | 20130923 |
Method LOAD_SEARCH_ID on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method MAP_SEARCH_CRITERIA_EXT_TO_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SEARCH_CRITERIA_INT | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA_INT | Search criteria for GUIBB Search (internal) | 20110414 | |||
| 2 | IT_ATTRIBUTE | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_ATTRIBUTE | 20110412 | ||||
| 3 | IT_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | Search criteria for GUIBB Search | 20110301 |
Method MAP_SEARCH_CRITERIA_EXT_TO_INT on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method MAP_SEARCH_CRITERIA_INT_TO_EXT 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 | 20110414 | |||
| 2 | IT_ATTRIBUTE | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_ATTRIBUTE | 20110301 | ||||
| 3 | IT_SEARCH_CRITERIA_INT | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA_INT | Search criteria for GUIBB Search (internal) | 20110301 |
Method MAP_SEARCH_CRITERIA_INT_TO_EXT on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method ON_ATTRIBUTE_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ROW_INDEX | Call by reference | Type reference (TYPE) | I | 20110215 |
Method ON_ATTRIBUTE_CHANGE on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method ON_EDIT_MULTI_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20121205 | ||||
| 2 | IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20121205 | ||||
| 3 | IV_ROW_INDEX | Call by reference | Type reference (TYPE) | I | 20121205 |
Method ON_EDIT_MULTI_VALUE on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method ON_EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RAISE_BEFORE_DISPATCH | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Replacement for Real Boolean Type: 'X' == True '' == False | 20130227 |
Method ON_EXECUTE on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method ON_LEAD_SEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20100121 | |||
| 2 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | FPM_ACTION_TYPE | IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD | Type of FPM Event Action | 20110214 |
Method ON_LEAD_SEL on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method ON_RESULT_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20090220 | |||
| 2 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | FPM_ACTION_TYPE | IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD | Type of FPM Event Action | 20110214 |
Method ON_RESULT_SELECTION on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method ON_SAVE_PERSONALIZATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PERSONALIZATION | Call by reference | Type reference (TYPE) | WDR_SO_S_PERSONALIZATION | Select Options: Personalization Data | 20130219 |
Method ON_SAVE_PERSONALIZATION on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method PROCESS_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGE | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_T_T100_MESSAGE | FPMGB Messages (T100 & Plaintext) | 20110415 | |||
| 2 | IT_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | Search criteria for GUIBB Search | 20110419 | |||
| 3 | IV_PASS_INITIAL_SEARCH_ROWS | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Indicator: Table of search criteria contains initial values | 20110419 |
Method PROCESS_MESSAGES on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method RENDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20081207 | |||
| 2 | IO_VIEW_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20081207 | |||
| 3 | IV_IS_FIRST | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20081207 |
Method RENDER on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method RESET_CONFIG_DATA_RESTRICTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONFIGURATION_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20130204 |
Method RESET_CONFIG_DATA_RESTRICTED on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method RESET_PAGE Signature
Method RESET_PAGE on class CL_FPM_SEARCH_UIBB_ASSIST has no parameter.
Method RESET_PAGE on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method SAVE_SEARCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_EXISTS_ALREADY | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090506 | |||
| 2 | IV_SAVE_ANY_CASE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110214 | |||
| 3 | IV_SEARCH_NAME | Call by reference | Type reference (TYPE) | STRING | 20110215 |
Method SAVE_SEARCH on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method SET_WD_INSTANCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20081128 | |||
| 2 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110228 | |||
| 3 | IO_SELOPT_IF_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IWCI_WD_SELECT_OPTIONS_20 | Web Dynpro Interface COMPONENTCONTROLLER | 20110212 |
Method SET_WD_INSTANCES on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method SORT_GUIBB_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT | Web Dynpro Context | 20081127 |
Method SORT_GUIBB_NODES on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method SORT_NODE_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090211 |
Method SORT_NODE_ELEMENTS on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
Method UPDATE_PERS_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_CONFIG_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONFIG_CONTEXT | Modification of Configuration Context | 20130219 | |||
| 2 | IS_PERSONALIZATION | Call by reference | Type reference (TYPE) | TY_S_PERSONALIZATION | 20130219 |
Method UPDATE_PERS_NODE on class CL_FPM_SEARCH_UIBB_ASSIST has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 720 |