SAP ABAP Class CL_ESH_QL_QUERY_LOG_ACCESS_API (ESH Query Log Access API)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_ENG_QUERY_LOGGING (Package) Query Logging
Properties
Class CL_ESH_QL_QUERY_LOG_ACCESS_API  
Short Description ESH Query Log Access API    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_ENG_QUERY_LOGGING   Query Logging 
Created 20091026   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)
Interfaces
Class CL_ESH_QL_QUERY_LOG_ACCESS_API has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_ESH_QL_QUERY_LOG_AGGREGATOR 20100414 Query Log Analyzer
2 CL_ESH_QL_QUERY_LOG_ANALYZER 20091210 Query Log Analyzer
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_AUTH_MGT Instance attribute Private Object reference (TYPE REF TO) CL_ESH_QL_AUTH_MGT Auth. management handler 20091026
2 MR_BLUEPRINT_ADMIN Instance attribute Private Object reference (TYPE REF TO) CL_ESH_QL_BLUEPRINT_ADMIN Query log blueprint administration 20091027
3 MR_CONTENT_CONVERTER Instance attribute Private Object reference (TYPE REF TO) CL_ESH_QL_CONTENT_CONVERTER Query log content converter 20091027
4 MR_LOG_ACCESS_RECORDER Instance attribute Private Object reference (TYPE REF TO) CL_ESH_QL_LOG_ACCESS_RECORDER 20100119
5 MT_QC_BUFFER Instance attribute Private See coding Query log content index 20091027
Methods
# Method Level Visibility Method type Description Created on
1 FED_SCOPE_GET_HASHKEYS Instance method Protected Method For a list of fed scopes, get the list of hashkeys 20091211
2 FROM_TSP_GET_AGGREGATED_QC Instance method Private Method Get QLOGQ entries from FROM timestamp 20091208
3 GET_CONTENT_KEY Instance method Private Method Get content key 20091028
4 GET_HKY_OCCURRENCES_BY_SCOPE Instance method Protected Method Get query key occurrences by scope 20091210
5 GET_INSTANCE Static method Public Method Get instance 20091026
6 GET_LOG_BY_SCOPE_ITEM Instance method Public Method Get log entries by scope item 20091026
7 GET_LOG_ENTRY Instance method Public Method Get log entry with all details 20091026
8 GET_LOG_HEADERS Instance method Public Method Get log headers 20100122
9 GET_LOG_HEADERS_BY_BLOCK Instance method Public Method Get log headers by Block 20100125
10 GET_LOG_HEADERS_BY_ID Instance method Public Method Get log headers by ID 20100122
11 GET_LOG_HEADERS_BY_TSP Instance method Public Method Get log headers by Timestamp 20100122
12 IMPORT_DATA Instance method Private Method Import data 20091027
13 LOG_GET_QUERY_IN Instance method Public Method Get query for log entry (In) 20091028
14 LOG_GET_QUERY_OUT Instance method Public Method Get query for log entry (Resolved) 20091028
15 LOG_GET_REGISTERED_ACTIONS Instance method Public Method Get registered actions on result list (Click registrator) 20091203
16 LOG_GET_RESPONSE_STATISTICS Instance method Public Method Get response statistics for log entry 20091027
17 LOG_GET_SCOPE_IN Instance method Public Method Get scope for log entry (In) 20091028
18 LOG_GET_SCOPE_OUT Instance method Public Method Get scope for log entry (Resolved) 20091028
19 LOG_GET_VALUE_HELP_ATTRIBUTES Instance method Public Method Get value help attributes (for value help request) 20100107
20 LOG_LIST_GET_AGGREGATED_QC Instance method Private Method Get QLOGQ entries aggregated per content key 20091203
21 LOG_LIST_GET_QC Instance method Private Method Get QLOGQ entries for a content key 20091102
22 LOG_LIST_GET_QUERY_IN Instance method Public Method Get queries for log list (In) 20091203
23 LOG_LIST_GET_REG_ACTIONS Instance method Public Method Get registered actions for log list 20091207
24 LOG_LIST_GET_RESP_STAT Instance method Public Method Get response statistics for log list 20091203
25 LOG_LIST_GET_SCOPE_IN Instance method Public Method Get scope for log list (in) 20100125
26 QC_GET_QUERY_DETAILS Instance method Protected Method Get query details for list of QCs 20091203
27 QC_GET_RESP_STATISTICS Instance method Protected Method Get response statistics for list of QCs 20091102
28 QC_GET_SCOPE_LIST Instance method Protected Method Get scope elements for list of QCs 20091210
29 QUERY_IS_TEXTONLY_QUERY Instance method Private Method Check whether query is text-only query 20091203
30 QUERY_USES_QUERY_PARTS Instance method Public Method Check query uses query parts 20100107
31 UPDATE_QC_BUFFER Instance method Private Method Update QLOGC buffer 20091102
Events
Class CL_ESH_QL_QUERY_LOG_ACCESS_API has no event.
Types
Class CL_ESH_QL_QUERY_LOG_ACCESS_API has no local type.
Method Signatures

Method FED_SCOPE_GET_HASHKEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HKY Call by reference Type reference (TYPE) ESH_T_QL_HKY_SORTED Query Log Content Hashkey 20091211
2 Importing IT_SCOPE Call by reference Type reference (TYPE) ESH_T_FED_SCOPE Search Scope 20091211
3 Importing IV_IN_ONLY Call by reference Type reference (TYPE) CHAR01 Consider IN Scope only 20091211
4 Importing IV_OUT_ONLY Call by reference Type reference (TYPE) CHAR01 Consider OUT Scope only 20091211

Method FED_SCOPE_GET_HASHKEYS on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method FROM_TSP_GET_AGGREGATED_QC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AGGREGATED_QC Call by reference Type reference (TYPE) ESH_T_QL_QLOGC_PER_CONTENT_TYP Aggregated QC list 20091208
2 Exporting EV_LAST_ENTRY_TSP Call by reference Type reference (TYPE) TIMESTAMPL Timestamp of the last entry in the aggregation 20091223
3 Importing IT_CONTENT_TYPE Call by reference Type reference (TYPE) ESH_T_QL_CONTENT_TYPE_SORTED Requested content types 20091208
4 Importing IV_BLOCKSIZE Call by reference Type reference (TYPE) INT4 Pre-Aggregation Blocksize 20091223
5 Importing IV_FROM Call by reference Type reference (TYPE) TIMESTAMPL From Timestamp 20091208
6 Importing IV_SUCCESSF_QUERIES_ONLY Call by reference Type reference (TYPE) CHAR01 Successful Queries Only 20091211
7 Importing IV_TO Call by reference Type reference (TYPE) TIMESTAMPL To Timestamp 20091211

Method FROM_TSP_GET_AGGREGATED_QC on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method GET_CONTENT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTENT_TYPE Call by reference Type reference (TYPE) ESH_E_QL_QLOGQ_CONTENT_TYPE Query Log Content Type 20091028
2 Importing IV_EXEC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_EXEC_ID Search Execution ID 20091028
3 Returning RV_CONTENT_HASHKEY Value transfer Type reference (TYPE) ESH_E_QL_HKY Query Log Content Hashkey 20091028

Method GET_CONTENT_KEY on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method GET_HKY_OCCURRENCES_BY_SCOPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CI_QI_OCCURRENCES Call by reference Type reference (TYPE) ESH_T_QL_CI_QI_OCCURRENCES Occurrences (aggregated by scope and query hashkeys) 20091210
2 Exporting EV_LAST_ENTRY_TSP Call by reference Type reference (TYPE) TIMESTAMPL Timestamp of last entry in aggregation 20091223
3 Importing IT_CI_HKEYS Call by reference Type reference (TYPE) ESH_T_QL_HKY_SORTED Query Log Content Hashkey 20091211
4 Importing IV_BLOCKSIZE Call by reference Type reference (TYPE) INT4 Pre-Aggregation Blocksize 20091223
5 Importing IV_FROM_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL From Timestamp 20091210
6 Importing IV_OCCURRENCE_THRESHOLD Call by reference Type reference (TYPE) INT4 Only terms occurring more frequently than val 20091210
7 Importing IV_SUCCESSF_ONLY Call by reference Type reference (TYPE) CHAR01 Only successful queries (at least one response item) 20091211
8 Importing IV_TO_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL To Timestamp 20091211

Method GET_HKY_OCCURRENCES_BY_SCOPE on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CENTRAL_LOG_ACCESS_RECORDER Call by reference Object reference (TYPE REF TO) CL_ESH_QL_LOG_ACCESS_RECORDER Central Log Access Recorder 20100119
2 Returning RR_ACCESS_API Value transfer Object reference (TYPE REF TO) CL_ESH_QL_QUERY_LOG_ACCESS_API Log Access API 20091026

Method GET_INSTANCE on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method GET_LOG_BY_SCOPE_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXEC_ID Call by reference Type reference (TYPE) ESH_T_QL_SEARCH_EXEC_ID Execution IDs 20091030
2 Importing IT_SCOPE Call by reference Type reference (TYPE) ESH_T_FED_SCOPE Scopes (multiple entries: linked "OR") 20091026
3 Importing IV_FROM_TSP Call by reference Type reference (TYPE) TIMESTAMPL From 20091030
4 Importing IV_IN_ONLY Call by reference Type reference (TYPE) CHAR01 Consider IN Scope only 20091026
5 Importing IV_OUT_ONLY Call by reference Type reference (TYPE) CHAR01 Consider OUT Scope only 20091026
6 Importing IV_QUERY_LANGU Call by reference Type reference (TYPE) ESH_E_QL_QUERY_LANGU Logon Language on Query Execution 20091214
7 Importing IV_RET_MAX_NR_RECORDS Value transfer Type reference (TYPE) I Max. number of records 20091026
8 Importing IV_TO_TSP Call by reference Type reference (TYPE) TIMESTAMPL To 20091030
# Exception Resumable Description Created on
1 CX_ESH_QL_NOT_AUTHORIZED Log Access Denied - Not Authorized 20100119

Method GET_LOG_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_QC_SEARCH_STRING Call by reference Type reference (TYPE) ESH_E_FED_SEARCH_STRING Search String 20091029
2 Exporting ES_QL_QLOG Call by reference Type reference (TYPE) ESH_S_QL_QLOG Query Log Header 20091026
3 Exporting ET_ACTIONS_ON_RESULTLIST Call by reference Type reference (TYPE) ESH_T_QL_AREG_ACTIONS User Actions on Search Result Items 20091203
4 Exporting ET_CONNECTOR_STAT Call by reference Type reference (TYPE) ESH_T_IF_CONNECTOR_STATISTICS Search Statistics for Connectors 20091029
5 Exporting ET_EXCEPTIONS Call by reference Type reference (TYPE) ESH_T_QL_EXCEPTION Exceptions 20091029
6 Exporting ET_MESSAGES Call by reference Type reference (TYPE) ESH_T_IF_MESSAGES Messages 20091029
7 Exporting ET_QC_ATTRIBUTE_CONDITIONS Call by reference Type reference (TYPE) ESH_T_FED_ATTR_CONDITION Attribute conditions for search 20091029
8 Exporting ET_QI_FREESTYLE_QUERY Call by reference Type reference (TYPE) ESH_T_FED_QUERY_ENTRY Query (Input, Freestyle Format) 20091029
9 Exporting ET_QI_QUERY Call by reference Type reference (TYPE) ESH_T_FED_QUERY_ENTRY Query (Input) 20091029
10 Exporting ET_QO_QUERY Call by reference Type reference (TYPE) ESH_T_FED_QUERY_ENTRY Query (Compiled) 20091029
11 Exporting ET_SCOPE Call by reference Type reference (TYPE) ESH_T_FED_SCOPE Scope (Input) 20091029
12 Exporting ET_SCOPE_RESOLVED Call by reference Type reference (TYPE) ESH_T_FED_SCOPE Scope (Resolved) 20091029
13 Exporting ET_SEMANTICS_CONDITIONS Call by reference Type reference (TYPE) ESH_T_FED_SEMANTICS_CONDITION Semantics Conditions 20091029
14 Exporting ET_SORT Call by reference Type reference (TYPE) ESH_T_FED_SORT Sort Settings 20091029
15 Exporting ET_VALUE_HELP_ATTRIBUTES Call by reference Type reference (TYPE) ESH_T_IF_ATTR_NAMES Value Help Attributes 20100107
16 Exporting EV_USES_QUERY_PARTS Call by reference Type reference (TYPE) ESH_E_QL_USES_QUERY_PARTS Uses Query Parts 20100107
17 Importing IV_EXEC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_EXEC_ID Search Execution ID 20091026
# Exception Resumable Description Created on
1 CX_ESH_QL_NOT_AUTHORIZED Log Access Denied - Not Authorized 20091026

Method GET_LOG_HEADERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QLOG Call by reference Type reference (TYPE) ESH_T_QL_QLOG Search Request Log 20100122
2 Importing IV_EXEC_MODE Call by reference Type reference (TYPE) ESH_E_QL_EXEC_MODE Execution Type 20100122
3 Importing IV_EXEC_USER Call by reference Type reference (TYPE) USERNAME User 20100122
4 Importing IV_FROM_TSP Call by reference Type reference (TYPE) TIMESTAMPL From 20100122
5 Importing IV_QUERY_TYPE Call by reference Type reference (TYPE) ESH_E_QL_QUERY_TYPE Query Type 20100122
6 Importing IV_REFERENCE_QUERY Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_EXEC_ID Predecessor Query Execution ID 20100122
7 Importing IV_RET_MAX_NR_RECORDS Value transfer Type reference (TYPE) I Max. number of records 20100122
8 Importing IV_SESSION_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_SESSION_ID Search Session ID 20100122
9 Importing IV_SUCCESSF_QUERIES_ONLY Call by reference Type reference (TYPE) ESH_E_CO_BOOLEAN Only executions which returned at least 1 result 20100122
10 Importing IV_TO_TSP Call by reference Type reference (TYPE) TIMESTAMPL To 20100122
11 Importing IV_WITH_ERRORS_ONLY Call by reference Type reference (TYPE) ESH_E_CO_BOOLEAN Only executions with Error 20100122
# Exception Resumable Description Created on
1 CX_ESH_QL_NOT_AUTHORIZED Log Access Denied - Not Authorized 20100122

Method GET_LOG_HEADERS_BY_BLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QLOG Call by reference Type reference (TYPE) ESH_T_QL_QLOG Search Request Log 20100125
2 Exporting EV_LAST_EXEC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_EXEC_ID Last Exec ID 20100125
3 Exporting EV_NO_MORE_DATA Call by reference Type reference (TYPE) CHAR01 No More Data 20100125
4 Importing IV_FROM_EXEC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_EXEC_ID Start Exec ID 20100125
5 Importing IV_RET_MAX_NR_RECORDS Call by reference Type reference (TYPE) I Max. number of records 20100125
# Exception Resumable Description Created on
1 CX_ESH_QL_NOT_AUTHORIZED Log Access Denied - Not Authorized 20100125

Method GET_LOG_HEADERS_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QLOG Call by reference Type reference (TYPE) ESH_T_QL_QLOG Query Log Header Data 20100122
2 Importing IT_EXEC_ID Call by reference Type reference (TYPE) ESH_T_QL_SEARCH_EXEC_ID Search Execution IDs 20100122
# Exception Resumable Description Created on
1 CX_ESH_QL_NOT_AUTHORIZED Log Access Denied - Not Authorized 20100122

Method GET_LOG_HEADERS_BY_TSP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QLOG Call by reference Type reference (TYPE) ESH_T_QL_QLOG Search Request Log 20100122
2 Exporting EV_LAST_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL Last Timestamp in Block 20100122
3 Exporting EV_NO_MORE_DATA Call by reference Type reference (TYPE) CHAR01 No More Data 20100122
4 Importing IV_FROM_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL From Timestamp 20100122
5 Importing IV_RET_MAX_NR_RECORDS Call by reference Type reference (TYPE) I Max. number of records 20100122
# Exception Resumable Description Created on
1 CX_ESH_QL_NOT_AUTHORIZED Log Access Denied - Not Authorized 20100122

Method IMPORT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA_REF Call by reference Type reference (TYPE) ESH_T_QL_CONTENT_REF Query Log Content References 20091027
2 Importing IV_CONTENT_HKY Call by reference Type reference (TYPE) ESH_E_QL_HKY Query Log Content Hashkey 20091027
# Exception Resumable Description Created on
1 CX_ESH_QL_RT_BLUEPRINT_DET Query Logging Exception on Blueprint Determination 20091027
2 CX_ESH_QL_RT_CONTENT_IMPORT Query Logging Exception on Content Import 20091027

Method LOG_GET_QUERY_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_QC_SEARCH_STRING Call by reference Type reference (TYPE) ESH_E_FED_SEARCH_STRING Search String 20091028
2 Exporting ET_QC_ATTRIBUTE_CONDITIONS Call by reference Type reference (TYPE) ESH_T_FED_ATTR_CONDITION Attribute conditions for search 20091028
3 Exporting ET_QI_FREESTYLE_QUERY Call by reference Type reference (TYPE) ESH_T_FED_QUERY_ENTRY Query 20091028
4 Exporting ET_QI_QUERY Call by reference Type reference (TYPE) ESH_T_FED_QUERY_ENTRY Query 20091028
5 Exporting ET_SEMANTICS_CONDITIONS Call by reference Type reference (TYPE) ESH_T_FED_SEMANTICS_CONDITION Semantics Conditions 20091028
6 Exporting ET_SORT Call by reference Type reference (TYPE) ESH_T_FED_SORT Sort Settings 20091028
7 Exporting EV_USES_QUERY_PARTS Call by reference Type reference (TYPE) ESH_E_QL_USES_QUERY_PARTS Uses Query Parts 20100107
8 Importing IV_EXEC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_EXEC_ID Search Execution ID 20091028
# Exception Resumable Description Created on
1 CX_ESH_QL_RT_BLUEPRINT_DET Query Logging Exception on Blueprint Determination 20091028
2 CX_ESH_QL_RT_CONTENT_IMPORT Query Logging Exception on Content Import 20091028

Method LOG_GET_QUERY_OUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QO_QUERY Call by reference Type reference (TYPE) ESH_T_FED_QUERY_ENTRY Query 20091028
2 Importing IV_EXEC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_EXEC_ID Search Execution ID 20091028
# Exception Resumable Description Created on
1 CX_ESH_QL_RT_BLUEPRINT_DET Query Logging Exception on Blueprint Determination 20091028
2 CX_ESH_QL_RT_CONTENT_IMPORT Query Logging Exception on Content Import 20091028

Method LOG_GET_REGISTERED_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTIONS Call by reference Type reference (TYPE) ESH_T_QL_AREG_ACTIONS User Actions on Search Result Items 20091203
2 Importing IV_EXEC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_EXEC_ID Search Execution ID 20091203

Method LOG_GET_REGISTERED_ACTIONS on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method LOG_GET_RESPONSE_STATISTICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONNECTOR_STAT Call by reference Type reference (TYPE) ESH_T_IF_CONNECTOR_STATISTICS Search Statistics for Connectors 20091027
2 Exporting ET_EXCEPTIONS Call by reference Type reference (TYPE) ESH_T_QL_EXCEPTION Query Log: Exception 20091029
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) ESH_T_IF_MESSAGES Messages 20091027
4 Importing IV_EXEC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_EXEC_ID Search Execution ID 20091027
# Exception Resumable Description Created on
1 CX_ESH_QL_RT_BLUEPRINT_DET Query Logging Exception on Blueprint Determination 20091027
2 CX_ESH_QL_RT_CONTENT_IMPORT Query Logging Exception on Content Import 20091027

Method LOG_GET_SCOPE_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FED_SCOPE Call by reference Type reference (TYPE) ESH_T_FED_SCOPE Search Scope 20091028
2 Exporting ET_QS_CI Call by reference Type reference (TYPE) ESH_T_QL_QLOGS Search Scope (Internal Log Format) 20091028
3 Importing IV_EXEC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_EXEC_ID Search Execution ID 20091028

Method LOG_GET_SCOPE_IN on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method LOG_GET_SCOPE_OUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FED_SCOPE_RESOLVED Call by reference Type reference (TYPE) ESH_T_FED_SCOPE Search Scope Resolved 20091028
2 Exporting ET_QS_CO Call by reference Type reference (TYPE) ESH_T_QL_QLOGS Search Scope Resolved (Internal Log Format) 20091028
3 Importing IV_EXEC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_EXEC_ID Search Execution ID 20091028

Method LOG_GET_SCOPE_OUT on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method LOG_GET_VALUE_HELP_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE_HELP_ATTRIBUTES Call by reference Type reference (TYPE) ESH_T_IF_ATTR_NAMES Value Help Attributes 20100107
2 Importing IV_EXEC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_EXEC_ID Search Execution ID 20100107
# Exception Resumable Description Created on
1 CX_ESH_QL_RT_BLUEPRINT_DET Query Logging Exception on Blueprint Determination 20100107
2 CX_ESH_QL_RT_CONTENT_IMPORT Query Logging Exception on Content Import 20100107

Method LOG_LIST_GET_AGGREGATED_QC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AGGREGATED_QC Call by reference Type reference (TYPE) ESH_T_QL_QLOGC_PER_CONTENT_TYP Query Log Content Index 20091203
2 Importing IT_CONTENT_TYPE Call by reference Type reference (TYPE) ESH_T_QL_CONTENT_TYPE_SORTED Query Log Content Type 20091203
3 Importing IT_QLOG Call by reference Type reference (TYPE) ESH_T_QL_QLOG Query Log Header 20091203

Method LOG_LIST_GET_AGGREGATED_QC on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method LOG_LIST_GET_QC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QC Call by reference Type reference (TYPE) ESH_T_QL_QLOGC Query Log Content Index 20091102
2 Importing IT_QLOG Call by reference Type reference (TYPE) ESH_T_QL_QLOG Query Log Header 20091102
3 Importing IV_CONTENT_TYPE Call by reference Type reference (TYPE) ESH_E_QL_QLOGQ_CONTENT_TYPE Query Log Content Type 20091102

Method LOG_LIST_GET_QC on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method LOG_LIST_GET_QUERY_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUERY_DETAILS Call by reference Type reference (TYPE) ESH_T_QL_QUERY_DETAILS Query Output Structure 20091203
2 Importing IT_QLOG Call by reference Type reference (TYPE) ESH_T_QL_QLOG Query Log Header 20091203
3 Importing IV_GET_QUERIES_ONLY Call by reference Type reference (TYPE) CHAR01 ABAP_FALSE Queries only -> Skip: Semantics, Sort Info, F4-Attrs, ... 20100126

Method LOG_LIST_GET_QUERY_IN on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method LOG_LIST_GET_REG_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTIONS Call by reference Type reference (TYPE) ESH_T_QL_AREG_ACTIONS User Actions on Search Result Items 20091207
2 Importing IT_QLOG Call by reference Type reference (TYPE) ESH_T_QL_QLOG Query Log Header 20091207

Method LOG_LIST_GET_REG_ACTIONS on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method LOG_LIST_GET_RESP_STAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESP_AGGREGATED Call by reference Type reference (TYPE) ESH_T_QL_LOG_RESPONSES Log Responses Aggregated 20091203
2 Importing IT_QLOG Call by reference Type reference (TYPE) ESH_T_QL_QLOG Query Log Header 20091203

Method LOG_LIST_GET_RESP_STAT on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method LOG_LIST_GET_SCOPE_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SCOPES_IN Call by reference Type reference (TYPE) ESH_T_QL_SCOPES_IN Scopes (in) 20100125
2 Importing IT_QLOG Call by reference Type reference (TYPE) ESH_T_QL_QLOG Query Log Header 20100125

Method LOG_LIST_GET_SCOPE_IN on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method QC_GET_QUERY_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUERY_DETAILS Call by reference Type reference (TYPE) ESH_T_QL_QUERY_DETAILS Query Details (Aggregated) 20091203
2 Importing IT_QC_QUERY_IN Call by reference Type reference (TYPE) ESH_T_QL_QLOGC Content Index: Query In 20091203
3 Importing IT_QC_SEMANTICS Call by reference Type reference (TYPE) ESH_T_QL_QLOGC Content Index: Semantics 20091203
4 Importing IT_QC_SORT Call by reference Type reference (TYPE) ESH_T_QL_QLOGC Content Index: Sort 20091203
5 Importing IT_QC_VALUE_H_ATTR Call by reference Type reference (TYPE) ESH_T_QL_QLOGC Content Index: Value Help Attributes 20100107

Method QC_GET_QUERY_DETAILS on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method QC_GET_RESP_STATISTICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESP_AGGREGATED Call by reference Type reference (TYPE) ESH_T_QL_LOG_RESPONSES Responses Aggregated 20091102
2 Importing IT_QC_RESP_STAT Call by reference Type reference (TYPE) ESH_T_QL_QLOGC Content Index: Resp. Statistics 20091102

Method QC_GET_RESP_STATISTICS on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method QC_GET_SCOPE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SCOPE_LIST Call by reference Type reference (TYPE) ESH_T_QL_QLOGS Query Log Scope List 20091210
2 Importing IT_QC_SCOPE Call by reference Type reference (TYPE) ESH_T_QL_QLOGC Query Log Content Index 20091210

Method QC_GET_SCOPE_LIST on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method QUERY_IS_TEXTONLY_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IS_TEXTONLY Call by reference Type reference (TYPE) CHAR01 Text-Only Query 20091203
2 Importing IS_QUERY_DETAILS Call by reference Type reference (TYPE) ESH_S_QL_QUERY_DETAILS Query Details 20091203

Method QUERY_IS_TEXTONLY_QUERY on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method QUERY_USES_QUERY_PARTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXEC_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_EXEC_ID Search Execution ID 20100107
2 Returning RV_USES_QUERY_PARTS Value transfer Type reference (TYPE) CHAR01 Uses Query Parts 20100107

Method QUERY_USES_QUERY_PARTS on class CL_ESH_QL_QUERY_LOG_ACCESS_API has no exception.

Method UPDATE_QC_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_QLOG Call by reference Type reference (TYPE) ESH_T_QL_QLOG Query Log Header 20091102

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