SAP ABAP Class CL_TPDA_ADT_RES_BREAKPOINTS (Breakpoints Resource Controller)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_ADT (Package) ADT Debugger

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_ADT_REST_RESOURCE | Basis Class for ADT Resource Controllers | 20111115 |
Properties
Class | CL_TPDA_ADT_RES_BREAKPOINTS | |
Short Description | Breakpoints Resource Controller | |
Super Class | CL_ADT_REST_RESOURCE | Basis Class for ADT Resource Controllers |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | STPDA_ADT | ADT Debugger |
Created | 20111115 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_TPDA_ADT_RES_BREAKPOINTS has no forward declaration.
Interfaces
Class CL_TPDA_ADT_RES_BREAKPOINTS has no interface implemented.
Friends
Class CL_TPDA_ADT_RES_BREAKPOINTS has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20111116 | |
2 | ![]() |
Instance method | Public | Constructor | 20111129 | |
3 | ![]() |
Instance method | Private | Method | 20120103 | |
4 | ![]() |
Instance method | Private | Method | 20111129 | |
5 | ![]() |
Instance method | Private | Method | 20111129 | |
6 | ![]() |
Instance method | Private | Method | 20111129 | |
7 | ![]() |
Instance method | Private | Method | 20111115 | |
8 | ![]() |
Static method | Public | Method | 20111201 | |
9 | ![]() |
Instance method | Private | Method | 20111129 | |
10 | ![]() |
Instance method | Private | Method | 20111129 | |
11 | ![]() |
Instance method | Private | Method | 20111129 | |
12 | ![]() |
Instance method | Private | Method | 20111116 | |
13 | ![]() |
Instance method | Private | Method | 20111129 | |
14 | ![]() |
Instance method | Private | Method | 20111130 |
Events
Class CL_TPDA_ADT_RES_BREAKPOINTS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYP_BP_TRANSFER | Public | See coding | 20111115 | BEGIN OF typ_bp_transfer,
debugging_mode TYPE string,
scope TYPE string,
request_user TYPE string,
terminal_id TYPE string,
ide_id TYPE string,
sync_mode TYPE string,
system_debugging TYPE string,
tab_bps TYPE STANDARD TABLE OF typ_str_bp WITH DEFAULT KEY,
tab_sync_scope TYPE STANDARD TABLE OF typ_str_sync_scope WITH DEFAULT KEY,
END OF typ_bp_transfer
|
||
2 | TYP_STR_BP | Public | See coding | 20111115 | BEGIN OF typ_str_bp.
INCLUDE TYPE typ_str_bp_gen AS str_gen.
TYPES:
str_line TYPE typ_str_bp_line,
str_statement TYPE typ_str_bp_statement,
str_exception TYPE typ_str_bp_exception,
ref_bp TYPE REF TO if_tpdapi_bp,
END OF typ_str_bp
|
||
3 | TYP_STR_BP_EXCEPTION | Public | See coding | 20111115 | BEGIN OF typ_str_bp_exception,
exception_class TYPE string,
END OF typ_str_bp_exception
|
||
4 | TYP_STR_BP_GEN | Public | See coding | 20111115 | BEGIN OF typ_str_bp_gen,
kind TYPE string,
skip_count TYPE string,
condition TYPE string,
client_id TYPE string,
id TYPE string,
error_message TYPE string,
error_id TYPE string,
END OF typ_str_bp_gen
|
||
5 | TYP_STR_BP_LINE | Public | See coding | 20111115 | BEGIN OF typ_str_bp_line.
INCLUDE TYPE
if_adt_object_reference_ch=>ty_object_reference AS object_reference.
TYPES:
END OF typ_str_bp_line
|
||
6 | TYP_STR_BP_STATEMENT | Public | See coding | 20111115 | BEGIN OF typ_str_bp_statement,
statement TYPE string,
END OF typ_str_bp_statement
|
||
7 | TYP_STR_SYNC_SCOPE | Public | See coding | 20111115 | BEGIN OF typ_str_sync_scope.
INCLUDE TYPE
if_adt_object_reference_ch=>ty_object_reference AS object_reference.
TYPES:
END OF typ_str_sync_scope
|
Method Signatures
Method CALL_BP_API Signature
Method CALL_BP_API on class CL_TPDA_ADT_RES_BREAKPOINTS has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20111116 |
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_TPDA_ADT_RES_BREAKPOINTS has no parameter.
Method CONSTRUCTOR on class CL_TPDA_ADT_RES_BREAKPOINTS has no exception.
Method CREATE_EXCEPTION_BREAKPOINT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STR_BP | Call by reference | Type reference (TYPE) | TYP_STR_BP | 20120103 | |||
2 | ![]() |
R_STR_BP | Value transfer | Type reference (TYPE) | TYP_STR_BP | 20120103 |
Method CREATE_EXCEPTION_BREAKPOINT on class CL_TPDA_ADT_RES_BREAKPOINTS has no exception.
Method CREATE_LINE_BREAKPOINT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STR_BP | Call by reference | Type reference (TYPE) | TYP_STR_BP | 20111129 | |||
2 | ![]() |
R_STR_BP | Value transfer | Type reference (TYPE) | TYP_STR_BP | 20111129 |
Method CREATE_LINE_BREAKPOINT on class CL_TPDA_ADT_RES_BREAKPOINTS has no exception.
Method CREATE_STATEMENT_BREAKPOINT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STR_BP | Call by reference | Type reference (TYPE) | TYP_STR_BP | 20111129 | |||
2 | ![]() |
R_STR_BP | Value transfer | Type reference (TYPE) | TYP_STR_BP | 20111129 |
Method CREATE_STATEMENT_BREAKPOINT on class CL_TPDA_ADT_RES_BREAKPOINTS has no exception.
Method EXC_PROP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20111129 | |||
2 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20111129 | |||
3 | ![]() |
R_REF_PROP | Value transfer | Object reference (TYPE REF TO) | IF_ADT_EXCEPTION_PROPERTIES | 20111129 |
Method EXC_PROP on class CL_TPDA_ADT_RES_BREAKPOINTS has no exception.
Method GET_BP_TRANSFER_FROM_REQUEST Signature
Method GET_BP_TRANSFER_FROM_REQUEST on class CL_TPDA_ADT_RES_BREAKPOINTS has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20111115 |
Method GET_PREVIOUS_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REF_CX | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | 20111201 | |||
2 | ![]() |
R_TEXT | Value transfer | Type reference (TYPE) | STRING | 20111201 |
Method GET_PREVIOUS_TEXT on class CL_TPDA_ADT_RES_BREAKPOINTS has no exception.
Method HANDLE_BP_SYNC Signature
Method HANDLE_BP_SYNC on class CL_TPDA_ADT_RES_BREAKPOINTS has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20111129 | ||
2 | ![]() |
20111207 |
Method INIT_DEBUGGER Signature
Method INIT_DEBUGGER on class CL_TPDA_ADT_RES_BREAKPOINTS has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20111129 |
Method INIT_STATIC Signature
Method INIT_STATIC on class CL_TPDA_ADT_RES_BREAKPOINTS has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120327 | ||
2 | ![]() |
20111129 |
Method SET_RESPONSE_FROM_BP_TRANSFER Signature
Method SET_RESPONSE_FROM_BP_TRANSFER on class CL_TPDA_ADT_RES_BREAKPOINTS has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20111116 |
Method TO_C32 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ANY | Call by reference | Type reference (TYPE) | SIMPLE | 20111129 | |||
2 | ![]() |
R_C32 | Value transfer | Type reference (TYPE) | CHAR32 | 20111129 |
Method TO_C32 on class CL_TPDA_ADT_RES_BREAKPOINTS has no exception.
Method TO_I Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ANY | Call by reference | Type reference (TYPE) | SIMPLE | 20111130 | |||
2 | ![]() |
R_I | Value transfer | Type reference (TYPE) | I | 20111130 |
Method TO_I on class CL_TPDA_ADT_RES_BREAKPOINTS has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 804 |