SAP ABAP Interface IF_COND_BREAKPOINT_REGISTER (Interface for Conditional Breakpoint Providers: Registration)
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
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_COND_BREAKPOINT_PROVIDER Interface for Conditional Breakpoint Providers 20080207
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_AXT_COND_BREAKPOINTS Extensibility Conditional Breakpoints Provider 20100126
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BSP_DLC_DESIGN_BREAKPOINTS Design Layer: Conditional Breakpoints Provider 20080411
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BSP_WD_COND_BREAKPOINTS UI Framework Conditional Breakpoints Provider 20080228
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CHTMLB_COND_BREAKPOINTS CHTMLB Conditional Breakpoints Provider 20080220
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CRM_BOL_CORE BOL Core 20080214
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CRM_BOL_ENTITY_MANAGER Entity Manager 20080211
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CRM_UI_FRAME_BREAKPOINTS CRM Application Frame Conditional Breakpoints Provider 20080312
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GENIL_COND_BREAKPOINTS GenIL Conditional Breakpoints Provider 20080804
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_REUSE_COND_BREAKPOINTS GenIL Conditional Breakpoints Provider 20080808
Properties
Interface IF_COND_BREAKPOINT_REGISTER  
Short Description Interface for Conditional Breakpoint Providers: Registration    
General Data
Package CRM_CONDITIONAL_BREAKPOINTS   Conditional Breakpoints for the CRM UI Framework 
Created 20080205   SAP 
Last changed 20081007   SAP 
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 IF_COND_BREAKPOINT_REGISTER has no interface.
Friends
Interface IF_COND_BREAKPOINT_REGISTER has no friend.
Attributes
Interface IF_COND_BREAKPOINT_REGISTER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_BREAKPOINT_SYNTAX Static method Public Method Check if conditional breakpoint is valid 20080207
2 GET_BREAKPOINT_GROUP Static method Public Method Returns breakpoint group to check if provider is active 20080207
3 GET_BREAK_CONDITIONS Static method Public Method Returns list of breakpoint conditions as Drop-Down-Listbox 20080208
4 GET_BREAK_EVENTS Static method Public Method Returns list of breakpoint events as Drop-Down-Listbox 20080208
5 GET_DESCRIPTION Static method Public Method Returns optional descriptions in HTML format 20080207
6 GET_PROVIDER_ID Static method Public Method Returns Id of Conditional Breakpoint Provider 20080207
7 GET_PROVIDER_TITLE Static method Public Method Returns title of breakpoint provider 20080207
Events
Interface IF_COND_BREAKPOINT_REGISTER has no event.
Types
Interface IF_COND_BREAKPOINT_REGISTER has no local type.
Method Signatures

Method CHECK_BREAKPOINT_SYNTAX 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 check syntax for 20080207
2 Returning RV_ERROR_MESSAGE Value transfer Type reference (TYPE) STRING Indicates if syntax error in breakpoint 20080207

Method CHECK_BREAKPOINT_SYNTAX on Interface IF_COND_BREAKPOINT_REGISTER has no exception.

Method GET_BREAKPOINT_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BREAKPOINT_GROUP Value transfer Type reference (TYPE) STRING Returns empty string if not relevant 20080207

Method GET_BREAKPOINT_GROUP on Interface IF_COND_BREAKPOINT_REGISTER has no exception.

Method GET_BREAK_CONDITIONS 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 of breakpoint event 20080209
2 Returning RV_BREAK_CONDITIONS Value transfer Type reference (TYPE) BSP_WD_DROPDOWN_TABLE Value Table for BSP WD Dropdown List Boxes 20080209

Method GET_BREAK_CONDITIONS on Interface IF_COND_BREAKPOINT_REGISTER has no exception.

Method GET_BREAK_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BREAKPOINT_EVENTS Value transfer Type reference (TYPE) BSP_WD_DROPDOWN_TABLE Id and description of breakpoint events 20080208

Method GET_BREAK_EVENTS on Interface IF_COND_BREAKPOINT_REGISTER has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HTML_SUPPORTED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Indicates if display in browser 20080207
2 Importing IV_KEY Call by reference Type reference (TYPE) CNDBRK_KEY Id of breakpoint provider, event or condition 20080226
3 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) STRING Description optionally in HTML format 20080207

Method GET_DESCRIPTION on Interface IF_COND_BREAKPOINT_REGISTER 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 Id of Breakpoint Provider 20080207

Method GET_PROVIDER_ID on Interface IF_COND_BREAKPOINT_REGISTER has no exception.

Method GET_PROVIDER_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TITLE Value transfer Type reference (TYPE) STRING Returns title of provider for display in UI 20080207

Method GET_PROVIDER_TITLE on Interface IF_COND_BREAKPOINT_REGISTER has no exception.
History
Last changed by/on SAP  20081007 
SAP Release Created in 700