SAP ABAP Class CL_SAS_TOOL_TRACE_FINDER (SAS: Find Traces)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     STPDA_SCRIPT_STANDALONE (Package) Debugger Scripting: External Environment
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TPDA_TOOL TPDA: Interface for Plug-In 20050531
Properties
Class CL_SAS_TOOL_TRACE_FINDER  
Short Description SAS: Find Traces    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STPDA_SCRIPT_STANDALONE   Debugger Scripting: External Environment 
Created 20050531   SAP 
Last change 20090618   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 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_TPDA_TOOL TPDA: Interface for Plug-In 20050531
Friends
Class CL_SAS_TOOL_TRACE_FINDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE_TAB Instance attribute Public Attribute reference (LIKE) 20050531
2 CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20050531
3 CONTAINER_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20050616
4 CURRENT_EXCEPTION Instance attribute Private Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20050616
5 C_CLASS_NAME Constant Public Type reference (TYPE) SEOCLSNAME 'CL_SAS_TOOL_TRACE_FINDER' Object Type Name 20050531
6 C_CONTAINER_TOOLBAR_FIX Constant Private Type reference (TYPE) STRING 'CONTAINER_TOOLBAR' 20050616
7 C_CONTAINER_TRACE_LIST_FIX Constant Private Type reference (TYPE) STRING 'CONTAINER_TRACE_LIST' 20050610
8 C_FUNCTION_DELETE Constant Private Type reference (TYPE) SALV_DE_FUNCTION 'DELETE' ALV Function 20050615
9 C_INST1_PRG Constant Private Type reference (TYPE) PROGRAMM 'SAPLSAS_TOOL_TRACE_FINDER1' ABAP Program Name 20050531
10 C_INST_SCR Constant Private Type reference (TYPE) SYDYNNR '0100' Current Screen Number 20050531
11 C_TOOL_FUNC_REFRESH Constant Private Type reference (TYPE) UI_FUNC 'REFRESH' Function Code 20050616
12 DYNNR Instance attribute Public Attribute reference (LIKE) 20050531
13 IT_INSTANCE_ADMIN Static Attribute Private Type reference (TYPE) TPDA_TOOL_INSTANCE_ADMIN_IT tpda: Instances of a Tool 20050531
14 IT_OWN_TRACE_FILES Instance attribute Private Type reference (TYPE) TPDA_ASC_TRACE_ATTR_IT TPDA: AST: Trace Files 20050601
15 IT_TRACE_FILES Instance attribute Private Type reference (TYPE) TPDA_ASC_TRACE_ATTR_IT TPDA: AST: Trace Files 20050531
16 MODULE_POOL_NUMBER Instance attribute Public Type reference (TYPE) C 20050610
17 PROGRAM Instance attribute Public Attribute reference (LIKE) 20050531
18 REF_ALV_OWN_TRACE_FILES Instance attribute Private Object reference (TYPE REF TO) CL_SALV_TABLE Basis Class for Simple Tables 20050601
19 REF_ALV_TRACE_FILES Instance attribute Private Object reference (TYPE REF TO) CL_SALV_TABLE Basis Class for Simple Tables 20050601
20 REF_FILE_HANDLING Instance attribute Private Object reference (TYPE REF TO) CL_TPDA_AST_TRACE_FILES TPDA:AST: Trace Files 20050531
21 REF_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_TPDA_TOOL_INSTANCE_HANDLER 20050531
22 REF_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_EASY_SPLITTER_CONTAINER Reduced Version of Splitter Container Control 20050601
23 REF_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Tool Bar Control 20050616
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20050531
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050531
3 CREATE Instance method Public Method 20050531
4 DELETE Instance method Public Method 20050531
5 DELETE_TRACE_FILES Instance method Private Method 20050615
6 GET_VIEW Instance method Public Method 20050531
7 HANDLE_DEBUG_STEP Instance method Public Method 20050531
8 HANDLE_OK_CODE Instance method Public Method 20050531
9 HANDLE_TAB_ACTIVATED Instance method Public Method 20050531
10 HANDLE_TAB_DEACTIVATED Instance method Public Method 20050531
11 HANDLE_TOOL_REQUEST Instance method Public Method 20050531
12 INIT Instance method Public Method 20050531
13 IS_AVAILABLE Instance method Public Method 20050531
14 ON_ADDED_FUNCTION Instance method Private Event handling method 20050609
15 ON_ADDED_FUNCTION_OWN Instance method Private Event handling method 20050615
16 ON_LIST_DOUBLE_CLICK Instance method Private Event handling method EVH: Double Click in ALV 20050531
17 ON_OWN_LIST_DOUBLE_CLICK Instance method Private Event handling method EVH: Double Click in ALV 20050601
18 ON_TOOLBAR_FUNCTION_SELECTED Instance method Private Event handling method 20050616
19 REGISTER_EVENTS Instance method Private Method Register/Deregister Event Handler (UI Framework) 20050531
20 RELEASE Instance method Public Method 20050531
21 UPDATE_TRACE_FILES Instance method Private Method Read Table(s) of Trace Files in Again 20050601
Events
Class CL_SAS_TOOL_TRACE_FINDER has no event.
Types
Class CL_SAS_TOOL_TRACE_FINDER has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SAS_TOOL_TRACE_FINDER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ACTIVE_TAB Call by reference Type reference (TYPE) TPDA_ACTIVE_TAB tpda: Aktiver Reiter eines Tabstrip 20050531
2 Importing P_DYNNR Call by reference Type reference (TYPE) SYDYNNR Aktuelle Dynpro-Nummer 20050531
3 Importing P_PROGRAM Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20050531

Method CONSTRUCTOR on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method CREATE Signature

Method CREATE on class CL_SAS_TOOL_TRACE_FINDER has no parameter.
Method CREATE on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method DELETE Signature

Method DELETE on class CL_SAS_TOOL_TRACE_FINDER has no parameter.
Method DELETE on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method DELETE_TRACE_FILES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ALV Call by reference Object reference (TYPE REF TO) CL_SALV_TABLE Basisklasse für einfache Tabellen 20050615
2 Returning P_DONE Value transfer Type reference (TYPE) ABAP_BOOL 20050616
3 Importing P_FILES Call by reference Type reference (TYPE) TPDA_ASC_TRACE_ATTR_IT TPDA: AST: Trace Dateien 20050615

Method DELETE_TRACE_FILES on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method GET_VIEW Signature

Method GET_VIEW on class CL_SAS_TOOL_TRACE_FINDER has no parameter.
Method GET_VIEW on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method HANDLE_DEBUG_STEP Signature

Method HANDLE_DEBUG_STEP on class CL_SAS_TOOL_TRACE_FINDER has no parameter.
Method HANDLE_DEBUG_STEP on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method HANDLE_OK_CODE Signature

Method HANDLE_OK_CODE on class CL_SAS_TOOL_TRACE_FINDER has no parameter.
Method HANDLE_OK_CODE on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method HANDLE_TAB_ACTIVATED Signature

Method HANDLE_TAB_ACTIVATED on class CL_SAS_TOOL_TRACE_FINDER has no parameter.
Method HANDLE_TAB_ACTIVATED on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method HANDLE_TAB_DEACTIVATED Signature

Method HANDLE_TAB_DEACTIVATED on class CL_SAS_TOOL_TRACE_FINDER has no parameter.
Method HANDLE_TAB_DEACTIVATED on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method HANDLE_TOOL_REQUEST Signature

Method HANDLE_TOOL_REQUEST on class CL_SAS_TOOL_TRACE_FINDER has no parameter.
Method HANDLE_TOOL_REQUEST on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method INIT Signature

Method INIT on class CL_SAS_TOOL_TRACE_FINDER has no parameter.
Method INIT on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method IS_AVAILABLE Signature

Method IS_AVAILABLE on class CL_SAS_TOOL_TRACE_FINDER has no parameter.
Method IS_AVAILABLE on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method ON_ADDED_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_SALV_FUNCTION Value transfer Attribute reference (LIKE) 20050609

Method ON_ADDED_FUNCTION on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method ON_ADDED_FUNCTION_OWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_SALV_FUNCTION Value transfer Attribute reference (LIKE) 20050615

Method ON_ADDED_FUNCTION_OWN on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method ON_LIST_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Value transfer Attribute reference (LIKE) 20050531
2 Importing ROW Value transfer Attribute reference (LIKE) 20050531

Method ON_LIST_DOUBLE_CLICK on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method ON_OWN_LIST_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN Value transfer Attribute reference (LIKE) 20050601
2 Importing ROW Value transfer Attribute reference (LIKE) 20050601

Method ON_OWN_LIST_DOUBLE_CLICK on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method ON_TOOLBAR_FUNCTION_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20050616

Method ON_TOOLBAR_FUNCTION_SELECTED on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method REGISTER_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REGISTER Call by reference Type reference (TYPE) ABAP_BOOL 20050531

Method REGISTER_EVENTS on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method RELEASE Signature

Method RELEASE on class CL_SAS_TOOL_TRACE_FINDER has no parameter.
Method RELEASE on class CL_SAS_TOOL_TRACE_FINDER has no exception.

Method UPDATE_TRACE_FILES Signature

Method UPDATE_TRACE_FILES on class CL_SAS_TOOL_TRACE_FINDER has no parameter.
Method UPDATE_TRACE_FILES on class CL_SAS_TOOL_TRACE_FINDER has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 710