SAP ABAP Class CL_ESH_TAU_DPS_ADAPTER_TOOLS (Data Provider Service: Adapter Tools)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_TST_AUTOMATION (Package) Test Automation
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_DPS_ADAPTER_D Enterprise Search - Data Provider Service Adapter 20091020
2 Inheritance (c INHERITING FROM c_ref)  CL_ESH_TAU_DPS_ADAPTER_T Enterprise Search - Data Provider Service Adapter 20091020
Properties
Class CL_ESH_TAU_DPS_ADAPTER_TOOLS  
Short Description Data Provider Service: Adapter Tools    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_TST_AUTOMATION   Test Automation 
Created 20091020   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_ESH_TAU_DPS_ADAPTER_D Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_ESH_TAU_DPS_ADAPTER_T Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no interface implemented.
Friends
Class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no friend class.
Attributes
Class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_ABAP_BOOL_TO_EXTERNAL Static method Public Method 20100520
2 CONVERT_OM_TO_SOAP Static method Public Method 20100520
3 EXPORT_SWC Static method Public Method 20100520
4 FILL_DPS_FAULT_RESPONSE Static method Public Method 20110309
5 FILL_D_GETCURRENT_TS_RES_SOAP Static method Public Method 20100520
6 FILL_D_GETINSTANCES_RES_SOAP Static method Public Method 20100520
7 FILL_D_GETNEXTBYINST_RESF_SOAP Static method Public Method Convert to SearchDataGetNextByInstanceFault 20110309
8 FILL_D_GETNEXTBYINST_RES_SOAP Static method Public Method Convert to SearchDataGetNextByInstance_sync 20091020
9 FILL_D_GETNEXTBYTS_RES_SOAP Static method Public Method Convert to SearchDataGetNextByTimespamp_sync 20100406
10 FILL_T_GETDETAIL_RES_SOAP Static method Public Method Convert to SearchTemplateGetDetailResponse_sync 20091020
11 FILL_T_GETLIST_RES_SOAP Instance method Public Method Convert to SearchTemplateGetListResponse_sync 20091020
12 GET_ORD_REL_REF_FROM_NAV_PATH Static method Protected Method 20100520
13 PARSE_D_REQUEST Instance method Public Method Parse Request Data of DPS Data Services 20091020
14 PARSE_T_REQUEST Instance method Public Method Parse Request Data of DPS Template Services 20091020
Events
Class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no event.
Types
Class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no local type.
Method Signatures

Method CONVERT_ABAP_BOOL_TO_EXTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ABAP_BOOL Call by reference Type reference (TYPE) ABAP_BOOL 20100520
2 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20100520

Method CONVERT_ABAP_BOOL_TO_EXTERNAL on class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no exception.

Method CONVERT_OM_TO_SOAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DESCRIPTION Call by reference Type reference (TYPE) ESH_S_IF_DCB_MODEL 20100520
2 Returning RT_TEMPLATE Value transfer Type reference (TYPE) IF_ESH_TAU_DPS_ADAPTER_T=>TT_SEARCH_TEMPLATE_DET 20100520

Method CONVERT_OM_TO_SOAP on class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no exception.

Method EXPORT_SWC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SOFTWARE_COMPONENT Call by reference Type reference (TYPE) ESH_E_OM_SYSREL 20100520
2 Returning RV_DETAIL_XDATA Value transfer Type reference (TYPE) XSTRING 20100520
# Exception Resumable Description Created on
1 CX_ESH_CO_INVALID_PARAMETER 20100520

Method FILL_DPS_FAULT_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ERROR_TEXT Call by reference Type reference (TYPE) STRING 20110309
2 Returning RV_XSTRING Value transfer Type reference (TYPE) XSTRING 20110309

Method FILL_DPS_FAULT_RESPONSE on class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no exception.

Method FILL_D_GETCURRENT_TS_RES_SOAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CURRENT_TIME_STAMP Call by reference Type reference (TYPE) STRING 20100520
2 Returning RV_XDATA Value transfer Type reference (TYPE) XSTRING 20100520

Method FILL_D_GETCURRENT_TS_RES_SOAP on class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no exception.

Method FILL_D_GETINSTANCES_RES_SOAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE Call by reference Type reference (TYPE) TABLE 20100520
2 Returning RV_XDATA Value transfer Type reference (TYPE) XSTRING 20100520

Method FILL_D_GETINSTANCES_RES_SOAP on class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no exception.

Method FILL_D_GETNEXTBYINST_RESF_SOAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE Call by reference Type reference (TYPE) TABLE 20110309
2 Returning RV_XDATA Value transfer Type reference (TYPE) XSTRING 20110309

Method FILL_D_GETNEXTBYINST_RESF_SOAP on class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no exception.

Method FILL_D_GETNEXTBYINST_RES_SOAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE Call by reference Type reference (TYPE) TABLE 20091020
2 Returning RV_XDATA Value transfer Type reference (TYPE) XSTRING 20091020

Method FILL_D_GETNEXTBYINST_RES_SOAP on class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no exception.

Method FILL_D_GETNEXTBYTS_RES_SOAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE Call by reference Type reference (TYPE) TABLE 20100406
2 Returning RV_XDATA Value transfer Type reference (TYPE) XSTRING 20100406

Method FILL_D_GETNEXTBYTS_RES_SOAP on class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no exception.

Method FILL_T_GETDETAIL_RES_SOAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE Call by reference Type reference (TYPE) TABLE 20091020
2 Returning RV_XDATA Value transfer Type reference (TYPE) XSTRING 20091020

Method FILL_T_GETDETAIL_RES_SOAP on class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no exception.

Method FILL_T_GETLIST_RES_SOAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TABLE Call by reference Type reference (TYPE) TABLE 20091020
2 Returning RV_XDATA Value transfer Type reference (TYPE) XSTRING 20091020

Method FILL_T_GETLIST_RES_SOAP on class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no exception.

Method GET_ORD_REL_REF_FROM_NAV_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ORDERED_RELATION_REF Call by reference Type reference (TYPE) IF_ESH_TAU_DPS_ADAPTER_T=>TT_ORDERED_RELATION_REFERENCE 20100520
2 Importing IT_NAVIGATION_PATHS Call by reference Type reference (TYPE) ESH_T_IF_DCB_NAV_PATH_MODELS 20100520
3 Importing IV_NAVIGATION_PATH_ID Call by reference Type reference (TYPE) ESH_E_OM_NAVIGATION_PATH_GUID 20100520

Method GET_ORD_REL_REF_FROM_NAV_PATH on class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no exception.

Method PARSE_D_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_GET_CURRENT_TIME_STAMP Call by reference Type reference (TYPE) IF_ESH_TAU_DPS_ADAPTER_D=>TS_REQUEST_GET_CURRENT_TS 20100520
2 Exporting ES_GET_INSTANCES Call by reference Type reference (TYPE) IF_ESH_TAU_DPS_ADAPTER_D=>TS_REQUEST_GET_INSTANCES 20100520
3 Exporting ES_GET_NEXT_BY_INSTANCE Call by reference Type reference (TYPE) IF_ESH_TAU_DPS_ADAPTER_D=>TS_REQUEST_GET_NEXT_BY_INST 20091020
4 Exporting ES_GET_NEXT_BY_TIME_STAMP Call by reference Type reference (TYPE) IF_ESH_TAU_DPS_ADAPTER_D=>TS_REQUEST_GET_NEXT_BY_TS 20100406
5 Exporting EV_MESSAGE_NAME Call by reference Type reference (TYPE) STRING 20091020
6 Importing IV_XDATA Call by reference Type reference (TYPE) XSTRING 20091020

Method PARSE_D_REQUEST on class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no exception.

Method PARSE_T_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_GET_DETAIL Call by reference Type reference (TYPE) IF_ESH_TAU_DPS_ADAPTER_T=>TS_REQUEST_GETDETAIL 20091020
2 Exporting ES_GET_LIST Call by reference Type reference (TYPE) IF_ESH_TAU_DPS_ADAPTER_T=>TS_REQUEST_GETLIST 20091020
3 Exporting EV_MESSAGE_NAME Call by reference Type reference (TYPE) STRING 20091020
4 Importing IV_XDATA Call by reference Type reference (TYPE) XSTRING 20091020

Method PARSE_T_REQUEST on class CL_ESH_TAU_DPS_ADAPTER_TOOLS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 730