SAP ABAP Class CL_ESH_ADAPT_SES (SES Adapter for external SES)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_CONTENT_FED_ADAPTERS (Package) Adapters for Federated Search
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ESH_FED_ADAPTER_FEATURES Federation Search - Adapter Features 20080808
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ESH_FED_FEDERATION_SEARCH Federation Search Interface 20080808
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ESH_IF_DATA_PROVIDER_XSYS Data provider with destination handling 20080807
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ESH_IF_DATA_PROVIDER_XSYS_I Instances of included interfaces of data provider (x-sys) 20080807
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ESH_IF_OBJECT_DESCRIPTOR Object type descriptor 20080807
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ESH_IF_OBJECT_TYPES_LI_XSYS Object type list (cross-system) 20080807
Properties
Class CL_ESH_ADAPT_SES  
Short Description SES Adapter for external SES    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_CONTENT_FED_ADAPTERS   Adapters for Federated Search 
Created 20080807   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ESH_ADAPT_SES has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_ESH_FED_ADAPTER_FEATURES Federation Search - Adapter Features 20080808
2 IF_ESH_FED_FEDERATION_SEARCH Federation Search Interface 20080808
3 IF_ESH_IF_DATA_PROVIDER_XSYS Data provider with destination handling 20080807
4 IF_ESH_IF_DATA_PROVIDER_XSYS_I Instances of included interfaces of data provider (x-sys) 20080807
5 IF_ESH_IF_OBJECT_DESCRIPTOR Object type descriptor 20080807
6 IF_ESH_IF_OBJECT_TYPES_LI_XSYS Object type list (cross-system) 20080807
Friends
# Friend Modeled only Created on Description
1 CL_ESH_ADAPT_FS 20080812 File Search Adapter
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ADAPTER_TYPE Constant Private Type reference (TYPE) STRING 'SES' Adapter type 20081031
2 GC_BO_TYPE Constant Private Type reference (TYPE) CHAR1 'B' Type of object type = Business object 20080807
3 GC_CLASS_NAME Constant Private Type reference (TYPE) SEOCLSNAME 'CL_ESH_ADAPT_SES' Object type name 20080807
4 GC_OBJECT_TYPE_SEPARATOR Constant Private Type reference (TYPE) CHAR1 '$' Separator for concat. the SES object type 20080807
5 V_OBJECT_NAME Instance attribute Private Type reference (TYPE) ESH_E_OM_OBJECT_TYPE Object type 20080807
6 V_RFCDEST Instance attribute Private Type reference (TYPE) RFCDEST Logical destination (specified in function call) 20080807
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT Static method Private Method Convert SES data to ESH data 20080808
2 CONVERT_SES_RESP_TO_ESH_RESP Static method Private Method Convert the SES response to ESH response 20080814
3 EXECUTE_SEARCH Static method Private Method Execute search 20080808
4 GET_ATTRS_OF_OBJ_TYPE Static method Private Method Get SES attributes of an object type 20080807
5 GET_INTER_NAV_ATTRS Static method Private Method Get attributes for interactive navigation from the ESH model 20081119
6 GET_META_DATA_OF_CONN Static method Public Method Get the metadata of a connector 20080808
7 GET_OBJECT_TYPES Static method Private Method Get SES object types and convert them to ESH object types 20080807
8 GET_OBJECT_TYPE_TEXTS Static method Private Method Short texts in all languages of object type 20080807
9 GET_RFCDEST_FOR_CONNECTOR_ID Static method Private Method Get the RFCDEST of connector ID 20080814
10 GET_SES_BACKEND_NAVIGATIONS Static method Private Method Set the ESH node types 20080808
11 MAPTO_ESH_OBJECT_TYPE_ID Static method Private Method Convert an SES pair BO and OT to the ESH object type ID 20080807
12 MAPTO_SES_OBJECT_TYPE_ID Static method Private Method Convert an ESH object type ID to the SES pair BO and OT 20080807
13 MAP_SRC_ESH_META_DATA_TO_SES Static method Private Method Convert ESH metadata of a connector to SES metadata 20080811
14 SET_BACKEND_NAVIGATIONS Static method Private Method Set the back-end navigation 20080808
15 SET_DATA_ELEMENT Static method Private Method Set the ESH data element 20080807
16 SET_ERROR_IN_RESPONSE_BUILDER Static method Private Method Set error in response builder 20081223
17 SET_FIELDS_AND_DATA_ELEMENTS Static method Private Method Set the ESH fields and data elements 20080807
18 SET_MESSAGE Static method Private Method Add sy fields 20081210
19 SET_REQUESTS_AND_RESPONS Static method Private Method Set the ESH requests 20080807
Events
Class CL_ESH_ADAPT_SES has no event.
Types
Class CL_ESH_ADAPT_SES has no local type.
Method Signatures

Method CONVERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BACKEND_NAVIGATIONS Call by reference Type reference (TYPE) ESH_T_IF_DCB_BACKEND_NAVIS backend navigations 20080808
2 Exporting ET_BACKEND_NAVIGATION_PARAMS Call by reference Type reference (TYPE) ESH_T_IF_DCB_BACKEND_NAVI_PARS backend navigation parameters 20080808
3 Exporting ET_BACKEND_NAVIGATION_TEXTS Call by reference Type reference (TYPE) ESH_T_IF_DCB_BACKEND_NAVIS_T short texts of backend navigations 20080808
4 Exporting ET_DATA_ELEMENTS Call by reference Type reference (TYPE) ESH_T_IF_DCB_DATA_ELEMENTS data elements 20080808
5 Exporting ET_DATA_ELEMENT_FIELD_TEXTS Call by reference Type reference (TYPE) ESH_T_IF_DCB_DATA_EL_FIELDS_T short texts of data element fields 20080808
6 Exporting ET_FIELDS Call by reference Type reference (TYPE) ESH_T_IF_DCB_FIELDS fields 20080808
7 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080808
8 Exporting ET_NODE_TYPES Call by reference Type reference (TYPE) ESH_T_IF_DCB_NODE_TYPES node types 20080808
9 Exporting ET_NODE_TYPE_TEXTS Call by reference Type reference (TYPE) ESH_T_IF_DCB_NODE_TYPES_T short texts of node types 20080808
10 Exporting ET_REQUESTS Call by reference Type reference (TYPE) ESH_T_IF_DCB_REQUESTS requests 20080808
11 Exporting ET_REQUEST_FIELDS Call by reference Type reference (TYPE) ESH_T_IF_DCB_REQUEST_FIELDS request fields 20080808
12 Exporting ET_RESPONSE_FIELDS Call by reference Type reference (TYPE) ESH_T_IF_DCB_RESPONSE_FIELDS response fields 20080808
13 Importing IT_BACKEND_NAV Call by reference Type reference (TYPE) TY_T_SES_NAVI_TARGET_LANGU Target for Business Object naviagtion 20080808
14 Importing IT_OBJECT_TYPE_TEXTS Call by reference Type reference (TYPE) ESH_T_IF_DCB_OBJECT_TYPE_T short texts of object type 20080808
15 Importing IT_SES_ATTRIBUTES Call by reference Type reference (TYPE) TY_T_SES_ATTRIBUTE_NAMES Table with SES Attribute Texts 20080808
16 Importing IV_ESH_OBJECT_TYPE_ID Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE Object Type 20080808
17 Importing IV_RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080808

Method CONVERT on class CL_ESH_ADAPT_SES has no exception.

Method CONVERT_SES_RESP_TO_ESH_RESP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_RESP_BUILDER Value transfer Object reference (TYPE REF TO) CL_ESH_FED_GRP_RESP_BUILDER Search Responses 20080814
2 Importing IT_RESULT_ITEMS Call by reference Type reference (TYPE) COM_SEARCH_TT_RESULT_ITEM Search Results List 20080814
3 Importing IV_NO_OF_ALL_HITS Call by reference Type reference (TYPE) I Number of All Hits 20080814
4 Importing IV_NO_OF_HITS Call by reference Type reference (TYPE) I Number of Hits in the Hit List 20080814
5 Importing IV_SEARCH_CONNECTOR_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID 20080814
# Exception Resumable Description Created on
1 CX_ESH_ADAPT_EXCEPTION Exception in the Adapter 20081202

Method EXECUTE_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTR_DIST_VALUES Call by reference Type reference (TYPE) TREXT_ATTR_DIST_VALUES Attribute distribution values 20081028
2 Exporting ET_RESULT_ITEMS Call by reference Type reference (TYPE) COM_SEARCH_TT_RESULT_ITEM Search Results List 20080814
3 Exporting EV_NO_OF_ALL_HITS Call by reference Type reference (TYPE) I 20080814
4 Exporting EV_NO_OF_HITS Call by reference Type reference (TYPE) I 20080814
5 Importing IS_ATTR_DIST_GLOBAL Call by reference Type reference (TYPE) TREXS_ATTR_DIST_GLOBAL Attribute distribution: Global settings 20090102
6 Importing IT_ESH_QUERY Call by reference Type reference (TYPE) ESH_T_FED_QUERY_ENTRY Query 20080811
7 Importing IT_INTERACTIVE_NAV_ATTR Call by reference Type reference (TYPE) ESH_T_IF_ATTR_NAMES Attributes for interactive navigation 20081119
8 Importing IT_OBJECT_TYPE Call by reference Type reference (TYPE) COM_SEARCH_TT_OBJECT_TYPE_KEY Table with Object Types 20080813
9 Importing IT_REQ_ATTRIBUTES Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Requested Attributes 20090114
10 Importing IT_SORT_ATTRIBUTES Call by reference Type reference (TYPE) ESH_T_FED_SORT Sort Settings 20081031
11 Importing IV_RESULT_FROM Call by reference Type reference (TYPE) I Result from 20081031
12 Importing IV_RESULT_TO Call by reference Type reference (TYPE) I Result to 20081031
13 Importing IV_RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080811
14 Importing IV_STATISTICAL_INFO Call by reference Type reference (TYPE) BOOLE_D ' ' 'X' - with statistical info 20081028
# Exception Resumable Description Created on
1 CX_ESH_ADAPT_EXCEPTION Exception in the Adapter 20081030

Method GET_ATTRS_OF_OBJ_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080807
2 Exporting ET_SES_ATTRIBUTES Call by reference Type reference (TYPE) TY_T_SES_ATTRIBUTE_NAMES Table with SES Attribute Texts 20080807
3 Importing IV_ESH_OBJECT_TYPE_ID Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE ESH Object Type 20080807
4 Importing IV_RFCDEST Call by reference Type reference (TYPE) RFCDEST System 20080807

Method GET_ATTRS_OF_OBJ_TYPE on class CL_ESH_ADAPT_SES has no exception.

Method GET_INTER_NAV_ATTRS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INTERACTIVE_NAV_ATTR Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attributes for interactive navigation 20081119
2 Importing IV_CONNECTOR_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Search Connector ID 20081119
3 Importing IV_ESH_OBJECT_TYPE_ID Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE Object type 20081119

Method GET_INTER_NAV_ATTRS on class CL_ESH_ADAPT_SES has no exception.

Method GET_META_DATA_OF_CONN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESPONSE_ATTRIBUTE_TYPES Call by reference Type reference (TYPE) ESH_T_IF_MDATA_ATTRIBUTE_TYOBJ Meta Data: Attribute Type Objects 20080811
2 Importing IV_CONNECTOR_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Search Connector ID 20080811

Method GET_META_DATA_OF_CONN on class CL_ESH_ADAPT_SES has no exception.

Method GET_OBJECT_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080807
2 Exporting ET_OBJECT_TYPES Call by reference Type reference (TYPE) ESH_T_IF_DP_OBJECT_TYPES ESH Object types details 20080807
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) LAISO Language according to ISO 639 20080807
4 Importing IV_RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical system 20080807

Method GET_OBJECT_TYPES on class CL_ESH_ADAPT_SES has no exception.

Method GET_OBJECT_TYPE_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080807
2 Exporting ET_OBJECT_TYPE_TEXTS Call by reference Type reference (TYPE) ESH_T_IF_DCB_OBJECT_TYPE_T Short texts in all languages of object type 20080807
3 Importing IV_ESH_OBJECT_TYPE_ID Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE ESH Object Type 20080807
4 Importing IV_RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical system 20080807

Method GET_OBJECT_TYPE_TEXTS on class CL_ESH_ADAPT_SES has no exception.

Method GET_RFCDEST_FOR_CONNECTOR_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080814
2 Importing IV_SEARCH_CONNECTOR_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Connection GUID 20080814

Method GET_RFCDEST_FOR_CONNECTOR_ID on class CL_ESH_ADAPT_SES has no exception.

Method GET_SES_BACKEND_NAVIGATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NAVIGATION_TARGETS Call by reference Type reference (TYPE) TY_T_SES_NAVI_TARGET_LANGU Target for Business Object naviagtion 20080808
2 Importing IS_OBJECT_TYPE_KEY Call by reference Type reference (TYPE) COM_SEARCH_TS_OBJECT_TYPE_KEY Key of an Object Type (Without Client) 20080808
3 Importing IV_RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080808

Method GET_SES_BACKEND_NAVIGATIONS on class CL_ESH_ADAPT_SES has no exception.

Method MAPTO_ESH_OBJECT_TYPE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ESH_OBJECT_TYPE_ID Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE ESH Object Type Id 20080807
2 Importing IV_SES_BUSOBJ Call by reference Type reference (TYPE) COM_SEARCH_TV_BUSOBJ Business Object for Search Engine Service (SES) 20080807
3 Importing IV_SES_OBJECT_TYPE Call by reference Type reference (TYPE) COM_SEARCH_TV_OBJECT_TYPE Type of Business Object 20080807

Method MAPTO_ESH_OBJECT_TYPE_ID on class CL_ESH_ADAPT_SES has no exception.

Method MAPTO_SES_OBJECT_TYPE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SES_BUSOBJ Call by reference Type reference (TYPE) COM_SEARCH_TV_BUSOBJ Business Object for Search Engine Service (SES) 20080807
2 Exporting EV_SES_OBJECT_TYPE Call by reference Type reference (TYPE) COM_SEARCH_TV_OBJECT_TYPE Type of Business Object 20080807
3 Importing IV_ESH_OBJECT_TYPE_ID Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE ESH Object Type Id 20080807

Method MAPTO_SES_OBJECT_TYPE_ID on class CL_ESH_ADAPT_SES has no exception.

Method MAP_SRC_ESH_META_DATA_TO_SES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REQ_ATTRIBUTES Call by reference Type reference (TYPE) TREXT_ATTRIBUTES Attributes 20080811
2 Importing IT_RESPONSE_ATTRIBUTE_TYPES Call by reference Type reference (TYPE) ESH_T_IF_MDATA_ATTRIBUTE_TYOBJ Meta Data: Attribute Type Objects 20080811

Method MAP_SRC_ESH_META_DATA_TO_SES on class CL_ESH_ADAPT_SES has no exception.

Method SET_BACKEND_NAVIGATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BACKEND_NAVIGATIONS Call by reference Type reference (TYPE) ESH_T_IF_DCB_BACKEND_NAVIS backend navigations 20080808
2 Exporting ET_BACKEND_NAVIGATION_PARAMS Call by reference Type reference (TYPE) ESH_T_IF_DCB_BACKEND_NAVI_PARS backend navigation parameters 20080808
3 Exporting ET_BACKEND_NAVIGATION_TEXTS Call by reference Type reference (TYPE) ESH_T_IF_DCB_BACKEND_NAVIS_T short texts of backend navigations 20080808
4 Importing IT_NAVIGATION_TARGETS Call by reference Type reference (TYPE) TY_T_SES_NAVI_TARGET_LANGU Target for Business Object naviagtion 20080808
5 Importing IV_NODE_TYPE_ID Call by reference Type reference (TYPE) ESH_E_OM_NODE_NAME Node Name 20080808

Method SET_BACKEND_NAVIGATIONS on class CL_ESH_ADAPT_SES has no exception.

Method SET_DATA_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA_ELEMENT Call by reference Type reference (TYPE) ESH_S_IF_DCB_DATA_ELEMENT data element 20080807
2 Exporting ES_DATA_ELEMENT_FIELD_TEXTS Call by reference Type reference (TYPE) ESH_S_IF_DCB_DATA_EL_FIELD_T short text of data element field 20080807
3 Importing IS_FIELD Call by reference Type reference (TYPE) ESH_S_IF_DCB_FIELD field 20080807
4 Importing IS_SES_ATTRIBUTE Call by reference Type reference (TYPE) TY_S_SES_ATTRIBUTE_NAMES Structure for Description of an Attribute 20080807

Method SET_DATA_ELEMENT on class CL_ESH_ADAPT_SES has no exception.

Method SET_ERROR_IN_RESPONSE_BUILDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_RESP_BUILDER Call by reference Object reference (TYPE REF TO) CL_ESH_FED_GRP_RESP_BUILDER Responses Builder 20081223
2 Importing IV_CONNECTOR_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Search Connector ID 20081223
3 Importing IV_ERROR_MESSAGE Call by reference Type reference (TYPE) STRING Error message 20081223
# Exception Resumable Description Created on
1 CX_ESH_ADAPT_EXCEPTION Exception in the Adapter 20081223

Method SET_FIELDS_AND_DATA_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA_ELEMENTS Call by reference Type reference (TYPE) ESH_T_IF_DCB_DATA_ELEMENTS data elements 20080807
2 Exporting ET_DATA_ELEMENT_FIELD_TEXTS Call by reference Type reference (TYPE) ESH_T_IF_DCB_DATA_EL_FIELDS_T short texts of data element fields 20080807
3 Exporting ET_FIELDS Call by reference Type reference (TYPE) ESH_T_IF_DCB_FIELDS fields 20080807
4 Importing IT_NODE_TYPES Call by reference Type reference (TYPE) ESH_T_IF_DCB_NODE_TYPES node types 20080807
5 Importing IT_SES_ATTRIBUTES Call by reference Type reference (TYPE) TY_T_SES_ATTRIBUTE_NAMES Table with Attribute Texts 20080807
6 Importing IV_ESH_OBJECT_TYPE_ID Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE Object Type 20080807

Method SET_FIELDS_AND_DATA_ELEMENTS on class CL_ESH_ADAPT_SES has no exception.

Method SET_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MESSAGE Call by reference Type reference (TYPE) BAPIRET2 Sy message 20081210

Method SET_MESSAGE on class CL_ESH_ADAPT_SES has no exception.

Method SET_REQUESTS_AND_RESPONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REQUESTS Call by reference Type reference (TYPE) ESH_T_IF_DCB_REQUESTS requests 20080807
2 Exporting ET_REQUEST_FIELDS Call by reference Type reference (TYPE) ESH_T_IF_DCB_REQUEST_FIELDS request fields 20080807
3 Exporting ET_RESPONSE_FIELDS Call by reference Type reference (TYPE) ESH_T_IF_DCB_RESPONSE_FIELDS response fields 20080807
4 Importing IT_FIELDS Call by reference Type reference (TYPE) ESH_T_IF_DCB_FIELDS fields 20080807
5 Importing IT_NODE_TYPES Call by reference Type reference (TYPE) ESH_T_IF_DCB_NODE_TYPES node types 20080807
6 Importing IV_ESH_OBJECT_TYPE_ID Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE Object Type 20080807

Method SET_REQUESTS_AND_RESPONS on class CL_ESH_ADAPT_SES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 712