Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_GUIBB_RENDER | Rendering utility | 20091204 |
Properties
| Class | CL_GRAC_FPM_GUIBB_SEARCHRENDER | |
| Short Description | renders the search UI | |
| Super Class | CL_FPM_GUIBB_RENDER | Rendering utility |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRAC_SOD | Access Control GRC SoD Rules and etc. |
| Created | 20091204 | SAP |
| Last change | 20141106 | |
| 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no interface implemented.
Friends
Class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20050916-083208 | 20091204 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FPM_GUIBB_SEARCH_EXT | GUIBB Search extended | 20091204 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20091204 | |||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20091204 | |||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_FPM_GUIBB_SEARCH_RESULT | handles the optional result table | 20091204 | |||
| 6 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FPM_SEARCH_PERSISTENCE | provides functionality for saving/loading saved searches | 20091204 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | GRAC_T_WD_SOD_SIMULATION | Simulation Table Structure | 20100218 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | T_OPERATORS | 20091204 | ||||
| 9 | Instance attribute | Public | Type reference (TYPE) | T_AVAILABLE_ATTRS | 20091204 | ||||
| 10 | Instance attribute | Public | Type reference (TYPE) | WDR_CONTEXT_ATTR_VALUE_LIST | All Fixed Values of an Attribute with Texts | 20091204 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | ABAP_COMPONENT_TAB | 20091204 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | FPMGB_T_SEARCHFIELD_DESCR | GUIBB List Field Description | 20091204 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | T_ATTRIBUTE_ALLOWS_OPERATORS | Operators changable by config | 20091204 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | GRAC_T_WD_SOD_SIMULATION | Simulation table | 20100220 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | TT_RESTRICT | 20110201 | ||||
| 16 | Instance attribute | Public | Type reference (TYPE) | GRAC_T_WD_SOD_SIMULATION | Simulation table | 20100220 | |||
| 17 | Instance attribute | Public | Type reference (TYPE) | T_SEARCH | 20091204 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | GRAC_T_SEARCH_RENDER_SETTINGS | Search render properties | 20100708 | |||
| 19 | Instance attribute | Public | Type reference (TYPE) | STRING | 20110408 | ||||
| 20 | Instance attribute | Public | Type reference (TYPE) | STRING | Company Code | 20110429 | |||
| 21 | Instance attribute | Public | Type reference (TYPE) | STRING | 20110408 | ||||
| 22 | Instance attribute | Private | Type reference (TYPE) | I | 20091204 | ||||
| 23 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100719 | ||||
| 24 | Instance attribute | Private | Type reference (TYPE) | I | 20091204 | ||||
| 25 | Instance attribute | Private | Type reference (TYPE) | I | 20100208 | ||||
| 26 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091204 | |||
| 27 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091204 | |||
| 28 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091204 |
Methods
Events
Class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ATTRIBUTE_ALLOWS_OPERATORS | Public | See coding | 20091204 | BEGIN OF s_attribute_allows_operators,
attribute TYPE name_komp,
allows_operators TYPE t_operators,
END OF s_attribute_allows_operators
|
||
| 2 | S_AVAILABLE_ATTRS | Public | See coding | 20091204 | BEGIN OF s_available_attrs,
name TYPE name_komp,
attr_text TYPE string,
type TYPE REF TO cl_abap_datadescr,
meta_type TYPE fpmgb_search_attr_type,
exclude_criteria TYPE boole_d,
free_text_search TYPE boole_d,
* multiple_attr type ref to cl_abap_tabledescr,
multiple_attr TYPE REF TO cl_abap_structdescr,
END OF s_available_attrs
|
||
| 3 | S_BINDING_PATHES | Public | See coding | 20091204 | BEGIN OF s_binding_pathes,
attr_ddlb TYPE string,
op_text TYPE string,
input1 TYPE string,
input2 TYPE string,
input1_tt TYPE string,
input2_tt TYPE string,
input_ddlb TYPE string,
input_checkbox TYPE string,
input1_visible TYPE string,
input2_visible TYPE string,
and_visible TYPE string,
remove_visible TYPE string,
input_ddlb_visible TYPE string,
input_checkbox_visible TYPE string,
input_button TYPE string,
input_button_visible TYPE string,
END OF s_binding_pathes
|
||
| 4 | S_ELEMENT | Public | See coding | 20110104 | BEGIN OF s_element,
implicit_index TYPE i,
explicit_index TYPE i,
END OF s_element
|
||
| 5 | S_OPERATORS | Public | See coding | 20091204 | BEGIN OF s_operators,
operator_id TYPE fpmgb_search_operator,
text TYPE string,
END OF s_operators
|
||
| 6 | S_SEARCH | Public | See coding | 20091204 | BEGIN OF s_search,
name TYPE name_komp,
attr_text TYPE string,
type TYPE REF TO cl_abap_datadescr,
meta_type TYPE fpmgb_search_attr_type,
ui_id TYPE s_ui_elem_ids,
binding_path TYPE s_binding_pathes,
index_of_ui_elements TYPE i,
node_name TYPE string,
number_of_ui_elements TYPE i,
ui_inp1 type REF TO cl_wd_input_field,
ui_inp2_cont TYPE REF TO cl_wd_transparent_container,
ui_ddlb TYPE REF TO cl_wd_dropdown_by_key,
ui_checkbox TYPE REF TO cl_wd_checkbox,
ui_file_upload TYPE REF TO cl_wd_file_upload,
ui_button TYPE REF TO cl_wd_button,
ui_text_view TYPE REF TO cl_wd_text_view,
* name TYPE name_komp,
* attr_text TYPE string,
* type TYPE REF TO cl_abap_datadescr,
* meta_type TYPE fpmgb_search_attr_type,
* ui_id TYPE s_ui_elem_ids,
* binding_path TYPE s_binding_pathes,
* index_of_ui_elements TYPE i,
* node_name TYPE string,
* number_of_ui_elements TYPE i,
* ui_inp1 TYPE REF TO cl_wd_input_field,
* ui_inp2_cont TYPE REF TO cl_wd_transparent_container,
* ui_ddlb TYPE REF TO cl_wd_dropdown_by_key,
* ui_checkbox TYPE REF TO cl_wd_checkbox,
* ui_text_view_mult TYPE REF TO cl_wd_text_edit,
* ui_invisible1 TYPE REF TO cl_wd_invisible_element,
* ui_invisible2 TYPE REF TO cl_wd_invisible_element,
* ui_text_edit TYPE REF TO cl_wd_text_edit,
* ui_button_edit TYPE REF TO cl_wd_button,
* ui_plus_minus_buttons TYPE REF TO cl_wd_transparent_container,
* multiple_type TYPE REF TO cl_abap_structdescr,
* multiple_input TYPE string_table,
* multiple_rows TYPE i,
* multiple_read_only TYPE wdy_boolean,
* multiple_struct TYPE REF TO data,
* exclude_label TYPE REF TO cl_wd_label,
* exclude_label_text TYPE REF TO cl_wd_label,
* exclude_criteria TYPE boole_d,
* free_text_search TYPE boole_d,
END OF s_search
|
||
| 7 | S_UI_ELEM_IDS | Public | See coding | 20091204 | BEGIN OF s_ui_elem_ids,
attr_ddlb TYPE string,
op TYPE string,
inp1 TYPE string,
inp2 TYPE string,
inp_ddlb TYPE string,
inp_check TYPE string,
button1 TYPE string,
button2 TYPE string,
and TYPE string,
button TYPE string,
END OF s_ui_elem_ids
|
||
| 8 | TT_RESTRICT | Public | See coding | 20110201 | tt_restrict TYPE STANDARD TABLE OF ty_restrict
|
||
| 9 | TY_RESTRICT | Public | See coding | 20110201 | BEGIN OF ty_restrict,
name TYPE NAME_KOMP,
END OF ty_restrict
|
||
| 10 | T_ATTRIBUTE_ALLOWS_OPERATORS | Public | See coding | 20091204 | t_attribute_allows_operators TYPE STANDARD TABLE OF s_attribute_allows_operators WITH DEFAULT KEY
|
||
| 11 | T_AVAILABLE_ATTRS | Public | See coding | 20091204 | t_available_attrs TYPE STANDARD TABLE OF s_available_attrs WITH DEFAULT KEY
|
||
| 12 | T_ELEMENTS | Public | See coding | 20110104 | t_elements TYPE STANDARD TABLE OF s_element WITH DEFAULT KEY
|
||
| 13 | T_OPERATORS | Public | See coding | 20091204 | t_operators TYPE STANDARD TABLE OF s_operators WITH DEFAULT KEY
|
||
| 14 | T_SEARCH | Public | See coding | 20091204 | t_search TYPE STANDARD TABLE OF s_search WITH DEFAULT KEY
|
Method Signatures
Method ADD_SUB_COMPONENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_COMPONENT | Call by reference | Type reference (TYPE) | ABAP_COMPONENT_TAB | 20091204 |
Method ADD_SUB_COMPONENTS on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method CHANGE_OPS_FROM_FIELD_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ALLOWED_OPS | Call by reference | Type reference (TYPE) | CL_GRAC_FPM_GUIBB_SEARCHRENDER=>T_ATTRIBUTE_ALLOWS_OPERATORS | 20091204 |
Method CHANGE_OPS_FROM_FIELD_DESCR on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method CHECK_IF_IS_INITIAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SEARCH | Call by reference | Type reference (TYPE) | S_SEARCH | 20091204 | ||||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20091204 | ||||
| 3 | IV_VALUE_HIGH | Call by reference | Type reference (TYPE) | STRING | 20101214 | ||||
| 4 | RV_IS_INITIAL | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091204 |
Method CHECK_IF_IS_INITIAL on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method CHECK_ONLY_ONE_ROW_EXISTS Signature
Method CHECK_ONLY_ONE_ROW_EXISTS on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no parameter.
Method CHECK_ONLY_ONE_ROW_EXISTS on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method CLEAR_INPUT Signature
Method CLEAR_INPUT on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no parameter.
Method CLEAR_INPUT on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method CLEAR_INPUT_OF_ROW 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 | 20091204 |
Method CLEAR_INPUT_OF_ROW on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method CLONE_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20110129 | ||||
| 2 | EV_FIELD_DESC | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCHFIELD_DESCR | GUIBB Search Field Description | 20110129 | |||
| 3 | EV_TARGET_ID | Call by reference | Type reference (TYPE) | I | 20110129 | ||||
| 4 | IV_CLONE_FLAG | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20110129 | |||
| 5 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20110204 | |||
| 6 | IV_OVS_CHANGE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20110204 | |||
| 7 | IV_OVS_FLAG | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20110204 | |||
| 8 | IV_OVS_NAME | Call by reference | Type reference (TYPE) | STRING | 20110204 | ||||
| 9 | IV_ROW | Call by reference | Type reference (TYPE) | I | 20110204 | ||||
| 10 | IV_SOURCE_ID | Call by reference | Type reference (TYPE) | I | 20091204 |
Method CLONE_ROW on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DESIGN_TIME | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20091204 | |||
| 2 | IV_ND_DYNAMIC | Call by reference | Type reference (TYPE) | STRING | 'DYNAMIC' | 20100719 |
Method CONSTRUCTOR on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method CREATE_NODE_FOR_STATEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 20091204 |
Method CREATE_NODE_FOR_STATEMENT on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method DETERMINE_ATTR_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20091204 | |||
| 2 | RV_TYPE | Value transfer | Type reference (TYPE) | FPMGB_SEARCH_ATTR_TYPE | GUIBB search: Attribute data type | 20091204 |
Method DETERMINE_ATTR_TYPE on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method GENERATE_BINDING_PATHES 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 | 20091204 | ||||
| 2 | RV_BINDING_PATHES | Value transfer | Type reference (TYPE) | S_BINDING_PATHES | 20091204 |
Method GENERATE_BINDING_PATHES on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method GENERATE_UI_IDS 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 | 20091204 | ||||
| 2 | RV_UI_IDS | Value transfer | Type reference (TYPE) | S_UI_ELEM_IDS | 20091204 |
Method GENERATE_UI_IDS on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method GET_CURRENT_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) | FPMGB_T_SEARCH_CRITERIA_INT | search criteria for GUIBB Search | 20091204 |
Method GET_CURRENT_SEARCH_CRITERIA on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method GET_CURRENT_SEARCH_CRIT_CUP 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 | 20100829 |
Method GET_CURRENT_SEARCH_CRIT_CUP on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method GET_START_UI_INDEX_FOR_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ROW | Call by reference | Type reference (TYPE) | I | 20091204 | ||||
| 2 | RV_START_UI_INDEX | Value transfer | Type reference (TYPE) | I | 20091204 |
Method GET_START_UI_INDEX_FOR_ROW on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method GET_STATEMENT_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 20091204 | ||||
| 2 | RO_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Context Nodes | 20091204 |
Method GET_STATEMENT_ELEMENT on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method INIT_ALLOWED_OPERATORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ALLOWED_OPS_DEFAULT | Call by reference | Type reference (TYPE) | CL_GRAC_FPM_GUIBB_SEARCHRENDER=>T_ATTRIBUTE_ALLOWS_OPERATORS | 20091204 |
Method INIT_ALLOWED_OPERATORS on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method INIT_SEARCH_CONFIG Signature
Method INIT_SEARCH_CONFIG on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no parameter.
Method INIT_SEARCH_CONFIG on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method LOAD_AVAILABLE_SEARCHES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key Components of Configuration Tables | 20091204 |
Method LOAD_AVAILABLE_SEARCHES on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method LOAD_AVAILABLE_SEARCHES_CUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key Components of Configuration Tables | 20100706 |
Method LOAD_AVAILABLE_SEARCHES_CUP on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method ON_ATTRIBUTE_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20110129 | ||||
| 2 | IV_SOURCE_ID | Call by reference | Type reference (TYPE) | I | 20091204 |
Method ON_ATTRIBUTE_CHANGED on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method ON_LOAD_NEW_CRITERIA 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_NODE | Web Dynpro: Interface for Context Nodes | 20100216 | |||
| 2 | IT_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA_INT | search criteria for GUIBB Search | 20091204 | |||
| 3 | IV_TYPE | Call by reference | Type reference (TYPE) | STRING | 20100302 |
Method ON_LOAD_NEW_CRITERIA on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method ON_LOAD_NEW_CRITERIA_CUP 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_NODE | Web Dynpro: Interface for Context Nodes | 20100705 | |||
| 2 | IT_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA_INT | search criteria for GUIBB Search | 20100705 | |||
| 3 | IV_NODELETE_ROW | Call by reference | Type reference (TYPE) | GRAC_BOOLEAN | Do not delete row | 20100920 | |||
| 4 | IV_TYPE | Call by reference | Type reference (TYPE) | STRING | 20100705 |
Method ON_LOAD_NEW_CRITERIA_CUP on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method ON_MULTI_SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ATTR_TEXT | Call by reference | Type reference (TYPE) | STRING | 20100221 | ||||
| 2 | IV_SOURCE_ID | Call by reference | Type reference (TYPE) | I | 20100221 |
Method ON_MULTI_SELECT on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method ON_OPERATOR_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SOURCE_ID | Call by reference | Type reference (TYPE) | I | 20091204 |
Method ON_OPERATOR_CHANGED on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method REMOVE_ROW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FIELD_DESC | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCHFIELD_DESCR | GUIBB Search Field Description | 20110201 | |||
| 2 | IV_ROW | Call by reference | Type reference (TYPE) | I | 20091204 | ||||
| 3 | IV_SOURCE_ID | Call by reference | Type reference (TYPE) | I | 20091204 |
Method REMOVE_ROW on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method RENDER_STATEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 20091204 | ||||
| 2 | IV_IS_FIRST | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091204 |
Method RENDER_STATEMENT on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method SET_DEFAULT_OPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OPS_DEFAULT | Call by reference | Type reference (TYPE) | T_ATTRIBUTE_ALLOWS_OPERATORS | 20091204 |
Method SET_DEFAULT_OPS on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method SET_INPUT_FIELD_BINDING_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ROW | Call by reference | Type reference (TYPE) | I | 20091204 |
Method SET_INPUT_FIELD_BINDING_PATH on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method SET_IS_EMPTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OPERATOR_SET | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTR_VALUE_LIST | All Fixed Values of an Attribute with Texts | 20121030 | |||
| 2 | LV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20121030 |
Method SET_IS_EMPTY on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method SET_OPERATORS_FOR_STATEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 20091204 |
Method SET_OPERATORS_FOR_STATEMENT on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method SET_UI_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_UI_PROPERTIES | Call by reference | Type reference (TYPE) | GRAC_T_SEARCH_RENDER_SETTINGS | Search render properties | 20100708 |
Method SET_UI_PROPERTIES on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
Method SET_VISIBILITY_OF_INPUT_ELEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FROM_LOAD_NEW | Call by reference | Type reference (TYPE) | BOOLE_D | Is call from load new criteria | 20120816 | |||
| 2 | IV_INDEX | Call by reference | Type reference (TYPE) | I | 20091204 | ||||
| 3 | IV_OPERATOR | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_OPERATOR | Operator | 20120816 | |||
| 4 | NEW_ATTRIBUTE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091204 | |||
| 5 | NEW_OPERATOR | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091204 |
Method SET_VISIBILITY_OF_INPUT_ELEMS on class CL_GRAC_FPM_GUIBB_SEARCHRENDER has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |