SAP ABAP Class CL_ESH_TAU_EXTERNAL_SERVICES (External Services (Navigation))
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ESH_TAU_EXTERNAL_SERVICES External Services (Navigation) 20091216
Properties
Class CL_ESH_TAU_EXTERNAL_SERVICES  
Short Description External Services (Navigation)    
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 20091216   SAP 
Last change 20130531   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ESH_TAU_EXTERNAL_SERVICES External Services (Navigation) 20091216
Friends
Class CL_ESH_TAU_EXTERNAL_SERVICES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CANCEL Instance attribute Public Attribute reference (LIKE) 20091216
2 GC_DESKTOP_INTEGRATION_XLS Constant Private Type reference (TYPE) CHAR255 'Desktop_Access.xls' Char255 20091216
3 GC_DEV_DASHBOARD Instance attribute Public Attribute reference (LIKE) 20091216
4 GC_DEV_DASHBOARD_OLD Instance attribute Public Attribute reference (LIKE) 20091216
5 GC_EXCEL Instance attribute Public Attribute reference (LIKE) 20091216
6 GC_HB_LAUNCHTIME_DEFAULT Instance attribute Public Attribute reference (LIKE) 20091216
7 GC_MAINTAIN_COMMENT Instance attribute Public Attribute reference (LIKE) 20091216
8 GC_NAV_CREATE_SIGNATURE Instance attribute Public Attribute reference (LIKE) 20091216
9 GC_NAV_LUNCH Instance attribute Public Attribute reference (LIKE) 20091216
10 GC_NAV_WINDOW_DISPLAY Instance attribute Public Attribute reference (LIKE) 20091216
11 GC_NAV_WINDOW_SWITCHER Instance attribute Public Attribute reference (LIKE) 20091216
12 GC_NOTEPAD Instance attribute Public Attribute reference (LIKE) 20091216
13 GC_NO_ALIAS Instance attribute Public Attribute reference (LIKE) 20091216
14 GC_PARAM_PROGRAM_NAME Instance attribute Public Attribute reference (LIKE) 20091216
15 GC_PARAM_PROXY_BO_NAME Instance attribute Public Attribute reference (LIKE) 20091216
16 GC_PARAM_PROXY_BO_NODE_NA Instance attribute Public Attribute reference (LIKE) 20091216
17 GC_PARAM_PROXY_QUERY_NAME Instance attribute Public Attribute reference (LIKE) 20091216
18 GC_PARAM_SKIP_FIRST_SCREEN Instance attribute Public Attribute reference (LIKE) 20091216
19 GC_PARAM_START_NEW_SESSION Instance attribute Public Attribute reference (LIKE) 20091216
20 GC_PARAM_TCODE Instance attribute Public Attribute reference (LIKE) 20091216
21 GC_PARAM_TCODE_PARAMETER Instance attribute Public Attribute reference (LIKE) 20091216
22 GC_POWERPOINT Instance attribute Public Attribute reference (LIKE) 20091216
23 GC_QUICK_NAVIGATION Instance attribute Public Attribute reference (LIKE) 20091216
24 GC_RATE_HIGH Instance attribute Public Attribute reference (LIKE) 20091216
25 GC_RATE_LOW Instance attribute Public Attribute reference (LIKE) 20091216
26 GC_RATE_MEDIUM Instance attribute Public Attribute reference (LIKE) 20091216
27 GC_RATE_VERY_HIGH Instance attribute Public Attribute reference (LIKE) 20091216
28 GC_RATE_VERY_LOW Instance attribute Public Attribute reference (LIKE) 20091216
29 GC_SAVE_TEXT Instance attribute Public Attribute reference (LIKE) 20091216
30 GC_SEARCH_GOOGLE Instance attribute Public Attribute reference (LIKE) 20091216
31 GC_SEARCH_GOOGLE_FL Instance attribute Public Attribute reference (LIKE) 20091216
32 GC_SEARCH_GOOGLE_MS Instance attribute Public Attribute reference (LIKE) 20091216
33 GC_SEARCH_SDN_FORUM Constant Public Type reference (TYPE) STRING 'https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_forums&query=' 20091216
34 GC_SEARCH_TRANSLATION Instance attribute Public Attribute reference (LIKE) 20091216
35 GC_SEARCH_WIKI Instance attribute Public Attribute reference (LIKE) 20091216
36 GC_SEARCH_WINDOWS_DESKTOP Instance attribute Public Attribute reference (LIKE) 20091216
37 GC_SNAGIT Instance attribute Public Attribute reference (LIKE) 20091216
38 GC_TYPE_BO_TEST_SHELL Instance attribute Public Attribute reference (LIKE) 20091216
39 GC_TYPE_CALL_TRANSACTION Instance attribute Public Attribute reference (LIKE) 20091216
40 GC_TYPE_SPROXY Instance attribute Public Attribute reference (LIKE) 20091216
41 GC_WIKI_ES_TOOLBAR Instance attribute Public Attribute reference (LIKE) 20091216
42 GC_WORD Instance attribute Public Attribute reference (LIKE) 20091216
43 GT_OBJECT_LINK Static Attribute Public Type reference (TYPE) TT_OBJECT_LINK 20091216
Methods
# Method Level Visibility Method type Description Created on
1 CALL_HTTP Static method Public Method Execute http request and return source of http page / xml 20091216
2 GET_EXPRESSION_DATA Instance method Public Method 20091216
3 IS_GOOGLE_EXPRESSION Instance method Public Method 20091216
4 PROCESS_SERVICE Instance method Public Method 20091216
Events
Class CL_ESH_TAU_EXTERNAL_SERVICES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_INPLACE_DATA Public See coding 20091216 BEGIN OF ts_inplace_data, service_description TYPE string, url TYPE string, width TYPE i, height TYPE i, scroll_x TYPE i, scroll_y TYPE i, END OF ts_inplace_data
2 TS_OBJECT_LINK Public See coding 20091216 BEGIN OF ts_object_link, guid TYPE sysuuid_c32, obj_link TYPE string, END OF ts_object_link
3 TT_OBJECT_LINK Public See coding 20091216 tt_object_link TYPE TABLE OF ts_object_link
Method Signatures

Method CALL_HTTP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_DATA Value transfer Type reference (TYPE) STRING 20091216
2 Importing IV_CONTENT_PROXY Call by reference Type reference (TYPE) STRING 20091216
3 Importing IV_CONTENT_PROXYPORT Call by reference Type reference (TYPE) STRING 20091216
4 Importing IV_URL Call by reference Type reference (TYPE) STRING 20091216

Method CALL_HTTP on class CL_ESH_TAU_EXTERNAL_SERVICES has no exception.

Method GET_EXPRESSION_DATA Signature

Method GET_EXPRESSION_DATA on class CL_ESH_TAU_EXTERNAL_SERVICES has no parameter.
Method GET_EXPRESSION_DATA on class CL_ESH_TAU_EXTERNAL_SERVICES has no exception.

Method IS_GOOGLE_EXPRESSION Signature

Method IS_GOOGLE_EXPRESSION on class CL_ESH_TAU_EXTERNAL_SERVICES has no parameter.
Method IS_GOOGLE_EXPRESSION on class CL_ESH_TAU_EXTERNAL_SERVICES has no exception.

Method PROCESS_SERVICE Signature

Method PROCESS_SERVICE on class CL_ESH_TAU_EXTERNAL_SERVICES has no parameter.
Method PROCESS_SERVICE on class CL_ESH_TAU_EXTERNAL_SERVICES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730