SAP ABAP Class CL_DEBUG (Help Class for Debugging purposes)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-TAS-ATP (Application Component) ATP Tools
     BS_TOOLS_ATP (Package) Tools from ATP
Properties
Class CL_DEBUG  
Short Description Help Class for Debugging purposes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package BS_TOOLS_ATP   Tools from ATP 
Created 20080311   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_DEBUG has no interface implemented.
Friends
Class CL_DEBUG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PS_BREAK Static Attribute Private Type reference (TYPE) SS_BREAK Structure for to be executed Break-Points 20080311
2 PT_BREAK Static Attribute Private Type reference (TYPE) ST_BREAK Table for to be executed Break-Points 20080311
3 PV_GOT_PARAMETER Static Attribute Private Type reference (TYPE) FLAG SET/GET Parameter is picked up 20080311
4 PV_UNAME Static Attribute Private Type reference (TYPE) SYUNAME User Name 20080311
5 _V_BREAK Static Attribute Public Type reference (TYPE) FLAG Last Call did a break 20080311
6 _V_PAR_BREAK Static Attribute Public Type reference (TYPE) CHAR40 SET/GET ParameterValue 20080311
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_BREAK Static method Public Method Breakpoint will be set if reqested 20080311
2 BREAK Static method Public Method Breakpoint will be executed if requested 20080311
3 DUMP Static method Public Method Will cause a short Dump - only for testing purposes in Dev. 20080311
Events
Class CL_DEBUG has no event.
Types
Class CL_DEBUG has no local type.
Method Signatures

Method ACTIVATE_BREAK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPL Call by reference Type reference (TYPE) DEBUG_APPL Application for Break-Point 20080311

Method ACTIVATE_BREAK on class CL_DEBUG has no exception.

Method BREAK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPL Call by reference Type reference (TYPE) DEBUG_APPL Application for Break-Point 20080311
2 Importing IV_PARID Call by reference Type reference (TYPE) MEMORYID 'SAP_BS_FND_DEBUG' Set/Get parameter ID 20080311
3 Importing IV_RETURN_IF_NOT_INITIALISED Call by reference Type reference (TYPE) FLAG No evaluation if not initialised before 20080311
4 Importing IV_UNAME Call by reference Type reference (TYPE) SYUNAME User Name 20080311

Method BREAK on class CL_DEBUG has no exception.

Method DUMP Signature

Method DUMP on class CL_DEBUG has no parameter.
Method DUMP on class CL_DEBUG has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 701