SAP ABAP Class CL_COND_BREAKPOINT_MANAGER (Conditional Breakpoint Manager)
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_MANAGER  
Short Description Conditional Breakpoint Manager    
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 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_COND_BREAKPOINT_MANAGER has no interface implemented.
Friends
Class CL_COND_BREAKPOINT_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPLICATION_IS_STARTING_UP Instance attribute Private Type reference (TYPE) ABAP_BOOL Indicates if application is starting up 20080509
2 BREAKPOINTS Instance attribute Protected Type reference (TYPE) CNDBRK_BREAKPOINTS 20080209
3 BREAKPOINT_PROVIDERS Instance attribute Protected Type reference (TYPE) CNDBRK_PROVIDERS 20080208
4 CHECKPOINT_GROUP Static Attribute Public Type reference (TYPE) AAB_ID_NAME 'CRMUIF_CONDITIONAL_BREAKPOINTS' Checkpoint Group 20080227
5 COMMON_BREAK_EVENTS Instance attribute Protected Type reference (TYPE) CNDBRK_BREAK_EVENT_MAPPINGS List of common break event and mappings 20080311
6 COMMON_BREAK_EVENTS_ACTIVATED Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_TRUE Flag common break events are activated 20080311
7 COMMON_BREAK_EVENTS_PROVIDER Constant Protected Type reference (TYPE) CNDBRK_GUID '47D5FC2EE4B75215E10000000A424BBF' Provider id for common break events 20080311
8 COOKIE_DATA_NAME Constant Private Type reference (TYPE) STRING 'BREAKPOINTS' 20080305
9 COOKIE_EXPIRY_DAYS Static Attribute Protected Type reference (TYPE) I 10 20080305
10 COOKIE_NAME Constant Protected Type reference (TYPE) STRING 'CONDITIONAL_BREAKPOINTS' Name of Server Cookie 20080305
11 COOKIE_STARTUP_APPL_NAME Constant Protected Type reference (TYPE) STRING 'STARTUP' 20080509
12 COOKIE_STARTUP_APPL_NAMESPACE Constant Protected Type reference (TYPE) STRING 'ALL' 20080509
13 INFO_TYPE_BENEFITS Constant Public Type reference (TYPE) I 1 20080227
14 INFO_TYPE_MEM_CONSUMPTION Constant Public Type reference (TYPE) I 2 20101220
15 INFO_TYPE_TITLE Constant Public Type reference (TYPE) I 0 20080310
16 MEMORY_CONSUMPTION_MONITOR Instance attribute Private Object reference (TYPE REF TO) LCL_MEMORY_CONSUMPTION_MONITOR Memory consumption monitor 20101217
17 SELF Static Attribute Private Object reference (TYPE REF TO) CL_COND_BREAKPOINT_MANAGER Singleton class to manage conditional breakpoints 20080205
18 SEPARATOR Constant Public Type reference (TYPE) STRING '----------' 20090729
19 SLEEPING Instance attribute Private Type reference (TYPE) ABAP_BOOL Indicates if Breakpoint Manager is sleeping 20080318
20 STANDARD_COND_MEM_INCREASE Constant Public Type reference (TYPE) STRING 'MEM_CONSUMPTION_INCREASE' Standard event condition key 20101217
21 STANDARD_COND_MEM_THRESHOLD Constant Public Type reference (TYPE) STRING 'MEM_CONSUMPTION_THRESHOLD' Standard event condition key 20101217
22 STANDARD_EVENT_DEBUG Constant Public Type reference (TYPE) STRING 'DEBUG' Standard event key 20090728
23 STANDARD_EVENT_EXCEPTION Constant Public Type reference (TYPE) STRING 'EXCEPTION' Standard event key 20090728
24 STANDARD_EVENT_MEM_CONSUMPTION Constant Public Type reference (TYPE) STRING 'MEMORY_CONSUMPTION' Standard event key 20101216
25 STANDARD_EVENT_TEXT_MESSAGE Constant Public Type reference (TYPE) STRING 'TEXT_MESSAGE' Standard event key 20090728
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BREAKPOINT Static method Public Method Add breakpoint to breakpoint list 20080207
2 APPLICATION_STARTUP_FINISHED Static method Public Method Indicate startup phase finished 20080509
3 ASSERT Static method Public Method Returns assert result: ABAP_FALSE -> Debbuger to be opened 20080207
4 ASSERT2 Static method Public Method Returns assert result: ABAP_FALSE -> Debbuger to be opened 20080207
5 BREAKPOINTS_TO_SERVER_COOKIE Static method Public Method Save current User Breakpoints to Server Cookie 20080305
6 CHECK_CONDITION_WITH_OPERATOR Static method Public Method Checks if a operator based condition is met 20080214
7 CLASS_CONSTRUCTOR Static method Public Constructor Class constructor 20080205
8 CLEAR_BREAKPOINTS Static method Public Method Clear all breakpoints 20080225
9 COMMON_BREAK_EVENTS_ARE_ACTIVE Static method Public Method Activate common breakopints 20080312
10 CONTAINS Static method Public Method Checks if a text contains an expression (case insensitive) 20080312
11 DEREGISTER_BREAKPOINT_PROVIDER Static method Public Method Deregister conditional breakoint provider 20080205
12 GET_BREAKPOINTS Static method Public Method Get all breakpoints 20080225
13 GET_BREAK_CONDITIONS_DDLB Static method Public Method Get break conditions of provider-event as drop down list box 20080223
14 GET_BREAK_EVENT_DDLB Static method Public Method Get break events of provider as drop down list box 20080222
15 GET_BREAK_EVENT_DESCRIPTION Instance method Protected Method Get description of break event 20080312
16 GET_COMMON_STANDARD_EVENT_ID Static method Public Method Get id for common standard break event 20090728
17 GET_INFORMATION Static method Public Method Get text information about Conditional Breakpoint Feature 20080227
18 GET_INSTANCE Static method Public Method Returns the conditional breakpoint manager instance 20080205
19 GET_MEMORY_USED_MAX_VALUE Static method Public Method Returns Maximum Memory Byte Value used so far 20101215
20 GET_PROVIDER_DDLB Static method Public Method Get conditional breakpoint providers as drop down list box 20080222
21 GET_PROVIDER_DESCRIPTION Static method Public Method Get description from breakpoint provider 20080226
22 IS_DEBUGGING_POSSIBLE Static method Public Method Tells if debugging with conditional breakpoints is possible 20080227
23 IS_HTTP_DEBUGGING_ACTIVE Static method Public Method Text if HTTP debugging is active 20080227
24 IS_SLEEPING Static method Public Method Puts Breakpoint Manager ins sleep mode 20080318
25 LOAD_BREAKPOINTS_FOR_STARTUP Static method Protected Method Load breakpoints for startup phase 20080509
26 PARSE_CONDITION_WITH_OPERATOR Static method Public Method Parses an operator based condition 20080214
27 REGISTER_BREAKPOINT_PROVIDER Static method Public Method Register conditional breakpoint provider 20080205
28 REGISTER_COMMON_BREAK_EVENTS Instance method Protected Method Determine common break events: For more than one provider 20080310
29 REMOVE_BREAKPOINT Static method Public Method Remove breakpoint from breakpoint list 20080207
30 SERVER_COOKIE_TO_BREAKPOINTS Static method Public Method Load current User Breakpoints to Server Cookie 20080305
31 SET_BREAKPOINTS_FOR_STARTUP Static method Public Method Register breakpoints for startup phase 20080509
32 TEST Static method Private Method Test Conditional Breakpoint Manager 20080215
Events
Class CL_COND_BREAKPOINT_MANAGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 CHECK_LIST Public See coding 20090807 check_list type table of check_list_entry with key key
2 CHECK_LIST_ENTRY Public See coding 20090807 begin of check_list_entry, key type string, value type string, data type ref to data, object type ref to object, end of check_list_entry
3 MEMORY_CONSUMPTION Public See coding 20101229 begin of memory_consumption, component type string, bound_size_alloc type abap_msize, bound_size_used type abap_msize, referenced_size_alloc type abap_msize, referenced_size_used type abap_msize, is_part_of_non_trivial_szk type c length 1, szk_size_alloc type abap_msize, szk_size_used type abap_msize, low_mem type c length 1, is_in_shared_memory type c length 1, sizeof_alloc type abap_msize, sizeof_used type abap_msize, end of memory_consumption
4 MEMORY_CONSUMPTIONS Public See coding 20101229 memory_consumptions type table of memory_consumption
Method Signatures

Method ADD_BREAKPOINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BREAKPOINT Call by reference Object reference (TYPE REF TO) CL_COND_BREAKPOINT Conditional Breakpoint 20080207

Method ADD_BREAKPOINT on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method APPLICATION_STARTUP_FINISHED Signature

Method APPLICATION_STARTUP_FINISHED on class CL_COND_BREAKPOINT_MANAGER has no parameter.
Method APPLICATION_STARTUP_FINISHED on class CL_COND_BREAKPOINT_MANAGER has no exception.

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 20080207
2 Importing IV_DATA_TO_CHECK Call by reference Object reference (TYPE REF TO) DATA Data to be checked 20080212
3 Importing IV_OBJECT_TO_CHECK Call by reference Object reference (TYPE REF TO) OBJECT Object to be checked 20080207
4 Importing IV_PROVIDER Call by reference Object reference (TYPE REF TO) IF_COND_BREAKPOINT_CHECK Interface for Conditional Breakpoint Providers: Check 20080207
5 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Is everything ok ? 20080212

Method ASSERT on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method ASSERT2 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 20080207
2 Importing IV_DATA_TO_CHECK Call by reference Object reference (TYPE REF TO) DATA Data to check 20080212
3 Importing IV_OBJECT_TO_CHECK Call by reference Object reference (TYPE REF TO) OBJECT Object to check 20080207
4 Importing IV_PROVIDER Call by reference Type reference (TYPE) CNDBRK_GUID Interface for Conditional Breakpoint Providers: Check 20080207
5 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Is everything ok? 20080212

Method ASSERT2 on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method BREAKPOINTS_TO_SERVER_COOKIE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION_NAME Call by reference Type reference (TYPE) STRING Name of application 20080305
2 Importing IV_APPLICATION_NAMESPACE Call by reference Type reference (TYPE) STRING Applciation Namespace for cookie 20080305
3 Importing IV_EXPIRY_SECONDS Call by reference Type reference (TYPE) I Expiry time in seconds 20080509
4 Returning RV_ERROR_MESSAGE Value transfer Type reference (TYPE) STRING 20080305

Method BREAKPOINTS_TO_SERVER_COOKIE on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method CHECK_CONDITION_WITH_OPERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTUAL_DATE_VALUE Call by reference Attribute reference (LIKE) SY-DATUM Date 20080214
2 Importing IV_ACTUAL_INTEGER_VALUE Call by reference Type reference (TYPE) INT4 Integer (INT4) 20080214
3 Importing IV_ACTUAL_STRING_VALUE Call by reference Type reference (TYPE) STRING String 20080214
4 Importing IV_CONDITION Call by reference Type reference (TYPE) STRING Condition to evaluate 20080214
5 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL Condition is met 20080214

Method CHECK_CONDITION_WITH_OPERATOR on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CLEAR_BREAKPOINTS Signature

Method CLEAR_BREAKPOINTS on class CL_COND_BREAKPOINT_MANAGER has no parameter.
Method CLEAR_BREAKPOINTS on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method COMMON_BREAK_EVENTS_ARE_ACTIVE Signature

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

Method COMMON_BREAK_EVENTS_ARE_ACTIVE on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method CONTAINS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXPRESSION Call by reference Type reference (TYPE) ANY Expression the text should contain (partially) 20080312
2 Importing IV_IN_SUBSTRING_MATCH Call by reference Type reference (TYPE) STRING Regular expression to select substring as match 20080316
3 Importing IV_IN_TEXT Call by reference Type reference (TYPE) ANY Text to be checked 20080312
4 Importing IV_PATTERN Call by reference Type reference (TYPE) STRING Pattern the text should contain 20080315
5 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20080312

Method CONTAINS on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method DEREGISTER_BREAKPOINT_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BREAKPOINT_PROVIDER Call by reference Object reference (TYPE REF TO) IF_COND_BREAKPOINT_REGISTER Conditional breakpoint provider to be deregistered 20080205

Method DEREGISTER_BREAKPOINT_PROVIDER on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method GET_BREAKPOINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BREAKPOINTS Value transfer Type reference (TYPE) CNDBRK_BREAKPOINTS Conditional Breakpoints Table 20080225

Method GET_BREAKPOINTS on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method GET_BREAK_CONDITIONS_DDLB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BREAK_EVENT_ID Call by reference Type reference (TYPE) CNDBRK_KEY Key for conditional breakpoints 20080223
2 Importing IV_PROVIDER_ID Call by reference Type reference (TYPE) CNDBRK_GUID GUID for conditional Breakpoints 20080223
3 Returning RV_BREAK_CONDITIONS_DDLB Value transfer Type reference (TYPE) BSP_WD_DROPDOWN_TABLE Value Table for BSP WD Dropdown List Boxes 20080223

Method GET_BREAK_CONDITIONS_DDLB on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method GET_BREAK_EVENT_DDLB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROVIDER_ID Call by reference Type reference (TYPE) CNDBRK_GUID GUID for conditional Breakpoints 20080222
2 Returning RV_BREAK_EVENT_DDLB Value transfer Type reference (TYPE) BSP_WD_DROPDOWN_TABLE Value Table for BSP WD Dropdown List Boxes 20080222

Method GET_BREAK_EVENT_DDLB on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method GET_BREAK_EVENT_DESCRIPTION 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 Key for conditional breakpoints 20080312
2 Importing IV_PROVIDER_ID Call by reference Type reference (TYPE) CNDBRK_GUID 20080312
3 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) STRING 20080312

Method GET_BREAK_EVENT_DESCRIPTION on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method GET_COMMON_STANDARD_EVENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMON_STANDARD_EVENT Call by reference Type reference (TYPE) STRING EXCEPTION, CREATE_TEXT_MESSAGE, DEBUG 20090728
2 Returning RV_BREAK_EVENT_ID Value transfer Type reference (TYPE) CNDBRK_KEY Key for Conditional Breakpoints 20090728

Method GET_COMMON_STANDARD_EVENT_ID on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method GET_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INFO_TYPE Call by reference Type reference (TYPE) I 20080227
2 Returning RV_INFO_MESSAGE Value transfer Type reference (TYPE) STRING 20080227

Method GET_INFORMATION on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COND_BREAKPOINT_MANAGER Value transfer Object reference (TYPE REF TO) CL_COND_BREAKPOINT_MANAGER Conditional breakpoint manager instance 20080205

Method GET_INSTANCE on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method GET_MEMORY_USED_MAX_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MEMORY_USED Value transfer Type reference (TYPE) I 20101215

Method GET_MEMORY_USED_MAX_VALUE on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method GET_PROVIDER_DDLB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PROVIDER_DDLB Value transfer Type reference (TYPE) BSP_WD_DROPDOWN_TABLE Value Table for BSP WD Dropdown List Boxes 20080222

Method GET_PROVIDER_DDLB on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method GET_PROVIDER_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT_OR_CONDITION_KEY Call by reference Type reference (TYPE) CNDBRK_KEY Id of break event or condition 20080226
2 Importing IV_PROVIDER_ID Call by reference Type reference (TYPE) CNDBRK_GUID Id of provider 20080226
3 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) STRING 20080226

Method GET_PROVIDER_DESCRIPTION on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method IS_DEBUGGING_POSSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DEBUGGING_IS_POSSIBLE Value transfer Type reference (TYPE) ABAP_BOOL 20080227
2 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20080227

Method IS_DEBUGGING_POSSIBLE on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method IS_HTTP_DEBUGGING_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTTP_DEBUGGING_IS_ACTIVE Value transfer Type reference (TYPE) ABAP_BOOL 20080227
2 Exporting EV_MESSAGE Call by reference Type reference (TYPE) STRING 20080227

Method IS_HTTP_DEBUGGING_ACTIVE on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method IS_SLEEPING Signature

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

Method IS_SLEEPING on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method LOAD_BREAKPOINTS_FOR_STARTUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ERROR_MESSAGE Value transfer Type reference (TYPE) STRING 20080509

Method LOAD_BREAKPOINTS_FOR_STARTUP on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method PARSE_CONDITION_WITH_OPERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_KEY Call by reference Type reference (TYPE) STRING key of condition 20080214
2 Exporting EV_OPERATOR Call by reference Type reference (TYPE) STRING operator 20080214
3 Exporting EV_SUCCESS Call by reference Type reference (TYPE) ABAP_BOOL Tells if this was a valid operator based condition 20080214
4 Exporting EV_VALUE Call by reference Type reference (TYPE) STRING value 20080214
5 Importing IV_CONDITION Call by reference Type reference (TYPE) STRING Condition 20080214

Method PARSE_CONDITION_WITH_OPERATOR on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method REGISTER_BREAKPOINT_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PROVIDER Call by reference Object reference (TYPE REF TO) IF_COND_BREAKPOINT_REGISTER Interface for Conditional Breakpoint Providers 20080205
2 Importing IV_SORT_EVENTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Events are usually sorted by key 20090729
3 Returning RV_SUCCESS Value transfer Type reference (TYPE) ABAP_BOOL 20080205

Method REGISTER_BREAKPOINT_PROVIDER on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method REGISTER_COMMON_BREAK_EVENTS Signature

Method REGISTER_COMMON_BREAK_EVENTS on class CL_COND_BREAKPOINT_MANAGER has no parameter.
Method REGISTER_COMMON_BREAK_EVENTS on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method REMOVE_BREAKPOINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BREAKPOINT Call by reference Object reference (TYPE REF TO) CL_COND_BREAKPOINT Breakpoint to remove 20080207

Method REMOVE_BREAKPOINT on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method SERVER_COOKIE_TO_BREAKPOINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION_NAME Call by reference Type reference (TYPE) STRING Name of application 20080305
2 Importing IV_APPLICATION_NAMESPACE Call by reference Type reference (TYPE) STRING Applciation Namespace for cookie 20080305
3 Returning RV_ERROR_MESSAGE Value transfer Type reference (TYPE) STRING 20080305

Method SERVER_COOKIE_TO_BREAKPOINTS on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method SET_BREAKPOINTS_FOR_STARTUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ERROR_MESSAGE Value transfer Type reference (TYPE) STRING 20080509

Method SET_BREAKPOINTS_FOR_STARTUP on class CL_COND_BREAKPOINT_MANAGER has no exception.

Method TEST Signature

Method TEST on class CL_COND_BREAKPOINT_MANAGER has no parameter.
Method TEST on class CL_COND_BREAKPOINT_MANAGER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700