Hierarchy

⤷

⤷

Properties
Class | CL_ESH_SE_RUNTIME_DATA_FROM_DB | |
Short Description | Runtime Data from Orig. Database | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ESH_ENG_SEARCH | Search (internal) |
Created | 20080810 | SAP |
Last change | 20141121 | |
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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_ESH_SE_RUNTIME_DATA_FROM_DB has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_ESH_TREX_SEARCH_METADATA | 20100924 | Runtime Metadata for ESH-TREX Search |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ESH_SE_RUNTIME_DATA_TO_MIME | ESH MIME Objects Wrapper | 20121206 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | ESH_E_OM_LAYOUT_CONFIG | '5EF3FD3588FF1EE28EC3FED26C2F9274' | Layout Configuration GUID | 20130301 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | ESH_E_OM_LAYOUT_CONFIG | '0050569457551ED2A4A6B646A398238F' | Layout Configuration GUID | 20130325 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | ESH_E_OM_LAYOUT_CONFIG | '5EF3FD3588FF1EE28EC4FD770C4A9898' | Layout Configuration GUID | 20130221 | |
5 | ![]() |
Constant | Protected | Type reference (TYPE) | ESH_E_OM_AREA | CL_ESH_OM_CONSTANTS=>GC_AREA_ACTIVE | Area | 20080810 |
Methods
Events
Class CL_ESH_SE_RUNTIME_DATA_FROM_DB has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_CONNECTION | Public | See coding | 20080810 | BEGIN OF s_connection,
connection_guid TYPE esh_e_adm_connection_guid,
is_local_system TYPE abap_bool,
software_components TYPE t_software_components,
system_usage TYPE esh_e_adm_system_usage,
END OF s_connection
|
||
2 | S_LAYOUT_ATTR | Public | See coding | 20130129 | BEGIN OF s_layout_attr,
position TYPE i,
id TYPE esh_e_if_attribute_id,
operation TYPE t_layout_operation,
is_group TYPE abap_bool,
END OF s_layout_attr
|
||
3 | S_LAYOUT_MODEL | Public | See coding | 20130129 | BEGIN OF s_layout_model,
id TYPE esh_e_if_search_connector_id,
area TYPE t_layout_ui_area,
operation TYPE t_layout_operation,
END OF s_layout_model
|
||
4 | S_LAYOUT_OPERATION | Public | See coding | 20130129 | BEGIN OF s_layout_operation,
position TYPE i,
id TYPE esh_e_if_target_navigation_id,
is_singleton TYPE abap_bool,
is_navigation_target TYPE abap_bool,
is_related_request TYPE abap_bool,
is_sub_request TYPE abap_bool,
is_default TYPE abap_bool,
END OF s_layout_operation
|
||
5 | S_LAYOUT_UI_AREA | Public | See coding | 20130129 | BEGIN OF s_layout_ui_area,
id TYPE esh_e_if_ui_area,
attribute TYPE t_layout_attr,
END OF s_layout_ui_area
|
||
6 | S_NODE_CONNECTOR | Protected | See coding | 20080810 | BEGIN OF s_node_connector,
node_guid TYPE esh_e_om_node_guid,
connector_id TYPE esh_e_if_search_connector_id,
org_sysrel_guid TYPE esh_e_om_sysrel_guid,
object_type_guid TYPE esh_e_om_object_type_guid,
aotyp_ref TYPE REF TO esh_s_om_aotyp,
aotypn_ref TYPE REF TO esh_s_om_aotypn,
END OF s_node_connector
|
||
7 | S_NODE_TEMPLATE | Protected | See coding | 20081209 | BEGIN OF s_node_template,
node_guid TYPE esh_e_om_node_guid,
template_id TYPE esh_e_if_template_id,
END OF s_node_template
|
||
8 | S_NQF_NRF_PAIR | Protected | See coding | 20100217 | BEGIN OF s_nqf_nrf_pair,
req_field_guid TYPE esh_e_om_request_field_guid,
response_attribute_id TYPE char32,
END OF s_nqf_nrf_pair
|
||
9 | S_REQUEST | Protected | See coding | 20081216 | BEGIN OF s_request,
request_guid TYPE esh_e_om_request_guid,
connector_id TYPE esh_e_if_search_connector_id,
request_type_id TYPE esh_e_if_con_request_type_id,
END OF s_request
|
||
10 | S_REQUEST_FIELD | Protected | See coding | 20081216 | BEGIN OF s_request_field,
req_field_guid TYPE char32,
connector_id TYPE esh_e_if_search_connector_id,
request_type_id TYPE esh_e_if_con_request_type_id,
posi TYPE numc4,
attribute_type_id TYPE char32,
END OF s_request_field
|
||
11 | S_REQUEST_FIELD_LINES | Protected | See coding | 20081216 | BEGIN OF s_request_field_lines,
request_guid TYPE esh_e_if_con_request_type_id,
index_from TYPE i,
index_to TYPE i,
END OF s_request_field_lines
|
||
12 | S_RESPONSE_FIELD | Protected | See coding | 20091021 | BEGIN OF s_response_field,
resp_field_guid TYPE char32,
connector_id TYPE esh_e_if_search_connector_id,
posi TYPE numc4,
attribute_type_id TYPE char32,
END OF s_response_field
|
||
13 | S_SOFTWARE_COMPONENT | Public | See coding | 20080810 | BEGIN OF s_software_component,
software_component TYPE esh_e_om_sysrel,
template_type TYPE esh_e_om_template_type,
END OF s_software_component
|
||
14 | S_UI_AREA_POOL | Protected | See coding | 20090113 | BEGIN OF s_ui_area_pool,
ui_area_guid TYPE char32,
ui_area TYPE if_esh_se_runtime_data=>s_ui_area_sorted,
END OF s_ui_area_pool
|
||
15 | T_CONNECTIONS | Public | See coding | 20080810 | t_connections TYPE SORTED TABLE OF s_connection WITH UNIQUE KEY connection_guid
|
||
16 | T_LAYOUT_ATTR | Public | See coding | 20130129 | t_layout_attr TYPE SORTED TABLE OF s_layout_attr WITH UNIQUE KEY position id
WITH NON-UNIQUE SORTED KEY id COMPONENTS id
|
||
17 | T_LAYOUT_OPERATION | Public | See coding | 20130129 | t_layout_operation TYPE SORTED TABLE OF s_layout_operation WITH UNIQUE KEY position
|
||
18 | T_LAYOUT_UI_AREA | Public | See coding | 20130129 | t_layout_ui_area TYPE SORTED TABLE OF s_layout_ui_area WITH UNIQUE KEY id
|
||
19 | T_NODE_CONNECTORS | Protected | See coding | 20080810 | t_node_connectors TYPE SORTED TABLE OF s_node_connector
WITH UNIQUE KEY node_guid
WITH NON-UNIQUE SORTED KEY object_type_guid COMPONENTS object_type_guid
|
||
20 | T_NODE_TEMPLATES | Protected | See coding | 20081209 | t_node_templates TYPE SORTED TABLE OF s_node_template WITH UNIQUE KEY node_guid
|
||
21 | T_NQF_NRF_PAIRS | Protected | See coding | 20100217 | t_nqf_nrf_pairs TYPE SORTED TABLE OF s_nqf_nrf_pair WITH UNIQUE KEY req_field_guid
|
||
22 | T_REQUEST | Protected | See coding | 20081216 | t_request TYPE SORTED TABLE OF s_request WITH UNIQUE KEY request_guid
|
||
23 | T_REQUEST_FIELD | Protected | See coding | 20081216 | t_request_field TYPE SORTED TABLE OF s_request_field WITH UNIQUE KEY req_field_guid
|
||
24 | T_REQUEST_FIELD_LINES | Protected | See coding | 20081216 | t_request_field_lines TYPE SORTED TABLE OF s_request_field_lines WITH UNIQUE KEY request_guid
|
||
25 | T_RESPONSE_FIELDS | Protected | See coding | 20091021 | t_response_fields TYPE HASHED TABLE OF s_response_field WITH UNIQUE KEY resp_field_guid
|
||
26 | T_SOFTWARE_COMPONENTS | Public | See coding | 20080810 | t_software_components TYPE SORTED TABLE OF s_software_component WITH UNIQUE KEY software_component
|
||
27 | T_UI_AREA_POOL | Protected | See coding | 20090113 | t_ui_area_pool TYPE SORTED TABLE OF s_ui_area_pool WITH UNIQUE KEY ui_area_guid
|
Method Signatures
Method GET_BASIS_TEMPLATE_IDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | 20130416 | |||
2 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | 20130416 | |||
3 | ![]() |
IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | 20130416 |
Method GET_BASIS_TEMPLATE_IDS on class CL_ESH_SE_RUNTIME_DATA_FROM_DB has no exception.
Method GET_CATEGORIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_CATEGORIES | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CATEGORIES_SORTED | Categories (sorted) | 20080810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20080810 |
Method GET_CONNECTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CONNECTIONS | Call by reference | Type reference (TYPE) | T_CONNECTIONS | 20080810 |
Method GET_CONNECTIONS on class CL_ESH_SE_RUNTIME_DATA_FROM_DB has no exception.
Method GET_CONNECTORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_CATEGORIES | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CATEGORIES_SORTED | Categories (sorted) | 20090514 | ||
2 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20080810 | ||
3 | ![]() |
CT_CONNECTOR_EXECUTIONS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_SEARCH_EXEC_SORTED | 20080811 | |||
4 | ![]() |
CT_KEYWORDS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_KEYWORDS_SORTED | Keywords with tables of connector IDs (sorted) | 20090520 | ||
5 | ![]() |
CT_OBJECT_TYPES | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_OBJ_TYPES_SORTED | 20090109 | |||
6 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20100924 | ||
7 | ![]() |
IT_SOFTWARE_COMPONENTS | Call by reference | Type reference (TYPE) | T_SOFTWARE_COMPONENTS | 20081204 | |||
8 | ![]() |
IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20080810 | ||
9 | ![]() |
IV_IS_LOCAL_SYSTEM | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130515 | |||
10 | ![]() |
IV_SYSTEM_USAGE | Call by reference | Type reference (TYPE) | ESH_E_ADM_SYSTEM_USAGE | System Usage | 20130819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20080810 |
Method GET_CONNECTOR_NAMES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_AOTYP | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYP | Table type for ESH_S_OM_AOTYP | 20080810 | ||
2 | ![]() |
CT_AOTYPN | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPN | Table type for ESH_S_OM_AOTYPN | 20080810 | ||
3 | ![]() |
CT_AOTYPNT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNT | Table type for ESH_S_OM_AOTYPNT | 20080810 | ||
4 | ![]() |
CT_AOTYPT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPT | Table type for ESH_S_OM_AOTYPT | 20080810 | ||
5 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20080810 | ||
6 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | Connector index | 20080810 | ||
7 | ![]() |
IV_IS_LOCAL_SYSTEM | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130515 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20080810 |
Method GET_CONNECTOR_PREDECESSORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_AOTYPD | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPD | Table type for ESH_S_OM_AOTYPT | 20130326 | ||
2 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20130326 | ||
3 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | Connector index | 20130326 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20130326 |
Method GET_CONNECTOR_TEMPLATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_AOTYP | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYP | Table type for ESH_S_OM_AOTYP | 20090204 | ||
2 | ![]() |
CT_AOTYPN | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPN | Table type for ESH_S_OM_AOTYPN | 20090204 | ||
3 | ![]() |
CT_AOTYPNF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNF | Table type for ESH_S_OM_AOTYPNF | 20090204 | ||
4 | ![]() |
CT_AOTYPNQ | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQ | Table type for ESH_S_OM_AOTYPNQ | 20090204 | ||
5 | ![]() |
CT_AOTYPNQF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQF | Table type for ESH_S_OM_AOTYPNQF | 20090204 | ||
6 | ![]() |
CT_AOTYPNRF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRF | Table type for ESH_S_OM_AOTYPNRF | 20090204 | ||
7 | ![]() |
CT_AOTYPNT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNT | Table type for ESH_S_OM_AOTYPNT | 20090204 | ||
8 | ![]() |
CT_AOTYPT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPT | Table type for ESH_S_OM_AOTYPT | 20090204 | ||
9 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20090204 | ||
10 | ![]() |
CT_TEMPLATES | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_TEMPLATES_SORTED | Templates (sorted) | 20090204 | ||
11 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | 20090204 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20090204 |
Method GET_EXTERNAL_SYSTEM_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | 20130129 | |||
2 | ![]() |
IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20130129 | ||
3 | ![]() |
RV_EXTERNAL_SYSTEM_ID | Value transfer | Type reference (TYPE) | CHAR6 | 20130129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Interface Exception | 20130129 |
Method GET_EXTR_STRUC_BY_EXTR_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_OBJECT_EXTRACTION | Call by reference | Type reference (TYPE) | ESH_T_IF_EXTRACT_NODES | 20090113 | |||
2 | ![]() |
RR_OBJECT_EXTRACTION | Value transfer | Object reference (TYPE REF TO) | DATA | Extraction structure | 20090113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Interface Exception | 20090113 |
Method GET_LAYOUT_TEMPLATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_ALCONF | Call by reference | Type reference (TYPE) | ESH_T_OM_ALCONF | Table Type for ESH_S_OM_ALCONF | 20121114 | ||
2 | ![]() |
CT_AOTYPNL | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNL | Table Type for ESH_S_OM_AOTYPNL | 20121114 | ||
3 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20121114 | ||
4 | ![]() |
IO_TEMPLATE_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_ESH_CO_TEMPLATE_TYPE | Properties of template types | 20121114 | ||
5 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | 20121114 | |||
6 | ![]() |
IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20121217 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20121114 |
Method GET_LAYOUT_TEMPLATES_GENERIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_ALCONF | Call by reference | Type reference (TYPE) | ESH_T_OM_ALCONF | Table Type for ESH_S_OM_ALCONF | 20130131 | ||
2 | ![]() |
IO_LAYOUT2MIME | Call by reference | Object reference (TYPE REF TO) | CL_ESH_SE_RUNTIME_DATA_TO_MIME | ESH MIME Objects Wrapper | 20130129 | ||
3 | ![]() |
IR_CONNECTOR | Call by reference | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA=>S_CONNECTOR_SORTED | Connector (sorted) | 20130129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20130129 |
Method GET_LAYOUT_TEMPLATES_GEN_OP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_MODEL | Call by reference | Type reference (TYPE) | S_LAYOUT_MODEL | 20130129 | |||
2 | ![]() |
IR_CONNECTOR | Call by reference | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA=>S_CONNECTOR_SORTED | Connector (sorted) | 20130129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20130129 |
Method GET_LAYOUT_TEMPLATES_GEN_OP2 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_MODEL | Call by reference | Type reference (TYPE) | S_LAYOUT_MODEL | 20130515 | |||
2 | ![]() |
IR_CONNECTOR | Call by reference | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA=>S_CONNECTOR_SORTED | Connector (sorted) | 20130515 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20130515 |
Method GET_LAYOUT_TEMPLATE_IDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ID | Call by reference | Type reference (TYPE) | STRING | 20130405 | |||
2 | ![]() |
EV_URL | Call by reference | Type reference (TYPE) | STRING | 20130405 | |||
3 | ![]() |
IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20130405 | ||
4 | ![]() |
IV_TEMPLATE | Call by reference | Type reference (TYPE) | STRING | 20130405 |
Method GET_LAYOUT_TEMPLATE_IDS on class CL_ESH_SE_RUNTIME_DATA_FROM_DB has no exception.
Method GET_NAVIGATION_OPERATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_AOTYPNBN | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNBN | Table Type for ESH_S_OM_AOTYPNBN | 20091109 | ||
2 | ![]() |
CT_AOTYPNBNF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNBNF | Table Type for ESH_S_OM_AOTYPNBNF | 20091109 | ||
3 | ![]() |
CT_AOTYPNBNT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNBNT | Table Type for ESH_S_OM_AOTYPNBNT | 20091109 | ||
4 | ![]() |
CT_AOTYPNRF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRF | Table Type for ESH_S_OM_AOTYPNRF | 20091109 | ||
5 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20091109 | ||
6 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | Connector index | 20091109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20091109 |
Method GET_OBJECT_TYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_AOTYP | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYP | Table type for ESH_S_OM_AOTYP | 20090109 | ||
2 | ![]() |
CT_OBJECT_TYPES | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_OBJ_TYPES_SORTED | 20090109 | |||
3 | ![]() |
IO_STACK | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_STACK_ANALYZER | Stack analyzer | 20090202 | ||
4 | ![]() |
IO_TTYPE | Call by reference | Object reference (TYPE REF TO) | CL_ESH_CO_TEMPLATE_TYPE | Properties of template types | 20090112 | ||
5 | ![]() |
IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20090109 |
Method GET_OBJECT_TYPES on class CL_ESH_SE_RUNTIME_DATA_FROM_DB has no exception.
Method GET_OBJECT_TYPES_SOFTW_COMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SOFTWARE_COMPONENTS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_SOFTWARE_COMP | 20090118 | |||
2 | ![]() |
IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20090118 | ||
3 | ![]() |
IV_OBJECT_TYPE_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object type | 20090118 |
Method GET_OBJECT_TYPES_SOFTW_COMP on class CL_ESH_SE_RUNTIME_DATA_FROM_DB has no exception.
Method GET_RELATED_CONNECTORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_AOTYP | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYP | Table type for ESH_S_OM_AOTYP | 20080810 | ||
2 | ![]() |
CT_AOTYPN | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPN | Table type for ESH_S_OM_AOTYPN | 20080810 | ||
3 | ![]() |
CT_AOTYPNF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNF | Table type for ESH_S_OM_AOTYPNF | 20080810 | ||
4 | ![]() |
CT_AOTYPNQ | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQ | Table type for ESH_S_OM_AOTYPNQ | 20080810 | ||
5 | ![]() |
CT_AOTYPNQF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQF | Table type for ESH_S_OM_AOTYPNQF | 20080810 | ||
6 | ![]() |
CT_AOTYPNRF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRF | Table type for ESH_S_OM_AOTYPNRF | 20080810 | ||
7 | ![]() |
CT_AOTYPNRR | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRR | Table type for ESH_S_OM_AOTYPNRR | 20080810 | ||
8 | ![]() |
CT_AOTYPNRRF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRRF | Table Type for ESH_S_OM_AOTYPNRRF | 20130118 | ||
9 | ![]() |
CT_AOTYPNRRT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRRT | Table Type for ESH_S_OM_AOTYPNRRT | 20130118 | ||
10 | ![]() |
CT_AOTYPNRRV | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRRV | Table Type for ESH_S_OM_AOTYPNRRV | 20130118 | ||
11 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20080810 | ||
12 | ![]() |
IO_OTYP | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_OTYP | Object Types | 20100608 | ||
13 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | 20080810 | |||
14 | ![]() |
IT_REQUEST_FIELD_LINE_INDEX | Call by reference | Type reference (TYPE) | T_REQUEST_FIELD_LINES | 20081216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20080810 |
Method GET_RELATED_PERSPECTIVES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_AOTYP | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYP | Table type for ESH_S_OM_AOTYP | 20130117 | ||
2 | ![]() |
CT_AOTYPN | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPN | Table type for ESH_S_OM_AOTYPN | 20130117 | ||
3 | ![]() |
CT_AOTYPNRF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRF | Table Type for ESH_S_OM_AOTYPNRF | 20130117 | ||
4 | ![]() |
CT_AOTYPNRP | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRP | Table Type for ESH_S_OM_AOTYPNRP | 20130117 | ||
5 | ![]() |
CT_AOTYPNRPF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRPF | Table Type for ESH_S_OM_AOTYPNRPF | 20130117 | ||
6 | ![]() |
CT_AOTYPNRPT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRPT | Table Type for ESH_S_OM_AOTYPNRPT | 20130117 | ||
7 | ![]() |
CT_AOTYPNRPV | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRPV | Table Type for ESH_S_OM_AOTYPNRPV | 20130117 | ||
8 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20130117 | ||
9 | ![]() |
IO_OTYP | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_OTYP | Object Types | 20130117 | ||
10 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | 20130117 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20130117 |
Method GET_REQUEST_ATTRIBUTE_GROUPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_AOTYP | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYP | Table Type for ESH_S_OM_AOTYP | 20091021 | ||
2 | ![]() |
CT_AOTYPN | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPN | Table Type for ESH_S_OM_AOTYPN | 20091021 | ||
3 | ![]() |
CT_AOTYPNF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNF | Table Type for ESH_S_OM_AOTYPNF | 20091021 | ||
4 | ![]() |
CT_AOTYPNQ | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQ | Table Type for ESH_S_OM_AOTYPNQ | 20091021 | ||
5 | ![]() |
CT_AOTYPNQF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQF | Table Type for ESH_S_OM_AOTYPNQF | 20091021 | ||
6 | ![]() |
CT_AOTYPNQFT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQFT | Table Type for ESH_S_OM_AOTYPNQFT | 20091021 | ||
7 | ![]() |
CT_AOTYPNQG | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQG | Table Type for ESH_S_OM_AOTYPNQG | 20091021 | ||
8 | ![]() |
CT_AOTYPNQGD | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQGD | Table Type for ESH_S_OM_AOTYPNQGD | 20091021 | ||
9 | ![]() |
CT_AOTYPNQGF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQGF | Table Type for ESH_S_OM_AOTYPNQGF | 20091021 | ||
10 | ![]() |
CT_AOTYPNQGT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQGT | Table Type for ESH_T_OM_AOTYPNQGT | 20091021 | ||
11 | ![]() |
CT_AOTYPNQT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQT | Table Type for ESH_T_OM_AOTYPNQT | 20091021 | ||
12 | ![]() |
CT_AOTYPNT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNT | Table Type for ESH_S_OM_AOTYPNT | 20091021 | ||
13 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20091021 | ||
14 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | 20091021 | |||
15 | ![]() |
IT_REQUEST_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_REQUEST | 20091021 | |||
16 | ![]() |
IT_REQUEST_FIELD_LINE_INDEX | Call by reference | Type reference (TYPE) | T_REQUEST_FIELD_LINES | 20091021 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20091021 |
Method GET_REQUEST_COMMON_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_ACATTR | Call by reference | Type reference (TYPE) | ESH_T_OM_ACATTR | Table Type for ESH_S_OM_CCATTR | 20091210 | ||
2 | ![]() |
CT_ACATTRT | Call by reference | Type reference (TYPE) | ESH_T_OM_ACATTRT | Table Type for ESH_S_OM_ACATTRT | 20091210 | ||
3 | ![]() |
CT_AOTYPNQFC | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQFC | Table Type for ESH_S_OM_AOTYPNQFC | 20091210 | ||
4 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20091210 | ||
5 | ![]() |
IT_REQUEST_FIELD_INDEX | Call by reference | Type reference (TYPE) | T_REQUEST_FIELD | 20091210 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20091210 |
Method GET_REQUEST_TYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_ACATTR | Call by reference | Type reference (TYPE) | ESH_T_OM_ACATTR | Table Type for ESH_S_OM_CCATTR | 20091209 | ||
2 | ![]() |
CT_ACATTRT | Call by reference | Type reference (TYPE) | ESH_T_OM_ACATTRT | Table Type for ESH_S_OM_ACATTRT | 20091209 | ||
3 | ![]() |
CT_AOTYP | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYP | Table type for ESH_S_OM_AOTYP | 20080810 | ||
4 | ![]() |
CT_AOTYPN | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPN | Table type for ESH_S_OM_AOTYPN | 20080810 | ||
5 | ![]() |
CT_AOTYPNF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNF | Table type for ESH_S_OM_AOTYPNF | 20080810 | ||
6 | ![]() |
CT_AOTYPNQ | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQ | Table type for ESH_S_OM_AOTYPNQ | 20080810 | ||
7 | ![]() |
CT_AOTYPNQF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQF | Table type for ESH_S_OM_AOTYPNQF | 20080810 | ||
8 | ![]() |
CT_AOTYPNQFC | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQFC | Table Type for ESH_S_OM_AOTYPNQFC | 20091209 | ||
9 | ![]() |
CT_AOTYPNQFT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQFT | Table type for ESH_S_OM_AOTYPNQFT | 20080810 | ||
10 | ![]() |
CT_AOTYPNQG | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQG | Table Type for ESH_S_OM_AOTYPNQG | 20091021 | ||
11 | ![]() |
CT_AOTYPNQGD | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQGD | Table Type for ESH_S_OM_AOTYPNQGD | 20091021 | ||
12 | ![]() |
CT_AOTYPNQGF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQGF | Table Type for ESH_S_OM_AOTYPNQGF | 20091021 | ||
13 | ![]() |
CT_AOTYPNQGT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQGT | Table Type for ESH_T_OM_AOTYPNQGT | 20091021 | ||
14 | ![]() |
CT_AOTYPNQT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQT | Table type for ESH_t_OM_AOTYPNQT | 20080810 | ||
15 | ![]() |
CT_AOTYPNT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNT | Table type for ESH_S_OM_AOTYPNT | 20090604 | ||
16 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20080810 | ||
17 | ![]() |
ET_REQUEST_FIELD_LINE_INDEX | Call by reference | Type reference (TYPE) | T_REQUEST_FIELD_LINES | 20081216 | |||
18 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | 20080810 | |||
19 | ![]() |
IT_REQU_RESP_FIELD_PAIRS | Call by reference | Type reference (TYPE) | T_NQF_NRF_PAIRS | 20100217 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20080810 |
Method GET_REQU_RESP_FIELD_PAIRS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_AOTYPNQ | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQ | Table Type for ESH_S_OM_AOTYPNQ | 20100217 | ||
2 | ![]() |
CT_AOTYPNQF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQF | Table Type for ESH_S_OM_AOTYPNQF | 20100217 | ||
3 | ![]() |
CT_AOTYPNRF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRF | Table Type for ESH_S_OM_AOTYPNRF | 20100217 | ||
4 | ![]() |
ET_REQU_RESP_FIELD_PAIRS | Call by reference | Type reference (TYPE) | T_NQF_NRF_PAIRS | 20100217 | |||
5 | ![]() |
IO_OTYP | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_OTYP | Object Types | 20100217 | ||
6 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | 20100217 |
Method GET_REQU_RESP_FIELD_PAIRS on class CL_ESH_SE_RUNTIME_DATA_FROM_DB has no exception.
Method GET_RESPONSE_ATTRIBUTE_GROUPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_AOTYPNF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNF | Table type for ESH_S_OM_AOTYPNF | 20091021 | ||
2 | ![]() |
CT_AOTYPNRF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRF | Table type for ESH_S_OM_AOTYPNRF | 20091021 | ||
3 | ![]() |
CT_AOTYPNRFT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRFT | Table type for ESH_S_OM_AOTYPNRFT | 20091021 | ||
4 | ![]() |
CT_AOTYPNRFU | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRFU | Table type for ESH_S_OM_AOTYPNRFU | 20091021 | ||
5 | ![]() |
CT_AOTYPNRG | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRG | Table Type for ESH_S_OM_AOTYPNRG | 20091021 | ||
6 | ![]() |
CT_AOTYPNRGD | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRGD | Table Type for ESH_S_OM_AOTYPNRGD | 20091021 | ||
7 | ![]() |
CT_AOTYPNRGF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRGF | Table Type for ESH_S_OM_AOTYPNRGF | 20091021 | ||
8 | ![]() |
CT_AOTYPNRGT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRGT | Table Type for ESH_T_OM_AOTYPNRGT | 20091021 | ||
9 | ![]() |
CT_AOTYPNRGU | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRGU | Table Type for ESH_S_OM_AOTYPNRgU | 20091021 | ||
10 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20091021 | ||
11 | ![]() |
CT_UI_AREA | Call by reference | Type reference (TYPE) | ESH_T_OM_UI_AREA | Table type for ESH_t_OM_UI_AREA | 20091021 | ||
12 | ![]() |
CT_UI_AREAT | Call by reference | Type reference (TYPE) | ESH_T_OM_UI_AREAT | Table type for ESH_S_OM_UI_AREAT | 20091021 | ||
13 | ![]() |
CT_UI_AREA_POOL | Call by reference | Type reference (TYPE) | T_UI_AREA_POOL | 20091021 | |||
14 | ![]() |
IO_TEMPLATE_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_ESH_CO_TEMPLATE_TYPE | Properties of template types | 20091021 | ||
15 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | 20091021 | |||
16 | ![]() |
IT_RESPONSE_FIELD_INDEX | Call by reference | Type reference (TYPE) | T_RESPONSE_FIELDS | 20091021 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20091021 |
Method GET_RESPONSE_ATTRIBUTE_TYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_AOTYPNF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNF | Table type for ESH_S_OM_AOTYPNF | 20080810 | ||
2 | ![]() |
CT_AOTYPNRF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRF | Table type for ESH_S_OM_AOTYPNRF | 20080810 | ||
3 | ![]() |
CT_AOTYPNRFT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRFT | Table type for ESH_S_OM_AOTYPNRFT | 20080810 | ||
4 | ![]() |
CT_AOTYPNRFU | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRFU | Table type for ESH_S_OM_AOTYPNRFU | 20090113 | ||
5 | ![]() |
CT_AOTYPNRG | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRG | Table Type for ESH_S_OM_AOTYPNRG | 20091019 | ||
6 | ![]() |
CT_AOTYPNRGD | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRGD | Table Type for ESH_S_OM_AOTYPNRGD | 20091019 | ||
7 | ![]() |
CT_AOTYPNRGF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRGF | Table Type for ESH_S_OM_AOTYPNRGF | 20091019 | ||
8 | ![]() |
CT_AOTYPNRGT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRGT | Table Type for ESH_T_OM_AOTYPNRGT | 20091019 | ||
9 | ![]() |
CT_AOTYPNRGU | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRGU | Table Type for ESH_S_OM_AOTYPNRgU | 20091019 | ||
10 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20080810 | ||
11 | ![]() |
CT_UI_AREA | Call by reference | Type reference (TYPE) | ESH_T_OM_UI_AREA | Table type for ESH_t_OM_UI_AREA | 20090113 | ||
12 | ![]() |
CT_UI_AREAT | Call by reference | Type reference (TYPE) | ESH_T_OM_UI_AREAT | Table type for ESH_S_OM_UI_AREAT | 20090113 | ||
13 | ![]() |
CT_UI_AREA_POOL | Call by reference | Type reference (TYPE) | T_UI_AREA_POOL | 20090113 | |||
14 | ![]() |
IO_TEMPLATE_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_ESH_CO_TEMPLATE_TYPE | Properties of template types | 20090626 | ||
15 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | 20080810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20080810 |
Method GET_RESPONSE_ATTR_ENTITIES_UIA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20100301 | ||
2 | ![]() |
IO_TEMPLATE_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_ESH_CO_TEMPLATE_TYPE | Properties of template types | 20100301 | ||
3 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | 20100301 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20100301 |
Method GET_RESPONSE_ATTR_SUB_ENTI_UIA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CONNECTOR | Call by reference | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA=>S_CONNECTOR_SORTED | 20100301 | |||
2 | ![]() |
IR_SOURCE_ENTITIES | Call by reference | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA=>S_ATTR_ENTITY_UIA_SORTED | 20100301 | |||
3 | ![]() |
IR_TARGET_ENTITIES | Call by reference | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA=>S_ATTR_ENTITY_UIA_SORTED | 20100301 |
Method GET_RESPONSE_ATTR_SUB_ENTI_UIA on class CL_ESH_SE_RUNTIME_DATA_FROM_DB has no exception.
Method GET_SEARCH_EXECUTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_AOTYPNF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNF | Table Type for ESH_S_OM_AOTYPNF | 20091012 | ||
2 | ![]() |
CT_AOTYPNQ | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQ | Table Type for ESH_S_OM_AOTYPNQ | 20091012 | ||
3 | ![]() |
CT_AOTYPNQF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQF | Table type for ESH_S_OM_AOTYPNQF | 20090121 | ||
4 | ![]() |
CT_AOTYPNRF | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRF | Table Type for ESH_S_OM_AOTYPNRF | 20091012 | ||
5 | ![]() |
CT_AOTYPNRFU | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNRFU | Table Type for ESH_S_OM_AOTYPNRFU | 20091012 | ||
6 | ![]() |
CT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20080810 | ||
7 | ![]() |
CT_CONNECTOR_EXECUTIONS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_SEARCH_EXEC_SORTED | 20080811 | |||
8 | ![]() |
CT_UI_AREA | Call by reference | Type reference (TYPE) | ESH_T_OM_UI_AREA | Table Type for ESH_t_OM_UI_AREA | 20091012 | ||
9 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20100924 | ||
10 | ![]() |
IT_NODE_CONNECTOR_INDEX | Call by reference | Type reference (TYPE) | T_NODE_CONNECTORS | 20080810 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20080810 |
Method GET_SOFTWARE_COMPONENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SOFTWARE_COMPONENTS | Call by reference | Type reference (TYPE) | T_SOFTWARE_COMPONENTS | 20080810 | |||
2 | ![]() |
IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20080810 |
Method GET_SOFTWARE_COMPONENTS on class CL_ESH_SE_RUNTIME_DATA_FROM_DB has no exception.
Method GET_TEMPLATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_CATEGORIES | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CATEGORIES_SORTED | Categories (sorted) | 20080810 | ||
2 | ![]() |
CT_TEMPLATES | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_TEMPLATES_SORTED | Templates (sorted) | 20080810 | ||
3 | ![]() |
IT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20080810 | ||
4 | ![]() |
IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20080810 | ||
5 | ![]() |
IV_SOFTWARE_COMPONENT | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | System/release | 20080810 | ||
6 | ![]() |
IV_TEMPLATE_TYPE | Call by reference | Type reference (TYPE) | ESH_E_OM_TEMPLATE_TYPE | Template type | 20081201 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20080810 |
Method GET_TEMPLATE_NAMES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_AOTYP | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYP | Table type for ESH_S_OM_AOTYP | 20081209 | ||
2 | ![]() |
CT_AOTYPN | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPN | Table type for ESH_S_OM_AOTYPN | 20081209 | ||
3 | ![]() |
CT_AOTYPNT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNT | Table type for ESH_S_OM_AOTYPNT | 20081209 | ||
4 | ![]() |
CT_AOTYPT | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPT | Table type for ESH_S_OM_AOTYPT | 20081209 | ||
5 | ![]() |
CT_TEMPLATES | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_TEMPLATES_SORTED | Templates (sorted) | 20081209 | ||
6 | ![]() |
IT_NODE_TEMPLATE_INDEX | Call by reference | Type reference (TYPE) | T_NODE_TEMPLATES | Template Index | 20081209 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20081209 |
Method IS_ESH_F4_HELP_SUPPORTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TTYPE | Call by reference | Object reference (TYPE REF TO) | CL_ESH_CO_TEMPLATE_TYPE | Properties of Template Types | 20110126 | ||
2 | ![]() |
IS_AOTYPNF | Call by reference | Type reference (TYPE) | ESH_S_OM_AOTYPNF | Structure for AOTYPNF | 20110126 | ||
3 | ![]() |
IS_AOTYPNQF | Call by reference | Type reference (TYPE) | ESH_S_OM_AOTYPNQF | Structure for ESH_OM_AOTYPNQF | 20110126 | ||
4 | ![]() |
RV_TRUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20110126 |
Method IS_SUB_NAVPATH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_OTYP | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_OTYP | Object Types | 20100609 | ||
2 | ![]() |
IV_NAVPATH_GUID_1 | Call by reference | Type reference (TYPE) | ESH_E_OM_NAVIGATION_PATH_GUID | Object Types: Navigation Path GUID | 20100609 | ||
3 | ![]() |
IV_NAVPATH_GUID_2 | Call by reference | Type reference (TYPE) | ESH_E_OM_NAVIGATION_PATH_GUID | Object Types: Navigation Path GUID | 20100609 | ||
4 | ![]() |
RV_TRUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100609 |
Method IS_SUB_NAVPATH on class CL_ESH_SE_RUNTIME_DATA_FROM_DB has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 712 |