Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_SEARCH_CONVERSION | conversion between fpm search format and abap ranges | 20110705 |
Properties
Class | CL_FPM_SEARCH_UIBB_SELOPT | |
Short Description | Integration WDA Selecect Options | |
Super 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 | 20110219 | 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) |
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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
5 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FPM_GUIBB_SEARCH_CONVERSION | conversion between fpm search format and abap ranges | 20110705 |
Friends
Class CL_FPM_SEARCH_UIBB_SELOPT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'FPM_RD_' | 20140801 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_GUIBB_SEARCH_ATTR_READ | Access to search attributes | 20110329 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20110221 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_SELECT_OPTIONS_20 | Select Options in Accordance with UI Guidelines 2.0 | 20110420 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM_TOKEN_PROVIDER | FPM: Token Provider | 20141013 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | UIBB Instance Key | 20110323 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_ATTRIBUTE | Search attributes | 20110705 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20130115 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FPMGB_T_SEARCHFIELD_DESCR | Search Fielddescription | 20110420 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WDR_SO_T_ATTRIBUTES | Select Options: Attributes | 20140319 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FPMGB_SEARCH_RESULT_NUM_ROWS | GUIBB SEARCH: Number of Rows in Result List | 20120614 |
Methods
Events
Class CL_FPM_SEARCH_UIBB_SELOPT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_ATTRIBUTE | Public | See coding | 20110228 | BEGIN OF ty_s_attribute,
name TYPE name_komp,
index TYPE wdy_conf_index,
text TYPE wdy_conf_transl_text,
default_operator TYPE fpmgb_search_operator,
attr_type TYPE fpmgb_search_attr_type,
multiple_struct TYPE REF TO cl_abap_structdescr,
dataelement TYPE rollname,
rtti_type TYPE REF TO cl_abap_elemdescr,
group_id TYPE fpmgb_search_group_id,
input_prompt TYPE fpm_input_prompt,
END OF ty_s_attribute
|
||
2 | TY_S_OPERATORS | Public | See coding | 20110303 | BEGIN OF ty_s_operators ,
attr_name TYPE name_komp,
operators TYPE fpmgb_t_search_operator,
END OF ty_s_operators
|
||
3 | TY_S_SEARCH_ATTR | Public | See coding | 20120208 | BEGIN OF ty_s_search_attr,
name TYPE name_komp,
END OF ty_s_search_attr
|
||
4 | TY_S_SEARCH_GROUP | Public | See coding | 20120208 | BEGIN OF ty_s_search_group,
group_id TYPE fpmgb_search_group_id,
group_title TYPE fpmgb_search_group_title,
number_search_lines TYPE fpmgb_num_query_lines,
expandable TYPE fpmgb_search_expandable,
expand_on_open TYPE fpmgb_search_expand_on_open,
attribute TYPE ty_t_search_attr,
END OF ty_s_search_group
|
||
5 | TY_S_SEARCH_REL_DATE | Private | See coding | 20141013 | BEGIN OF ty_s_search_rel_date .
INCLUDE TYPE wdr_so_s_rel_date.
TYPES: has_interval TYPE wdy_boolean,
END OF ty_s_search_rel_date
|
||
6 | TY_T_ATTRIBUTE | Public | See coding | 20110228 | ty_t_attribute TYPE SORTED TABLE OF ty_s_attribute
WITH UNIQUE KEY name
|
||
7 | TY_T_ATTRIBUTE_UNSORTED | Public | See coding | 20120210 | ty_t_attribute_unsorted TYPE STANDARD TABLE OF ty_s_attribute
|
||
8 | TY_T_OPERATORS | Public | See coding | 20110303 | ty_t_operators TYPE STANDARD TABLE OF ty_s_operators
|
||
9 | TY_T_SEARCH_ATTR | Public | See coding | 20120208 | ty_t_search_attr TYPE STANDARD TABLE OF ty_s_search_attr
WITH DEFAULT KEY
|
||
10 | TY_T_SEARCH_GROUP | Public | See coding | 20120208 | ty_t_search_group TYPE STANDARD TABLE OF ty_s_search_group
|
Method Signatures
Method ADD_ATTRIBUTES_TO_SELOPT 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 | 20110302 | ||
2 | ![]() |
IS_OPTIONS | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCH_OPTIONS | FPM Search UIBB: Contains elements for adjustments | 20110219 | ||
3 | ![]() |
IT_INITIAL_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20110303 | ||
4 | ![]() |
IT_SELOPT_EXCL_OPERATORS | Call by reference | Type reference (TYPE) | TY_T_OPERATORS | 20130204 | |||
5 | ![]() |
IV_RENDER_ONLY_INITIAL_DATA | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Replacement for Real Boolean Type: 'X' == True '' == False | 20110303 | |
6 | ![]() |
IV_SHOW_EXCLUDE_CRITERIA | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20110219 |
Method ADD_ATTRIBUTES_TO_SELOPT on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method ADD_OPERATORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SO_OPERATOR | Call by reference | Type reference (TYPE) | WDR_SO_T_OPERATOR | Table Type of WDR_SO_T_OPERATOR | 20110303 | ||
2 | ![]() |
IT_FPM_INCL_OP | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_OPERATOR | Search GUIBB: Table type for search operators | 20110303 |
Method ADD_OPERATORS on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method CHECK_MANDATORY_INPUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_CHECK_FAILED | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20140128 |
Method CHECK_MANDATORY_INPUT on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method CLEAR_INPUT_COMPLETE Signature
Method CLEAR_INPUT_COMPLETE on class CL_FPM_SEARCH_UIBB_SELOPT has no parameter.
Method CLEAR_INPUT_COMPLETE on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method CONSTRUCTOR 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 | 20110324 | ||
2 | ![]() |
IO_SELOPT_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IWCI_WD_SELECT_OPTIONS_20 | Web Dynpro Interface COMPONENTCONTROLLER | 20110221 | ||
3 | ![]() |
IS_CONFIG_DATA | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_ASSIST=>TY_S_CONFIG | 20110221 | |||
4 | ![]() |
IS_INSTANCE_KEY | Call by reference | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | UIBB Instance Key | 20110323 | ||
5 | ![]() |
IS_OPTIONS | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCH_OPTIONS | FPM Search UIBB: Contains elements for adjustments | 20110221 | ||
6 | ![]() |
IS_PERSONALIZATION | Call by reference | Type reference (TYPE) | WDR_SO_S_PERSONALIZATION | 20130225 | |||
7 | ![]() |
IT_ATTRIBUTE | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_SELOPT=>TY_T_ATTRIBUTE | Search attributes | 20110705 | ||
8 | ![]() |
IT_FIELD_DESCRIPTION | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCHFIELD_DESCR | Search Fielddescription | 20110420 | ||
9 | ![]() |
IT_SAVED_SEARCH | Call by reference | Type reference (TYPE) | IF_FPM_SEARCH_PERSISTENCE=>T_SEARCH_ID | 20110223 | |||
10 | ![]() |
IT_SEARCH_GROUP | Call by reference | Type reference (TYPE) | TY_T_SEARCH_GROUP | 20120214 | |||
11 | ![]() |
IV_ACTUAL_SEARCH_ID | Call by reference | Type reference (TYPE) | STRING | 20110225 |
Method CONSTRUCTOR on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method CONVERT_FPM_TO_SO_ATTR_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_SO_ATTR_TYPE | Call by reference | Type reference (TYPE) | WDR_SO_ATTR_TYPE | SelectOptions:Attribute Type (Const in IF_WD_SELECT_OPTIONS) | 20111130 | ||
2 | ![]() |
IV_FPM_ATTR_TYPE | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_ATTR_TYPE | GUIBB SEARCH: Criterion Data Type | 20111130 |
Method CONVERT_FPM_TO_SO_ATTR_TYPE on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method DATA_TYPE_IS_BOOLEAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_RTTI_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_ELEMDESCR | Runtime Type Services | 20131213 | ||
2 | ![]() |
RV_DATA_TYPE_IS_BOOLEAN | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20131213 |
Method DATA_TYPE_IS_BOOLEAN on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method GET_ALLOWED_OPERATORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FPM_OPERATOR | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_OPERATOR | Search GUIBB: Table type for search operators | 20110303 | ||
2 | ![]() |
ET_SO_OPERATOR | Call by reference | Type reference (TYPE) | WDR_SO_T_OPERATOR | Table Type of WDR_SO_T_OPERATOR | 20110303 | ||
3 | ![]() |
IT_FPM_EXCL_OPERATOR | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_OPERATOR | Search GUIBB: Table type for search operators | 20110303 | ||
4 | ![]() |
IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20110303 | ||
5 | ![]() |
IV_SO_ATTR_TYPE | Call by reference | Type reference (TYPE) | WDR_SO_ATTR_TYPE | SelectOptions:Attribute Type (Const in IF_WD_SELECT_OPTIONS) | 20110303 |
Method GET_ALLOWED_OPERATORS on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method GET_ATTRIBUTE_CONTEXT_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20110415 | ||
2 | ![]() |
EV_ATTRIBUTE_HIGH | Call by reference | Type reference (TYPE) | STRING | 20110415 | |||
3 | ![]() |
EV_ATTRIBUTE_LOW | Call by reference | Type reference (TYPE) | STRING | 20110415 | |||
4 | ![]() |
EV_ATTRIBUTE_REF_LOW | Call by reference | Type reference (TYPE) | STRING | 20110415 | |||
5 | ![]() |
IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | WDR_SO_ATTRIBUTE | Select Options 20: Attribute ID | 20110415 | ||
6 | ![]() |
IV_ROW_INDEX | Call by reference | Type reference (TYPE) | I | 20110415 |
Method GET_ATTRIBUTE_CONTEXT_REF on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method GET_ATTRIBUTE_ID_BY_VALUE_PATH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ATTRIBUTE_ID | Call by reference | Type reference (TYPE) | WDR_SO_ATTRIBUTE | Select Options 20: Attribute ID | 20130612 | ||
2 | ![]() |
EV_GROUP_ID | Call by reference | Type reference (TYPE) | STRING | 20130612 | |||
3 | ![]() |
EV_ROW_NUMBER | Call by reference | Type reference (TYPE) | I | 20130612 | |||
4 | ![]() |
IV_VALUE_PATH | Call by reference | Type reference (TYPE) | STRING | 20130612 |
Method GET_ATTRIBUTE_ID_BY_VALUE_PATH on class CL_FPM_SEARCH_UIBB_SELOPT 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 | search criteria for GUIBB Search | 20110221 | ||
2 | ![]() |
EV_MAX_NUM_RESULT | Call by reference | Type reference (TYPE) | FPMGB_MAX_NUM_RESULT | Maximum Number of Rows in Result List in Search GUIBB | 20110221 | ||
3 | ![]() |
EV_SELECT_ALL_RESULTS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20120614 | ||
4 | ![]() |
IV_INCLUDE_UNVALUATED_ROWS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Replacement for Real Boolean Type: 'X' == True '' == False | 20110225 | |
5 | ![]() |
IV_RESOLVE_TOKEN | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Replacement for Real Boolean Type: 'X' == True '' == False | 20140802 |
Method GET_CURRENT_SEARCH_CRITERIA on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method GET_GROUP_STATES 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 | 20120613 |
Method GET_GROUP_STATES on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method GET_RELATIVE_DATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_RELATIVE_DATE | Call by reference | Type reference (TYPE) | TY_S_SEARCH_REL_DATE | 20141013 | |||
2 | ![]() |
IO_TOKEN_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_FPM_TOKEN_PROVIDER | FPM: Token Provider | 20141013 | ||
3 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20141013 |
Method GET_RELATIVE_DATES on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method GET_SO_ATTR_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FIELD_DESCRIPTION | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCHFIELD_DESCR | GUIBB Search Field Description | 20110420 | ||
2 | ![]() |
IV_FPM_ATTR_TYPE | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_ATTR_TYPE | GUIBB SEARCH: Criterion Data Type | 20110228 | ||
3 | ![]() |
RV_TYPE | Value transfer | Type reference (TYPE) | WDR_SO_ATTR_TYPE | SelectOptions:Attribute Type (Const in IF_WD_SELECT_OPTIONS) | 20110219 |
Method GET_SO_ATTR_TYPE on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method GET_TOKEN_PROVIDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_TOKEN_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_FPM_TOKEN_PROVIDER | FPM: Token Provider | 20141013 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20141013 |
Method GET_TOKEN_PROVIDER on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method HANDLE_VH_CREATED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTRIBUTE | Value transfer | Attribute reference (LIKE) | 20110323 | ||||
2 | ![]() |
COMPONENT | Value transfer | Attribute reference (LIKE) | 20110323 |
Method HANDLE_VH_CREATED on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method INIT_SELOPT_CONTROLLER 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 | 20110324 | ||
2 | ![]() |
IO_SELOPT_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IWCI_WD_SELECT_OPTIONS_20 | Web Dynpro Interface COMPONENTCONTROLLER | 20110219 | ||
3 | ![]() |
IS_CONFIG_DATA | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_ASSIST=>TY_S_CONFIG | 20110219 | |||
4 | ![]() |
IS_OPTIONS | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCH_OPTIONS | FPM Search UIBB: Contains elements for adjustments | 20110219 | ||
5 | ![]() |
IS_PERSONALIZATION | Call by reference | Type reference (TYPE) | WDR_SO_S_PERSONALIZATION | 20130225 | |||
6 | ![]() |
IT_SAVED_SEARCH | Call by reference | Type reference (TYPE) | IF_FPM_SEARCH_PERSISTENCE=>T_SEARCH_ID | 20110223 | |||
7 | ![]() |
IT_SEARCH_GROUP | Call by reference | Type reference (TYPE) | TY_T_SEARCH_GROUP | 20120214 | |||
8 | ![]() |
IV_ACTUAL_SEARCH | Call by reference | Type reference (TYPE) | STRING | 20110219 |
Method INIT_SELOPT_CONTROLLER on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method IS_ATTR_INITIAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_MULTI_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20110304 | |||
2 | ![]() |
IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20110228 | ||
3 | ![]() |
IV_ATTR_TYPE | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_ATTR_TYPE | GUIBB SEARCH: Criterion Data Type | 20110303 | ||
4 | ![]() |
IV_HIGH | Call by reference | Type reference (TYPE) | STRING | 20110303 | |||
5 | ![]() |
IV_LOW | Call by reference | Type reference (TYPE) | STRING | 20110303 | |||
6 | ![]() |
IV_OPERATOR | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_OPERATOR | GUIBB SEARCH: Search Operator | 20110303 | ||
7 | ![]() |
RV_IS_INITIAL | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20110228 |
Method IS_ATTR_INITIAL on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method MAP_FPM_ENUM_TO_SO_VALUE_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SO_VALUE_SET | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTR_VALUE_LIST | All Fixed Values of an Attribute with Texts | 20110219 | ||
2 | ![]() |
IT_FPM_ENUMERATION | Call by reference | Type reference (TYPE) | FPMGB_T_NAMEVALUE | All Fixed Values of an Attribute with Texts | 20110219 |
Method MAP_FPM_ENUM_TO_SO_VALUE_SET on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method MAP_GROUPS_FPM_TO_SO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SO_GROUP | Call by reference | Type reference (TYPE) | WDR_SO_T_GROUPS | 20120214 | |||
2 | ![]() |
ET_SO_GROUP_STATE | Call by reference | Type reference (TYPE) | WDR_SO_T_GROUP_STATE | 20120220 | |||
3 | ![]() |
IT_FPM_GROUP | Call by reference | Type reference (TYPE) | TY_T_SEARCH_GROUP | 20120214 |
Method MAP_GROUPS_FPM_TO_SO on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method MAP_OPERATORS_FPM_TO_SO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SO_OPERATOR | Call by reference | Type reference (TYPE) | WDR_SO_T_OPERATOR | Table Type of WDR_SO_T_OPERATOR | 20110222 | ||
2 | ![]() |
IT_FPM_OPERATOR | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_OPERATOR | Search GUIBB: Table type for search operators | 20110222 |
Method MAP_OPERATORS_FPM_TO_SO on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method MAP_OPERATORS_SO_TO_FPM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FPM_OPERATOR | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_OPERATOR | Search GUIBB: Table type for search operators | 20110301 | ||
2 | ![]() |
IT_SO_OPERATOR | Call by reference | Type reference (TYPE) | WDR_SO_T_OPERATOR | Table Type of WDR_SO_T_OPERATOR | 20110301 |
Method MAP_OPERATORS_SO_TO_FPM on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method MAP_SEARCH_CRIT_FPM_TO_SO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SO_CRITERIA | Call by reference | Type reference (TYPE) | WDR_SO_T_VALUES | Table Type of WDR_SO_S_VALUES | 20110427 | ||
2 | ![]() |
IT_FPM_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20110219 |
Method MAP_SEARCH_CRIT_FPM_TO_SO on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method MAP_SEARCH_CRIT_SO_TO_FPM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FPM_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20110221 | ||
2 | ![]() |
IT_SO_CRITERIA | Call by reference | Type reference (TYPE) | WDR_SO_T_VALUES | Table Type of WDR_SO_S_VALUES | 20110221 |
Method MAP_SEARCH_CRIT_SO_TO_FPM on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method MAP_SEARCH_FPM_TO_SO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SO_SAVED_SEARCH | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTR_VALUE_LIST | All Fixed Values of an Attribute with Texts | 20130314 | ||
2 | ![]() |
ET_SO_SAVED_SEARCH_ADMIN | Call by reference | Type reference (TYPE) | WDR_SO_T_SEARCHES | 20130314 | |||
3 | ![]() |
IT_SAVED_SEARCH | Call by reference | Type reference (TYPE) | IF_FPM_SEARCH_PERSISTENCE=>T_SEARCH_ID | 20110223 |
Method MAP_SEARCH_FPM_TO_SO on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method ON_LOAD_NEW_CRITERIA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_FIELD_USAGE | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_FIELDUSAGE | Field Usage Search GUIBB | 20140317 | ||
2 | ![]() |
IT_GROUP_STATE | Call by reference | Type reference (TYPE) | WDR_SO_T_GROUP_STATE | Select Options: Table Type of WDR_SO_S_GROUP_STATE | 20120613 | ||
3 | ![]() |
IT_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20110221 | ||
4 | ![]() |
IT_SEARCH_GROUP | Call by reference | Type reference (TYPE) | TY_T_SEARCH_GROUP | 20140319 | |||
5 | ![]() |
IV_FIELD_USAGE_CHANGED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Replacement for Real Boolean Type: 'X' == True '' == False | 20140317 | |
6 | ![]() |
IV_MAX_NUM_RESULT | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_RESULT_NUM_ROWS | 0 | GUIBB SEARCH: Number of Rows in Result List | 20120613 | |
7 | ![]() |
IV_SHOW_ALL_RESULTS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Replacement for Real Boolean Type: 'X' == True '' == False | 20120614 |
Method ON_LOAD_NEW_CRITERIA on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method REMOVE_OPERATORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SO_OPERATOR | Call by reference | Type reference (TYPE) | WDR_SO_T_OPERATOR | Table Type of WDR_SO_T_OPERATOR | 20110303 | ||
2 | ![]() |
EV_OPERATOR_CHANGED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130912 | ||
3 | ![]() |
IT_FPM_EXCL_OP | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_OPERATOR | Search GUIBB: Table type for search operators | 20110303 |
Method REMOVE_OPERATORS on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method REMOVE_UNVALUAT_READONLY_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_ATTRIBUTE_SELOPT | Call by reference | Type reference (TYPE) | WDR_SO_T_VALUES | Table Type of WDR_SO_S_VALUES | 20140403 |
Method REMOVE_UNVALUAT_READONLY_ATTR on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method RESET_ATTR_DEF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_INITIAL_SO_CRITERIA | Call by reference | Type reference (TYPE) | WDR_SO_T_VALUES | Table Type of WDR_SO_S_VALUES | 20140319 | ||
2 | ![]() |
IT_SEARCH_GROUP | Call by reference | Type reference (TYPE) | TY_T_SEARCH_GROUP | 20140317 | |||
3 | ![]() |
IV_RENDER_ONLY_INITIAL_DATA | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Replacement for Real Boolean Type: 'X' == True '' == False | 20140319 |
Method RESET_ATTR_DEF on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method RESET_SELOPT 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 | 20110302 | ||
2 | ![]() |
IO_FIELD_CATALOG | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20110223 | ||
3 | ![]() |
IS_CONFIG_DATA | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_ASSIST=>TY_S_CONFIG | 20110221 | |||
4 | ![]() |
IS_OPTIONS | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCH_OPTIONS | FPM Search UIBB: Contains elements for adjustments | 20110221 | ||
5 | ![]() |
IT_ATTRIBUTE | Call by reference | Type reference (TYPE) | TY_T_ATTRIBUTE | 20110221 | |||
6 | ![]() |
IT_FIELD_DESCRIPTION | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCHFIELD_DESCR | Search Fielddescription | 20110420 | ||
7 | ![]() |
IT_INITIAL_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20110303 | ||
8 | ![]() |
IT_SAVED_SEARCH | Call by reference | Type reference (TYPE) | IF_FPM_SEARCH_PERSISTENCE=>T_SEARCH_ID | 20110225 | |||
9 | ![]() |
IT_SEARCH_GROUP | Call by reference | Type reference (TYPE) | TY_T_SEARCH_GROUP | 20120215 | |||
10 | ![]() |
IT_SELOPT_EXCL_OPERATORS | Call by reference | Type reference (TYPE) | TY_T_OPERATORS | 20130204 | |||
11 | ![]() |
IV_ACTUAL_SEARCH_ID | Call by reference | Type reference (TYPE) | STRING | 20110225 | |||
12 | ![]() |
IV_RENDER_ONLY_INITIAL_DATA | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Replacement for Real Boolean Type: 'X' == True '' == False | 20110304 | |
13 | ![]() |
IV_SHOW_EXCLUDE_CRITERIA | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20110221 |
Method RESET_SELOPT on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method RESOLVE_DATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_FPM_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20140801 |
Method RESOLVE_DATES on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method RESOLVE_DATE_TOKEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CV_OPERATOR | Call by reference | Type reference (TYPE) | FPMGB_SEARCH_OPERATOR | GUIBB SEARCH: Search Operator | 20140802 | ||
2 | ![]() |
EV_HIGH | Call by reference | Type reference (TYPE) | STRING | 20140802 | |||
3 | ![]() |
EV_LOW | Call by reference | Type reference (TYPE) | STRING | 20140802 | |||
4 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20140802 | ||
5 | ![]() |
IV_TOKEN | Call by reference | Type reference (TYPE) | FPM_TOKEN | FPM Token | 20140802 |
Method RESOLVE_DATE_TOKEN on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method SET_INPUT_PER_ROW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_MULTI_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20110223 | |||
2 | ![]() |
IT_MULTI_VALUE_STRING_TABLE | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20110324 | ||
3 | ![]() |
IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20110223 | ||
4 | ![]() |
IV_ROW_INDEX | Call by reference | Type reference (TYPE) | I | 20110223 |
Method SET_INPUT_PER_ROW on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method SET_MT_DARK_SEARCH_CRITERIA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DARK_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20130115 |
Method SET_MT_DARK_SEARCH_CRITERIA on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method SET_PERSONALIZATION_DIALOG 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 | 20130226 |
Method SET_PERSONALIZATION_DIALOG on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method SET_SAVED_SEARCHES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SAVED_SEARCH | Call by reference | Type reference (TYPE) | IF_FPM_SEARCH_PERSISTENCE=>T_SEARCH_ID | 20110223 | |||
2 | ![]() |
IV_ACTUAL_SEARCH_ID | Call by reference | Type reference (TYPE) | STRING | 20110225 |
Method SET_SAVED_SEARCHES on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method SET_SO_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SO_ATTRIBUTE | Call by reference | Type reference (TYPE) | WDR_SO_T_ATTRIBUTES | Table Type of WDR_SO_S_ATTRIBUTES | 20110219 | ||
2 | ![]() |
ET_SO_INITIAL_DATA | Call by reference | Type reference (TYPE) | WDR_SO_T_VALUES | Table Type of WDR_SO_S_VALUES | 20110219 | ||
3 | ![]() |
IT_FIELD_DESCRIPTION | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCHFIELD_DESCR | Search Fielddescription | 20110420 | ||
4 | ![]() |
IT_INITIAL_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20110303 | ||
5 | ![]() |
IT_SELOPT_EXCL_OPERATORS | Call by reference | Type reference (TYPE) | TY_T_OPERATORS | 20130204 | |||
6 | ![]() |
IV_MV_READ_ONLY | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCH_OPTIONS-SET_MULTI_ATTR_TE_READ_ONLY | 20110219 | |||
7 | ![]() |
IV_MV_SEPARATOR | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCH_OPTIONS-MULTI_ATTR_SEPERATOR | 20110301 | |||
8 | ![]() |
IV_SHOW_EXCLUDE_CRITERIA | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20110219 |
Method SET_SO_ATTR on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method SET_SO_MULTI_VALUE_PARAMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_SO_MULTIVALUE | Call by reference | Type reference (TYPE) | WDR_SO_S_MULTIVALUE | Parameter for the MultiValue Field | 20110301 | ||
2 | ![]() |
IO_MV_STRUCT | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20110219 | ||
3 | ![]() |
IV_MV_READ_ONLY | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCH_OPTIONS-SET_MULTI_ATTR_TE_READ_ONLY | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110219 | ||
4 | ![]() |
IV_MV_SEPARATOR | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCH_OPTIONS-MULTI_ATTR_SEPERATOR | 20110219 |
Method SET_SO_MULTI_VALUE_PARAMS on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method SET_SO_PARAMS_INIT_SELOPT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_SO_GENERAL_TEXTS | Call by reference | Type reference (TYPE) | WDR_SO_S_GENERAL_TEXTS | Select Options: Used Texts | 20110219 | ||
2 | ![]() |
ES_SO_GENERAL_VISIBILITY | Call by reference | Type reference (TYPE) | WDR_SO_S_GENERAL_VISIBILITY | Select Options: Visibility of Individual UI Elements | 20110219 | ||
3 | ![]() |
ES_SO_GLOBAL_OPTIONS | Call by reference | Type reference (TYPE) | WDR_SO_S_GLOBAL_OPTIONS | Select Options: Central Options | 20110219 | ||
4 | ![]() |
ET_SO_GROUP | Call by reference | Type reference (TYPE) | WDR_SO_T_GROUPS | 20120214 | |||
5 | ![]() |
ET_SO_GROUP_STATE | Call by reference | Type reference (TYPE) | WDR_SO_T_GROUP_STATE | 20120220 | |||
6 | ![]() |
ET_SO_SAVED_SEARCH | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ATTR_VALUE_LIST | All Fixed Values of an Attribute with Texts | 20110219 | ||
7 | ![]() |
ET_SO_SAVED_SEARCH_ADMIN | Call by reference | Type reference (TYPE) | WDR_SO_T_SEARCHES | 20130314 | |||
8 | ![]() |
IO_FIELD_CATALOG | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20110324 | ||
9 | ![]() |
IS_CONFIG_DATA | Call by reference | Type reference (TYPE) | CL_FPM_SEARCH_UIBB_ASSIST=>TY_S_CONFIG | 20110219 | |||
10 | ![]() |
IS_F_OPTIONS | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCH_OPTIONS | FPM Search UIBB: Contains elements for adjustments | 20110219 | ||
11 | ![]() |
IT_FPM_GROUP | Call by reference | Type reference (TYPE) | TY_T_SEARCH_GROUP | 20120214 | |||
12 | ![]() |
IT_SAVED_SEARCH | Call by reference | Type reference (TYPE) | IF_FPM_SEARCH_PERSISTENCE=>T_SEARCH_ID | 20110223 |
Method SET_SO_PARAMS_INIT_SELOPT on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method SET_SO_REL_DATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_SO_REL_DATE | Call by reference | Type reference (TYPE) | WDR_SO_S_REL_DATE | 20140801 | |||
2 | ![]() |
IO_TOKEN_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_FPM_TOKEN_PROVIDER | GUIBB Search Field Description | 20140806 | ||
3 | ![]() |
IT_OPERATORS | Call by reference | Type reference (TYPE) | WDR_SO_T_OPERATOR | Table Type of WDR_SO_T_OPERATOR | 20140804 | ||
4 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20140806 |
Method SET_SO_REL_DATES on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method SET_SO_VALUE_HELP_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_SO_VALUE_HELP_MODE | Call by reference | Type reference (TYPE) | I | 20110219 | |||
2 | ![]() |
IS_FIELD_DESCR | Call by reference | Type reference (TYPE) | FPMGB_S_SEARCHFIELD_DESCR | GUIBB Search Field Description | 20110219 |
Method SET_SO_VALUE_HELP_MODE on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
Method UPDATE_ATTR_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_FIELD_USAGE | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_FIELDUSAGE | Field Usage Search GUIBB | 20140319 |
Method UPDATE_ATTR_PROPERTIES on class CL_FPM_SEARCH_UIBB_SELOPT has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 731 |