SAP ABAP Interface IF_ATRAPI_TRACE_ANALYSIS (Trace Analysis)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-RTA (Application Component) Runtime Analysis
     S_ATRA_API (Package) ATRA API
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ATRAPI_TRACE_ANALYSIS Trace Evaluation 20110114
Properties
Interface IF_ATRAPI_TRACE_ANALYSIS  
Short Description Trace Analysis    
General Data
Package S_ATRA_API   ATRA API 
Created 20110114   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_ATRAPI_TRACE_ANALYSIS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_ATRA_ANALYZER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_ATRAPI_TRACE_ANALYSIS has no interface.
Friends
Interface IF_ATRAPI_TRACE_ANALYSIS has no friend.
Attributes
Interface IF_ATRAPI_TRACE_ANALYSIS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_DB_HITS Instance method Public Method 20120717
2 GET_FILTER Instance method Public Method 20110419
3 GET_HEADER_INFO Instance method Public Method 20110114
4 GET_HITLIST Instance method Public Method 20110114
5 GET_METH_TAB Instance method Public Method 20110114
6 GET_ORIGINATION Instance method Public Method 20110504
7 GET_PACK_TAB Instance method Public Method 20110114
8 GET_PROG_TAB Instance method Public Method 20110114
9 GET_STATEMENT_TAB Instance method Public Method 20110114
10 GET_TEXT_FOR_ENTRY Instance method Public Method 20110329
11 GET_TEXT_TAB Instance method Public Method 20110114
Events
Interface IF_ATRAPI_TRACE_ANALYSIS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_STR_DB_HIT Public Type reference (TYPE) ATRA_STR_TRACE_DB_HIT 20120717
2 TYP_STR_FILTER Public Type reference (TYPE) ATRA_STR_FILTER Filter for Trace Analysis 20110419
3 TYP_STR_HEADER_INFO Public See coding 20110114 begin of TYP_STR_HEADER_info. include type SATR_HEADER. types: system type c length 30, filename TYPE string, server type msname2, end of TYP_STR_HEADER_info
4 TYP_STR_HITLIST Public See coding 20110125 begin of TYP_STR_HITLIST. include type ATRA_STR_TRACE_HITLIST. types: end of TYP_STR_HITLIST
5 TYP_STR_STATEMENT Public Type reference (TYPE) ATRA_STR_TRACE_STATEMENT 20110114
6 TYP_STR_TRACE_KEY Public Type reference (TYPE) ATRA_STR_FILE_SERVER 20110505
7 TYP_TAB_DB_HITS Public See coding 20120717 typ_tab_db_hits TYPE STANDARD TABLE OF typ_str_db_hit with default key
8 TYP_TAB_HITLIST Public See coding 20110125 typ_tab_hitlist TYPE STANDARD TABLE OF typ_str_hitlist WITH DEFAULT KEY
9 TYP_TAB_STATEMENTS Public See coding 20110114 typ_tab_statements TYPE STANDARD TABLE OF atra_str_trace_statement WITH DEFAULT KEY WITH NON-UNIQUE SORTED KEY idx_hitlist COMPONENTS idx_hitlist WITH NON-UNIQUE SORTED KEY idx_db_hits COMPONENTS idx_db_hits WITH NON-UNIQUE SORTED KEY caller COMPONENTS caller
10 TYP_TAB_TEXTS Public Type reference (TYPE) IF_ATRA_ANALYZER=>TY_ATRA_TEXT_T 20110114
11 TYP_TAB_TRACE_KEYS Public See coding 20110505 typ_tab_trace_keys TYPE STANDARD TABLE OF typ_str_trace_key WITH DEFAULT KEY
12 TYP_TEXT Public Type reference (TYPE) IF_ATRA_ANALYZER=>TY_ATRA_TEXT 20110114
Method Signatures

Method GET_DB_HITS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TAB_DB_HITS Value transfer Type reference (TYPE) IF_ATRAPI_TRACE_ANALYSIS=>TYP_TAB_DB_HITS 20120717
# Exception Resumable Description Created on
1 CX_ATRAPI_FAILURE 20120718

Method GET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STR_FILTER Value transfer Type reference (TYPE) IF_ATRAPI_TRACE_ANALYSIS=>TYP_STR_FILTER 20110419

Method GET_FILTER on Interface IF_ATRAPI_TRACE_ANALYSIS has no exception.

Method GET_HEADER_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STR_HEADER_INFO Value transfer Type reference (TYPE) IF_ATRAPI_TRACE_ANALYSIS=>TYP_STR_HEADER_INFO 20110114

Method GET_HEADER_INFO on Interface IF_ATRAPI_TRACE_ANALYSIS has no exception.

Method GET_HITLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TAB_HITLIST Value transfer Type reference (TYPE) IF_ATRAPI_TRACE_ANALYSIS=>TYP_TAB_HITLIST 20110125
# Exception Resumable Description Created on
1 CX_ATRAPI_FAILURE Error in ATRA API 20110126

Method GET_METH_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TAB_METHS Value transfer Type reference (TYPE) IF_ATRAPI_TRACE_ANALYSIS=>TYP_TAB_TEXTS 20110114
# Exception Resumable Description Created on
1 CX_ATRAPI_FAILURE 20110114

Method GET_ORIGINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REF_ORIGINATION Value transfer Object reference (TYPE REF TO) IE_ATRAPI_ORIGINATION 20110504

Method GET_ORIGINATION on Interface IF_ATRAPI_TRACE_ANALYSIS has no exception.

Method GET_PACK_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TAB_PACKS Value transfer Type reference (TYPE) IF_ATRAPI_TRACE_ANALYSIS=>TYP_TAB_TEXTS 20110114
# Exception Resumable Description Created on
1 CX_ATRAPI_FAILURE 20110114

Method GET_PROG_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TAB_PROGS Value transfer Type reference (TYPE) IF_ATRAPI_TRACE_ANALYSIS=>TYP_TAB_TEXTS 20110114
# Exception Resumable Description Created on
1 CX_ATRAPI_FAILURE 20110114

Method GET_STATEMENT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TAB_STATEMENTS Value transfer Type reference (TYPE) IF_ATRAPI_TRACE_ANALYSIS=>TYP_TAB_STATEMENTS 20110114
# Exception Resumable Description Created on
1 CX_ATRAPI_FAILURE 20110114

Method GET_TEXT_FOR_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CSEQUENCE 20110329
2 Importing I_METHINDEX Call by reference Type reference (TYPE) I 20110329
3 Importing I_SPLITTER Call by reference Type reference (TYPE) C '' 20120514
4 Importing I_SUBID Call by reference Type reference (TYPE) CSEQUENCE 20110329
5 Importing I_TEXTINDEX Call by reference Type reference (TYPE) I 20110329
6 Returning R_TEXT Value transfer Type reference (TYPE) STRING 20110329
# Exception Resumable Description Created on
1 CX_ATRAPI_FAILURE 20110329

Method GET_TEXT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TAB_TEXTS Value transfer Type reference (TYPE) IF_ATRAPI_TRACE_ANALYSIS=>TYP_TAB_TEXTS 20110114
# Exception Resumable Description Created on
1 CX_ATRAPI_FAILURE 20110114
History
Last changed by/on SAP  20130531 
SAP Release Created in 802