SAP ABAP Class CL_TPDA_TOOL_TEMPLATE (TPDA: Template for New Tools)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     STPDA_TOOLS (Package) ABAP Debugger: Tools (Plugins)
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 20040312
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TPDA_TOOL_SERVICES TPDA: Services of the Tools 20040312
Properties
Class CL_TPDA_TOOL_TEMPLATE  
Short Description TPDA: Template for New Tools    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STPDA_TOOLS   ABAP Debugger: Tools (Plugins) 
Created 20040312   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TPDA_TOOL_TEMPLATE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_TPDA_TOOL TPDA: Interface for Plug-In 20040312
2 IF_TPDA_TOOL_SERVICES TPDA: Services of the Tools 20040312
Friends
# Friend Modeled only Created on Description
1 CL_TPDA_TOOL_INSTANCE_HANDLER 20040312 TPDA: Instance Management of Debugger Tools
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE_TAB Instance attribute Private Attribute reference (LIKE) 20040312
2 C_CLASS_NAME Constant Private Type reference (TYPE) SEOCLSNAME 'CL_TPDA_TOOL_TEMPLATE' 20040312
3 C_EVENT_DEBUG_STEP Instance attribute Private Attribute reference (LIKE) 20040312
4 C_INST1_PRG Constant Private Type reference (TYPE) PROGRAMM 'SAPLSTPDA_TOOL_TEMPLATE' 20040312
5 C_INST2_PRG Constant Private Type reference (TYPE) PROGRAMM 'SAPLSTPDA_TOOL_TEMPLATE2' 20040312
6 C_INST3_PRG Constant Private Type reference (TYPE) PROGRAMM 'SAPLSTPDA_TOOL_TEMPLATE3' 20040312
7 C_INST4_PRG Constant Private Type reference (TYPE) PROGRAMM 'SAPLSTPDA_TOOL_TEMPLATE4' 20040312
8 C_INST_SCR Constant Private Type reference (TYPE) SYDYNNR '0100'. 20040312
9 C_TRUE Constant Private Type reference (TYPE) FLAG 'X' General Flag 20040312
10 DYNNR Instance attribute Private Attribute reference (LIKE) 20040312
11 DYNP_VARS Instance attribute Private Type reference (TYPE) TY_GL TPDA: Global Data Structure of Stack Tool 20040312
12 EXC_NAVIGATION Instance attribute Private Object reference (TYPE REF TO) CX_TPDA_NAVIGATION 20040312
13 IT_INSTANCE_ADMIN Static Attribute Private Type reference (TYPE) TPDA_TOOL_INSTANCE_ADMIN_IT 20040312
14 PROGRAM Instance attribute Private Attribute reference (LIKE) 20040312
15 REF_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_TPDA_TOOL_INSTANCE_HANDLER 20040312
16 REF_SEARCH Instance attribute Private Attribute reference (LIKE) 20040312
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_SERVICES_MENUE Instance method Public Method 20040312
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20040312
3 CONSTRUCTOR Instance method Public Constructor Constructor 20040312
4 CREATE Instance method Public Method 20040312
5 DELETE Instance method Public Method 20040312
6 DEREGISTER_EVENTS Instance method Private Method 20040312
7 DOWNLOAD Instance method Private Method 20040312
8 DYNP_REFRESH_CONTROLS Instance method Private Method 20040312
9 GET_DYNP_VARS Instance method Public Method 20040312
10 GET_VIEW Instance method Public Method 20040312
11 HANDLE_DEBUG_STEP Instance method Public Method 20040312
12 HANDLE_OK_CODE Instance method Public Method 20040312
13 HANDLE_SERVICE_REQUEST Instance method Public Method 20040312
14 HANDLE_TAB_ACTIVATED Instance method Public Method 20040312
15 HANDLE_TAB_DEACTIVATED Instance method Public Method 20040312
16 INIT Instance method Public Method 20040312
17 IS_AVAILABLE Instance method Public Method 20040312
18 REGISTER_EVENTS Instance method Private Method 20040312
19 RELEASE Instance method Public Method 20040312
20 SEARCH Instance method Private Method 20040312
21 SEARCH_NEXT_HIT Instance method Private Method 20040312
22 SET_DYNP_VARS Instance method Public Method 20040312
Events
Class CL_TPDA_TOOL_TEMPLATE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_GL Public Type reference (TYPE) TPDA_TOOL_GL_TEMPLATE TPDA: Global Data Structures of the Difftools 20051109
Method Signatures

Method BUILD_SERVICES_MENUE Signature

Method BUILD_SERVICES_MENUE on class CL_TPDA_TOOL_TEMPLATE has no parameter.
Method BUILD_SERVICES_MENUE on class CL_TPDA_TOOL_TEMPLATE has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_TPDA_TOOL_TEMPLATE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_TPDA_TOOL_TEMPLATE 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 20040312
2 Importing P_DYNNR Call by reference Type reference (TYPE) SYDYNNR 20040312
3 Importing P_PROGRAM Call by reference Type reference (TYPE) SYREPID 20040312

Method CONSTRUCTOR on class CL_TPDA_TOOL_TEMPLATE has no exception.

Method CREATE Signature

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

Method DELETE Signature

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

Method DEREGISTER_EVENTS Signature

Method DEREGISTER_EVENTS on class CL_TPDA_TOOL_TEMPLATE has no parameter.
Method DEREGISTER_EVENTS on class CL_TPDA_TOOL_TEMPLATE has no exception.

Method DOWNLOAD Signature

Method DOWNLOAD on class CL_TPDA_TOOL_TEMPLATE has no parameter.
Method DOWNLOAD on class CL_TPDA_TOOL_TEMPLATE has no exception.

Method DYNP_REFRESH_CONTROLS Signature

Method DYNP_REFRESH_CONTROLS on class CL_TPDA_TOOL_TEMPLATE has no parameter.
Method DYNP_REFRESH_CONTROLS on class CL_TPDA_TOOL_TEMPLATE has no exception.

Method GET_DYNP_VARS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_DYNP_VARS Call by reference Type reference (TYPE) TY_GL TPDA: Globale Datenstrukturen des Tools Stack 20040312

Method GET_DYNP_VARS on class CL_TPDA_TOOL_TEMPLATE has no exception.

Method GET_VIEW Signature

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

Method HANDLE_DEBUG_STEP Signature

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

Method HANDLE_OK_CODE Signature

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

Method HANDLE_SERVICE_REQUEST Signature

Method HANDLE_SERVICE_REQUEST on class CL_TPDA_TOOL_TEMPLATE has no parameter.
Method HANDLE_SERVICE_REQUEST on class CL_TPDA_TOOL_TEMPLATE has no exception.

Method HANDLE_TAB_ACTIVATED Signature

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

Method HANDLE_TAB_DEACTIVATED Signature

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

Method INIT Signature

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

Method IS_AVAILABLE Signature

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

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_TPDA_TOOL_TEMPLATE has no parameter.
Method REGISTER_EVENTS on class CL_TPDA_TOOL_TEMPLATE has no exception.

Method RELEASE Signature

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

Method SEARCH Signature

Method SEARCH on class CL_TPDA_TOOL_TEMPLATE has no parameter.
Method SEARCH on class CL_TPDA_TOOL_TEMPLATE has no exception.

Method SEARCH_NEXT_HIT Signature

Method SEARCH_NEXT_HIT on class CL_TPDA_TOOL_TEMPLATE has no parameter.
Method SEARCH_NEXT_HIT on class CL_TPDA_TOOL_TEMPLATE has no exception.

Method SET_DYNP_VARS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_DYNP_VARS Call by reference Type reference (TYPE) TY_GL TPDA: Globale Datenstrukturen des Tools Stack 20040312

Method SET_DYNP_VARS on class CL_TPDA_TOOL_TEMPLATE has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 700