SAP ABAP Class CL_COND_BREAKPOINT (Conditional Breakpoint)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI-RT (Application Component) UI Runtime Environment
     CRM_CONDITIONAL_BREAKPOINTS (Package) Conditional Breakpoints for the CRM UI Framework
Properties
Class CL_COND_BREAKPOINT  
Short Description Conditional Breakpoint    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_CONDITIONAL_BREAKPOINTS   Conditional Breakpoints for the CRM UI Framework 
Created 20080205   SAP 
Last change 20100303   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_COND_BREAKPOINT has no interface implemented.
Friends
Class CL_COND_BREAKPOINT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_TRUE Breakpoint is active 20080208
2 BREAK_EVENT Instance attribute Public Type reference (TYPE) CNDBRK_KEY Key for conditional breakpoints 20080208
3 CONDITIONS Instance attribute Protected Type reference (TYPE) CNDBRK_CONDITIONS Table of conditional breakpoint conditions 20080208
4 ID Instance attribute Public Type reference (TYPE) CNDBRK_GUID 20080208
5 PROVIDER_ID Instance attribute Public Type reference (TYPE) CNDBRK_GUID GUID for conditional Breakpoints 20080208
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CONDITION Instance method Public Method Add condition for breakpoint 20080207
2 CLEAR_CONDITIONS Instance method Public Method Clears all conditions of breakpoint 20080207
3 CONSTRUCTOR Instance method Public Constructor 20080207
4 GET_BREAK_EVENT Instance method Public Method 20080208
5 GET_CONDITIONS Instance method Public Method Get breakpoint conditions 20080208
6 GET_ID Instance method Public Method 20080208
7 GET_PROVIDER_ID Instance method Public Method 20080208
8 IS_ACTIVE Instance method Public Method Set and check if breakpoint is active 20080207
9 SET_CONDITIONS Instance method Public Method Set conditions 20080305
Events
Class CL_COND_BREAKPOINT has no event.
Types
Class CL_COND_BREAKPOINT has no local type.
Method Signatures

Method ADD_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY Call by reference Type reference (TYPE) CNDBRK_KEY Id of condition 20080207
2 Importing IV_VALUE Call by reference Type reference (TYPE) STRING 20080207

Method ADD_CONDITION on class CL_COND_BREAKPOINT has no exception.

Method CLEAR_CONDITIONS Signature

Method CLEAR_CONDITIONS on class CL_COND_BREAKPOINT has no parameter.
Method CLEAR_CONDITIONS on class CL_COND_BREAKPOINT has no exception.

Method CONSTRUCTOR 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 Breakpoint event 20080207
2 Importing IV_PROVIDER_ID Call by reference Type reference (TYPE) CNDBRK_GUID Id of Conditional Breakpoint Provider 20080207

Method CONSTRUCTOR on class CL_COND_BREAKPOINT has no exception.

Method GET_BREAK_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) CNDBRK_KEY 20080208

Method GET_BREAK_EVENT on class CL_COND_BREAKPOINT has no exception.

Method GET_CONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CONDITIONS Value transfer Type reference (TYPE) CNDBRK_CONDITIONS Table of conditional breakpoint conditions 20080208

Method GET_CONDITIONS on class CL_COND_BREAKPOINT has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) CNDBRK_GUID GUID for conditional Breakpoints 20080208

Method GET_ID on class CL_COND_BREAKPOINT has no exception.

Method GET_PROVIDER_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) CNDBRK_GUID GUID for conditional Breakpoints 20080208

Method GET_PROVIDER_ID on class CL_COND_BREAKPOINT has no exception.

Method IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_ACTIVE Call by reference Type reference (TYPE) ABAP_BOOL 20080207
2 Returning RV_IS_ACTIVE Value transfer Type reference (TYPE) ABAP_BOOL 20080207

Method IS_ACTIVE on class CL_COND_BREAKPOINT has no exception.

Method SET_CONDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONDITIONS Call by reference Type reference (TYPE) CNDBRK_CONDITIONS Table of conditional breakpoint conditions 20080305

Method SET_CONDITIONS on class CL_COND_BREAKPOINT has no exception.
History
Last changed by/on SAP  20100303 
SAP Release Created in 700