SAP ABAP Class CL_FDT_BREAKPOINTS (Wrapper class for breakpoints.)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_DEBUGGER (Package) BRFplus: Debugger
⤷
⤷
Properties
| Class | CL_FDT_BREAKPOINTS | |
| Short Description | Wrapper class for breakpoints. | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_DEBUGGER | BRFplus: Debugger |
| Created | 20120531 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_BREAKPOINTS has no interface implemented.
Friends
Class CL_FDT_BREAKPOINTS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | IF_FDT_DEBUG=>BREAKPOINT_EVENT | IF_FDT_DEBUG=>GC_BP_EVENT_POST_EXPR | Post-Event | 20120806 | ||
| 2 | Constant | Public | Type reference (TYPE) | IF_FDT_DEBUG=>BREAKPOINT_EVENT | IF_FDT_DEBUG=>GC_BP_EVENT_PRE_EXPR | Pre-Event | 20120806 | ||
| 3 | Instance attribute | Public | Type reference (TYPE) | IF_FDT_DEBUG=>T_BREAKPOINT | Table of breakpoints | 20120710 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add a new expression breakpoint | 20130606 | |
| 2 | Instance method | Public | Method | At a new breakpoint (as "at path"). | 20120531 | |
| 3 | Instance method | Public | Method | Deletes all breakpoints | 20120622 | |
| 4 | Instance method | Public | Constructor | CONSTRUCTOR | 20120531 | |
| 5 | Instance method | Public | Method | Returns breakpoints as table. | 20120611 | |
| 6 | Instance method | Public | Method | Remove expression breakpoint | 20130606 | |
| 7 | Instance method | Public | Method | Remove the specified breakpoint. | 20120531 |
Events
Class CL_FDT_BREAKPOINTS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_EXPRESSION_STACK | Public | See coding | 20120531 | T_EXPRESSION_STACK type STANDARD TABLE OF if_fdt_types=>id
|
Method Signatures
Method ADD_BREAKPOINT_AT_EXPR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EVENT | Call by reference | Type reference (TYPE) | IF_FDT_DEBUG=>BREAKPOINT_EVENT | Break-Point event (see GC_BP_EVENT*) | 20130606 | |||
| 2 | IV_EXPRESSION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20130606 |
Method ADD_BREAKPOINT_AT_EXPR on class CL_FDT_BREAKPOINTS has no exception.
Method ADD_BREAKPOINT_AT_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PATH | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_OBJECT_ID | Object IDs as unsorted index table | 20130606 | |||
| 2 | IV_EVENT | Call by reference | Type reference (TYPE) | IF_FDT_DEBUG=>BREAKPOINT_EVENT | 20120531 | ||||
| 3 | IV_EXPRESSION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20120531 |
Method ADD_BREAKPOINT_AT_PATH on class CL_FDT_BREAKPOINTS has no exception.
Method CLEAR Signature
Method CLEAR on class CL_FDT_BREAKPOINTS has no parameter.
Method CLEAR on class CL_FDT_BREAKPOINTS has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FDT_BREAKPOINTS has no parameter.
Method CONSTRUCTOR on class CL_FDT_BREAKPOINTS has no exception.
Method GET_BREAKPOINT_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_BREAKPOINT | Call by reference | Type reference (TYPE) | IF_FDT_DEBUG=>T_BREAKPOINT | 20120710 |
Method GET_BREAKPOINT_TABLE on class CL_FDT_BREAKPOINTS has no exception.
Method REMOVE_BREAKPOINT_AT_EXPR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EVENT | Call by reference | Type reference (TYPE) | IF_FDT_DEBUG=>BREAKPOINT_EVENT | Break-Point event (see GC_BP_EVENT*) | 20130606 | |||
| 2 | IV_EXPRESSION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20130606 | |||
| 3 | RV_REMOVED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130606 |
Method REMOVE_BREAKPOINT_AT_EXPR on class CL_FDT_BREAKPOINTS has no exception.
Method REMOVE_BREAKPOINT_AT_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PATH | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_OBJECT_ID | Object IDs as unsorted index table | 20130606 | |||
| 2 | IV_EVENT | Call by reference | Type reference (TYPE) | IF_FDT_DEBUG=>BREAKPOINT_EVENT | 20120531 | ||||
| 3 | IV_EXPRESSION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | 20120531 | ||||
| 4 | RV_REMOVED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130606 |
Method REMOVE_BREAKPOINT_AT_PATH on class CL_FDT_BREAKPOINTS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |