Hierarchy

⤷

⤷

Properties
Class | CL_ESH_BROWSER_HISTORY | |
Short Description | Search Data Store | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ESH_UI_SEARCH_UI | Search UI |
Created | 20110104 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ESH_BROWSER_HISTORY has no interface implemented.
Friends
Class CL_ESH_BROWSER_HISTORY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ESH_E_IF_FOLLOW_UP_QUERY_TYPE | Follow-up query type | 20110104 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CHAR40 | Search hash key | 20110104 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CHAR40 | Search hash key without filter attributes | 20110104 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ESH_IF_SEARCH_REQUEST | Search request for Related Actions only | 20110104 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ESH_S_CATEGORY_CONNECTOR_ID | Category connector ID | 20110104 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ESH_T_ADV_SEARCH_ATTR_DSTORE | Advanced search attributes | 20110104 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ESH_T_CATEGORY_ID | Category ID | 20110104 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ESH_T_CONNECTOR_ID | Search connector ID | 20110104 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ESH_T_FILTER_ATTRIBUTES | Filter attributes | 20110104 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ESH_T_ADV_SEARCH_ATTRIBUTE | Search Attributes for Related Request/Subrequest | 20110715 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ESH_T_SORT_ATTRIBUTES_TREX | Sort attributes | 20110104 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Connector request ID | 20110104 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) | 20110110 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | Supplement for true Boolean type: 'X' == True '' == False | 20110104 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Results per Page | 20110131 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Result title for related request/subrequest | 20110715 | ||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ESH_E_IF_SEARCH_MODE | Search Mode | 20110715 | ||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Search scope string | 20110715 | ||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Search string | 20110715 | ||
20 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Search term | 20110104 | ||
21 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Search value string | 20110715 | ||
22 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ESH_T_BROWSER_HISTORY | Search data for Browser History | 20110104 | ||
23 | ![]() |
Static Attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | Flag for Browser Back/Forward | 20110119 |
Methods
Events
Class CL_ESH_BROWSER_HISTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_SEARCH_DATA | Public | See coding | 20110104 | BEGIN OF ty_s_search_data,
search_data TYPE REF TO cl_esh_browser_history,
END OF ty_s_search_data
|
||
2 | TY_T_SEARCH_DATA | Public | See coding | 20110104 | ty_t_search_data TYPE STANDARD TABLE OF ty_s_search_data
|
Method Signatures
Method CREATE_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_SEARCH_DATA | Value transfer | Object reference (TYPE REF TO) | CL_ESH_BROWSER_HISTORY | Search data store | 20110104 |
Method CREATE_INSTANCE on class CL_ESH_BROWSER_HISTORY has no exception.
Method DELETE_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LINE | Call by reference | Type reference (TYPE) | I | 20110104 |
Method DELETE_LINE on class CL_ESH_BROWSER_HISTORY has no exception.
Method DELETE_LINES_FROM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LINE_FROM | Call by reference | Type reference (TYPE) | I | 20110104 |
Method DELETE_LINES_FROM on class CL_ESH_BROWSER_HISTORY has no exception.
Method DELETE_LINES_FROM_TO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LINE_FROM | Call by reference | Type reference (TYPE) | I | 20110104 | |||
2 | ![]() |
IV_LINE_TO | Call by reference | Type reference (TYPE) | I | 20110104 |
Method DELETE_LINES_FROM_TO on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_ADV_SEARCH_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ADV_SEARCH_ATTRIBUTES | Value transfer | Type reference (TYPE) | ESH_T_ADV_SEARCH_ATTR_DSTORE | Advanced Search Attributes | 20110104 |
Method GET_ADV_SEARCH_ATTRIBUTES on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_BROWSER_HISTORY_FLAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_BROWSER_HISTORY_FLAG | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20110119 |
Method GET_BROWSER_HISTORY_FLAG on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_CATEGORY_IDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_CATEGORY_IDS | Value transfer | Type reference (TYPE) | ESH_T_CATEGORY_ID | Category ID | 20110104 |
Method GET_CATEGORY_IDS on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_CAT_CON_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_CAT_CON_ID | Value transfer | Type reference (TYPE) | ESH_S_CATEGORY_CONNECTOR_ID | Category ID, Connector ID | 20110104 |
Method GET_CAT_CON_ID on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_CONNECTOR_IDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_CONNECTOR_IDS | Value transfer | Type reference (TYPE) | ESH_T_CONNECTOR_ID | Search Connector ID | 20110104 |
Method GET_CONNECTOR_IDS on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_CONNECTOR_REQUEST_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_CONNECTOR_REQUEST_ID | Value transfer | Type reference (TYPE) | STRING | Connector Request ID | 20110104 |
Method GET_CONNECTOR_REQUEST_ID on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_DATA_STORE_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_SEARCH_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_ESH_IF_SEARCH_REQUEST | Supplement for True Boolean Type: 'X' == True '' == False | 20110104 | ||
2 | ![]() |
IV_SEARCH_HASH_KEY | Call by reference | Type reference (TYPE) | CHAR40 | Character field of length 40 | 20110104 | ||
3 | ![]() |
IV_USE_CONNECTOR_ID | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Supplement for True Boolean Type: 'X' == True '' == False | 20110104 | |
4 | ![]() |
RV_INDEX | Value transfer | Type reference (TYPE) | I | Supplement for True Boolean Type: 'X' == True '' == False | 20110104 |
Method GET_DATA_STORE_INDEX on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_FILTER_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_FILTER_ATTRIBUTES | Value transfer | Type reference (TYPE) | ESH_T_FILTER_ATTRIBUTES | Filter Attributes | 20110104 |
Method GET_FILTER_ATTRIBUTES on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_FOLLOW_UP_QUERY_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_FOLLOW_UP_QUERY_TY | Value transfer | Type reference (TYPE) | ESH_E_IF_FOLLOW_UP_QUERY_TYPE | Follow-Up Query Type | 20110104 |
Method GET_FOLLOW_UP_QUERY_TYPE on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_HASH_KEY_FOR_SEARCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_USE_CONNECTOR_ID | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Supplement for True Boolean Type: 'X' == True '' == False | 20110104 | |
2 | ![]() |
RV_SEARCH_HASH_KEY | Value transfer | Type reference (TYPE) | CHAR40 | Character field of length 40 | 20110104 |
Method GET_HASH_KEY_FOR_SEARCH on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_HISTORY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HISTORY_ID | Value transfer | Type reference (TYPE) | I | Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) | 20110110 |
Method GET_HISTORY_ID on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_INSTANCE_BY_HISTORY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HISTORY_ID | Call by reference | Type reference (TYPE) | I | 20110111 | |||
2 | ![]() |
RR_SEARCH_DATA | Value transfer | Object reference (TYPE REF TO) | CL_ESH_BROWSER_HISTORY | Search data store for Browser History | 20110111 |
Method GET_INSTANCE_BY_HISTORY_ID on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_INSTANCE_BY_INDEX 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 | 20110104 | |||
2 | ![]() |
RR_SEARCH_DATA | Value transfer | Object reference (TYPE REF TO) | CL_ESH_BROWSER_HISTORY | Search data store for Browser History | 20110104 |
Method GET_INSTANCE_BY_INDEX on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_IS_HOME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_HOME | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20110104 |
Method GET_IS_HOME on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_NEXT_HISTORY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HISTORY_ID | Value transfer | Type reference (TYPE) | I | Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) | 20110110 |
Method GET_NEXT_HISTORY_ID on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_NUMBER_SEARCH_DATA_LINES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SEARCH_DATA_LINES | Value transfer | Type reference (TYPE) | I | 20110104 |
Method GET_NUMBER_SEARCH_DATA_LINES on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_REL_REQ_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_REL_REQ_ATTRIBUTES | Value transfer | Type reference (TYPE) | ESH_T_ADV_SEARCH_ATTRIBUTE | Search Attributes for Related Request/Subrequest | 20110715 |
Method GET_REL_REQ_ATTRIBUTES on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_RESULTS_PER_PAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RESULTS_PER_PAGE | Value transfer | Type reference (TYPE) | I | Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) | 20110131 |
Method GET_RESULTS_PER_PAGE on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_RESULT_TITLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RESULT_TITLE | Value transfer | Type reference (TYPE) | STRING | Result Title | 20110715 |
Method GET_RESULT_TITLE on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_SEARCH_HASH_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SEARCH_HASH_KEY | Value transfer | Type reference (TYPE) | CHAR40 | Character field of length 40 | 20110104 |
Method GET_SEARCH_HASH_KEY on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_SEARCH_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SEARCH_MODE | Value transfer | Type reference (TYPE) | ESH_E_IF_SEARCH_MODE | Search Mode | 20110420 |
Method GET_SEARCH_MODE on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_SEARCH_NO_CONN_HASH_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SEARCH_HASH_KEY | Value transfer | Type reference (TYPE) | CHAR40 | Character field of length 40 | 20110104 |
Method GET_SEARCH_NO_CONN_HASH_KEY on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_SEARCH_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_SEARCH_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_ESH_IF_SEARCH_REQUEST | Search Request | 20110104 |
Method GET_SEARCH_REQUEST on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_SEARCH_SCOPE_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SEARCH_SCOPE_STRING | Value transfer | Type reference (TYPE) | STRING | Search Scope String | 20110715 |
Method GET_SEARCH_SCOPE_STRING on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_SEARCH_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SEARCH_STRING | Value transfer | Type reference (TYPE) | STRING | Search String | 20110715 |
Method GET_SEARCH_STRING on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_SEARCH_TERM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SEARCH_TERM | Value transfer | Type reference (TYPE) | STRING | Search Term | 20110104 |
Method GET_SEARCH_TERM on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_SEARCH_VALUE_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_SEARCH_VALUE_STRING | Value transfer | Type reference (TYPE) | STRING | Search Value String | 20110715 |
Method GET_SEARCH_VALUE_STRING on class CL_ESH_BROWSER_HISTORY has no exception.
Method GET_SORT_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_SORT_ATTRIBUTES | Value transfer | Type reference (TYPE) | ESH_T_SORT_ATTRIBUTES_TREX | Sort Attributes | 20110104 |
Method GET_SORT_ATTRIBUTES on class CL_ESH_BROWSER_HISTORY has no exception.
Method RESET Signature
Method RESET on class CL_ESH_BROWSER_HISTORY has no parameter.
Method RESET on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_ADV_SEARCH_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ADV_SEARCH_ATTRIBUTES | Call by reference | Type reference (TYPE) | ESH_T_ADV_SEARCH_ATTR_DSTORE | Advanced Search Attributes | 20110104 |
Method SET_ADV_SEARCH_ATTRIBUTES on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_BROWSER_HISTORY_FLAG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BROWSER_HISTORY_FLAG | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20110119 |
Method SET_BROWSER_HISTORY_FLAG on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_CATEGORY_IDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CATEGORY_IDS | Call by reference | Type reference (TYPE) | ESH_T_CATEGORY_ID | Category ID | 20110104 |
Method SET_CATEGORY_IDS on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_CAT_CON_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CAT_CON_ID | Call by reference | Type reference (TYPE) | ESH_S_CATEGORY_CONNECTOR_ID | Category ID, Connector ID | 20110104 |
Method SET_CAT_CON_ID on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_CONNECTOR_IDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CONNECTOR_IDS | Call by reference | Type reference (TYPE) | ESH_T_CONNECTOR_ID | Search Connector ID | 20110104 |
Method SET_CONNECTOR_IDS on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_CONNECTOR_REQUEST_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONNECTOR_REQUEST_ID | Call by reference | Type reference (TYPE) | STRING | Connector Request ID | 20110104 |
Method SET_CONNECTOR_REQUEST_ID on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_FILTER_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_FILTER_ATTRIBUTES | Call by reference | Type reference (TYPE) | ESH_T_FILTER_ATTRIBUTES | Filter Attributes | 20110104 |
Method SET_FILTER_ATTRIBUTES on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_FOLLOW_UP_QUERY_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FOLLOW_UP_QUERY_TYPE | Call by reference | Type reference (TYPE) | ESH_E_IF_FOLLOW_UP_QUERY_TYPE | Follow-Up Query Type | 20110104 |
Method SET_FOLLOW_UP_QUERY_TYPE on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_HISTORY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HISTORY_ID | Call by reference | Type reference (TYPE) | I | Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) | 20110110 |
Method SET_HISTORY_ID on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_IS_HOME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_IS_HOME | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20110104 |
Method SET_IS_HOME on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_REL_REQ_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_REL_REQ_ATTRIBUTES | Call by reference | Type reference (TYPE) | ESH_T_ADV_SEARCH_ATTRIBUTE | Search Attributes for Related Request/Subrequest | 20110715 |
Method SET_REL_REQ_ATTRIBUTES on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_RESULTS_PER_PAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_RESULTS_PER_PAGE | Call by reference | Type reference (TYPE) | I | Whole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647) | 20110131 |
Method SET_RESULTS_PER_PAGE on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_RESULT_TITLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_RESULT_TITLE | Call by reference | Type reference (TYPE) | STRING | Result Title | 20110715 |
Method SET_RESULT_TITLE on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_SEARCH_DATA_IN_STORE_SORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SORT_ATTRIBUTES | Call by reference | Type reference (TYPE) | ESH_T_SORT_ATTRIBUTES_TREX | Sort attributes | 20110104 |
Method SET_SEARCH_DATA_IN_STORE_SORT on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_SEARCH_HASH_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SEARCH_HASH_KEY | Call by reference | Type reference (TYPE) | CHAR40 | Character field of length 40 | 20110104 |
Method SET_SEARCH_HASH_KEY on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_SEARCH_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SEARCH_MODE | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_MODE | Search Mode | 20110420 |
Method SET_SEARCH_MODE on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_SEARCH_NO_CONN_HASH_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SEARCH_HASH_KEY | Call by reference | Type reference (TYPE) | CHAR40 | Character field of length 40 | 20110104 |
Method SET_SEARCH_NO_CONN_HASH_KEY on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_SEARCH_REQUEST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_SEARCH_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_ESH_IF_SEARCH_REQUEST | Search request | 20110104 |
Method SET_SEARCH_REQUEST on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_SEARCH_SCOPE_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SEARCH_SCOPE_STRING | Call by reference | Type reference (TYPE) | STRING | Search Scope String | 20110715 |
Method SET_SEARCH_SCOPE_STRING on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_SEARCH_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SEARCH_STRING | Call by reference | Type reference (TYPE) | STRING | Search String | 20110715 |
Method SET_SEARCH_STRING on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_SEARCH_TERM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SEARCH_TERM | Call by reference | Type reference (TYPE) | STRING | Search Term | 20110104 |
Method SET_SEARCH_TERM on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_SEARCH_VALUE_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SEARCH_VALUE_STRING | Call by reference | Type reference (TYPE) | STRING | Search Value String | 20110715 |
Method SET_SEARCH_VALUE_STRING on class CL_ESH_BROWSER_HISTORY has no exception.
Method SET_SORT_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SORT_ATTRIBUTES | Call by reference | Type reference (TYPE) | ESH_T_SORT_ATTRIBUTES_TREX | Sort Attributes | 20110104 |
Method SET_SORT_ATTRIBUTES on class CL_ESH_BROWSER_HISTORY has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 731 |