SAP ABAP Class CL_AXT_COND_BREAKPOINTS (Extensibility Conditional Breakpoints Provider)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_RUNTIME (Package) Extensibility Runtime components
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_COND_BREAKPOINT_CHECK Interface for Conditional Breakpoint Providers: Check 20100126
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_COND_BREAKPOINT_PROVIDER Interface for Conditional Breakpoint Providers 20100126
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_COND_BREAKPOINT_REGISTER Interface for Conditional Breakpoint Providers: Registration 20100126
Properties
Class CL_AXT_COND_BREAKPOINTS  
Short Description Extensibility Conditional Breakpoints Provider    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_RUNTIME   Extensibility Runtime components 
Created 20100126   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
# Interface Abstract Final Description Created on
1 IF_COND_BREAKPOINT_CHECK Interface for Conditional Breakpoint Providers: Check 20100126
2 IF_COND_BREAKPOINT_PROVIDER Interface for Conditional Breakpoint Providers 20100126
3 IF_COND_BREAKPOINT_REGISTER Interface for Conditional Breakpoint Providers: Registration 20100126
Friends
Class CL_AXT_COND_BREAKPOINTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COND_BREAKPOINT_PROVIDER_ID Constant Public Type reference (TYPE) CNDBRK_GUID '801CC41742B81DDF82D0AB5F0F76DF7C' GUID for conditional Breakpoints 20100126
2 GC_BREAK_CONDITION_FIELD_ID Constant Public Type reference (TYPE) CHAR40 'FIELD_ID' Character field of length 40 20100202
3 GC_BREAK_CONDITION_RULE_ID Constant Public Type reference (TYPE) CHAR40 'RULE_ID' 20100202
4 GC_BREAK_CONDITION_TABLE_DESCR Constant Public Type reference (TYPE) CHAR40 'TABLE_DESCR' 20100202
5 GC_BREAK_CONDITION_TABLE_ID Constant Public Type reference (TYPE) CHAR40 'TABLE_ID' 20100202
6 GC_BREAK_EVENT_AXT_FIELDS Constant Public Type reference (TYPE) CNDBRK_KEY 'AXT_FIELDS' Key for Conditional Breakpoints 20100202
7 GC_BREAK_EVENT_EMB_EVAL_MAP Constant Public Type reference (TYPE) CNDBRK_KEY 'EMB_EVALUATE_MAPPING' 20100204
8 GC_BREAK_EVENT_EMB_GET_VIEWS Constant Public Type reference (TYPE) CNDBRK_KEY 'EMB_GET_VIEWS' 20100204
9 GC_BREAK_EVENT_EXCEPTION Constant Public Type reference (TYPE) CNDBRK_KEY 'EXCEPTION' Key for Conditional Breakpoints 20100202
10 GC_BREAK_EVENT_EXECUTE_RULE Constant Public Type reference (TYPE) CNDBRK_KEY 'EXECUTE_RULE' 20100202
11 GC_BREAK_EVENT_EXT_BO Constant Public Type reference (TYPE) CNDBRK_KEY 'EXT_BO' Key for Conditional Breakpoints 20100202
12 GC_BREAK_EVENT_FIELD_CHECK Constant Public Type reference (TYPE) CNDBRK_KEY 'FIELD_CHECK' Key for Conditional Breakpoints 20100202
13 GC_BREAK_EVENT_GET Constant Public Type reference (TYPE) CNDBRK_KEY 'GET' Key for Conditional Breakpoints 20100202
14 GC_BREAK_EVENT_GET_I Constant Public Type reference (TYPE) CNDBRK_KEY 'GET_I' Key for Conditional Breakpoints 20100202
15 GC_BREAK_EVENT_GET_M Constant Public Type reference (TYPE) CNDBRK_KEY 'GET_M' Key for Conditional Breakpoints 20100202
16 GC_BREAK_EVENT_GET_P Constant Public Type reference (TYPE) CNDBRK_KEY 'GET_P' Key for Conditional Breakpoints 20100202
17 GC_BREAK_EVENT_GET_V Constant Public Type reference (TYPE) CNDBRK_KEY 'GET_V' Key for Conditional Breakpoints 20100202
18 GC_BREAK_EVENT_HANDLE_EVENT Constant Public Type reference (TYPE) CNDBRK_KEY 'HANDLE_EVENT' 20100202
19 GC_BREAK_EVENT_SET Constant Public Type reference (TYPE) CNDBRK_KEY 'SET' Key for Conditional Breakpoints 20100202
20 GC_BREAK_EVENT_TAB_CHECK Constant Public Type reference (TYPE) CNDBRK_KEY 'TAB_CHECK' 20100202
21 GC_BREAK_EVENT_TAB_CREATE Constant Public Type reference (TYPE) CNDBRK_KEY 'TAB_CREATE' 20100202
22 GC_BREAK_EVENT_TAB_DELETE Constant Public Type reference (TYPE) CNDBRK_KEY 'TAB_DELETE' 20100202
23 GC_BREAK_EVENT_TAB_INIT Constant Public Type reference (TYPE) CNDBRK_KEY 'TAB_INIT' 20100202
24 GC_BREAK_EVENT_TAB_MODIFY Constant Public Type reference (TYPE) CNDBRK_KEY 'TAB_MODIFY' 20100202
25 GC_BREAK_EVENT_TAB_QUERY Constant Public Type reference (TYPE) CNDBRK_KEY 'TAB_QUERY' 20100202
26 GC_BREAK_EVENT_TAB_READ Constant Public Type reference (TYPE) CNDBRK_KEY 'TAB_READ' 20100202
27 GC_BREAK_EVENT_TAB_SAVE Constant Public Type reference (TYPE) CNDBRK_KEY 'TAB_SAVE' 20100202
28 SELF Static Attribute Private Object reference (TYPE REF TO) CL_AXT_COND_BREAKPOINTS Extensibility Conditional Breakpoints Provider 20100126
Methods
# Method Level Visibility Method type Description Created on
1 ASSERT Static method Public Method Assert with built-in registration 20100126
2 CLASS_CONSTRUCTOR Static method Public Constructor 20100126
3 GET_INSTANCE Static method Public Method Singleton access 20100126
Events
Class CL_AXT_COND_BREAKPOINTS has no event.
Types
Class CL_AXT_COND_BREAKPOINTS has no local type.
Method Signatures

Method ASSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BREAK_EVENT Call by reference Type reference (TYPE) CNDBRK_KEY Id of Break Event 20100126
2 Importing IV_DATA_TO_CHECK Call by reference Object reference (TYPE REF TO) DATA Data to check 20100126
3 Importing IV_OBJECT_TO_CHECK Call by reference Object reference (TYPE REF TO) OBJECT Object to check 20100126
4 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Is everything ok? 20100126

Method ASSERT on class CL_AXT_COND_BREAKPOINTS has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ME Value transfer Object reference (TYPE REF TO) CL_AXT_COND_BREAKPOINTS BSP_WD Breakpoints Provider 20100126

Method GET_INSTANCE on class CL_AXT_COND_BREAKPOINTS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 701