SAP ABAP Class CL_ESH_OS_UTILITY (OpenSearch Utility)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_IF_OPEN_SEARCH (Package) Open Search Service

⤷

⤷

Properties
Class | CL_ESH_OS_UTILITY | |
Short Description | OpenSearch Utility | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ESH_ENG_IF_OPEN_SEARCH | Open Search Service |
Created | 20081023 | SAP |
Last change | 20140121 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_ESH_OS_UTILITY has no interface implemented.
Friends
Class CL_ESH_OS_UTILITY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'category' | Scope - category | 20081104 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'connector' | Scope - connector | 20081104 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | '/sap/es/opensearch/description' | Description path | 20081023 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'http://sap.com/EnterpriseSearch' | Enterprise Search namespace | 20081027 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'sap_es' | Enterprise Search prefix | 20081209 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR2 | CL_ABAP_CHAR_UTILITIES=>CR_LF | Version number component | 20081023 | |
7 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | '/sap/es/opensearch/list' | List path | 20081023 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'xmlns:sap_es="http://sap.com/EnterpriseSearch"' | Enterprise Search namespace | 20081209 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'attributeValue' | Refinement type Attribute | 20100929 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'attributeRange' | Refinement type Range | 20100929 | |
11 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'request_type' | Scope - request type | 20081104 | |
12 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | '/sap/es/opensearch/search' | Search path | 20081023 | |
13 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | '/sap/es/ina/Loader/sap/bc/ina/apps/suite/search.html' | Search path of html5 search UI | 20130412 | |
14 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | '/sap/es/search' | Search path of Search UI | 20081112 | |
15 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'template' | Scope - template | 20081104 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Convert XML DOM to string | 20081210 |
2 | ![]() |
Static method | Public | Method | Get base URL | 20081023 |
3 | ![]() |
Static method | Public | Method | Get description URL | 20081023 |
4 | ![]() |
Static method | Public | Method | Get list URL | 20081023 |
5 | ![]() |
Static method | Public | Method | Get timestamp that conforms RFC822 | 20090513 |
6 | ![]() |
Static method | Public | Method | Get search URL | 20081023 |
Events
Class CL_ESH_OS_UTILITY has no event.
Types
Class CL_ESH_OS_UTILITY has no local type.
Method Signatures
Method DOM_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_DOM | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20081210 | ||
2 | ![]() |
IR_IXML | Call by reference | Object reference (TYPE REF TO) | IF_IXML | IF_IXML | 20081210 | ||
3 | ![]() |
IV_ENCODING | Call by reference | Type reference (TYPE) | STRING | 20081210 | |||
4 | ![]() |
RV_XML | Call by reference | Type reference (TYPE) | STRING | 20081210 | |||
5 | ![]() |
RV_XSTRING | Call by reference | Type reference (TYPE) | XSTRING | 20100118 |
Method DOM_TO_STRING on class CL_ESH_OS_UTILITY has no exception.
Method GET_BASE_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20081023 |
Method GET_BASE_URL on class CL_ESH_OS_UTILITY has no exception.
Method GET_DESCRIPTION_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CATEGORY_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_CATEGORY_ID | Category ID | 20090213 | ||
2 | ![]() |
IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20090213 | ||
3 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20081023 |
Method GET_DESCRIPTION_URL on class CL_ESH_OS_UTILITY has no exception.
Method GET_LIST_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20081023 |
Method GET_LIST_URL on class CL_ESH_OS_UTILITY has no exception.
Method GET_RFC822_TIMESTAMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20090513 | ||
2 | ![]() |
RV_TIMESTAMP | Value transfer | Type reference (TYPE) | STRING | 20090513 |
Method GET_RFC822_TIMESTAMP on class CL_ESH_OS_UTILITY has no exception.
Method GET_SEARCH_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FOR_HTML5_UI | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20130412 | ||
2 | ![]() |
IV_FOR_SEARCH_UI | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20081112 | ||
3 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20081023 |
Method GET_SEARCH_URL on class CL_ESH_OS_UTILITY has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 720 |