SAP ABAP Interface IF_TPDAPI_BP (Breakpoint)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_API (Package) Debugger API
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_TPDAPI_BP_MODIFY | New Breakpoint | 20091124 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_TPDAPI_BP_SRCLINE | Line Breakpoint | 20091120 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_TPDAPI_BP_STATEMENT | Statement Breakpoint | 20111129 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TPDAPI_BP | Breakpoint | 20091119 |
Properties
| Interface | IF_TPDAPI_BP | |
| Short Description | Breakpoint |
General Data
| Package | STPDA_API | Debugger API |
| Created | 20091119 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_TPDAPI_BP | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | IF_TPDAPI_SOURCE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 3 | IF_TPDA_CONTROL | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_TPDAPI_BP_BASE | Static Line Breakpoint | 20091222 |
Friends
Interface IF_TPDAPI_BP has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_NEW_BP_HANDLE | Constant | Public | Type reference (TYPE) | INT4 | -1 | 20091220 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20091210 | ||
| 2 | Instance method | Public | Method | 20111130 | ||
| 3 | Instance method | Public | Method | 20100520 | ||
| 4 | Instance method | Public | Method | 20100331 | ||
| 5 | Instance method | Public | Method | 20100331 | ||
| 6 | Instance method | Public | Method | 20111129 | ||
| 7 | Instance method | Public | Method | 20100331 | ||
| 8 | Instance method | Public | Method | 20091124 | ||
| 9 | Instance method | Public | Method | 20091123 | ||
| 10 | Instance method | Public | Method | 20100331 |
Events
Interface IF_TPDAPI_BP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_FINGERPRINT | Public | Type reference (TYPE) | IF_ABDBG_ACT_FOR_ATTACH=>FINGERPRINT_T | 20111130 | |
|
| 2 | TYP_HANDLE | Public | Type reference (TYPE) | INT4 | Natural Number | 20091214 | |
| 3 | TYP_ID | Public | Type reference (TYPE) | STRING | 20091210 | |
|
| 4 | TYP_STR_PROPERTIES | Public | See coding | 20091214 | BEGIN OF typ_str_properties,
scope TYPE ie_tpdapi_bp_scope=>typ_scope,
flagactive TYPE xflag,
skipcnt TYPE int4,
condition TYPE string,
subkey TYPE int4,
END OF typ_str_properties
|
||
| 5 | TYP_STR_PROPERTIES_XXL | Public | See coding | 20091217 | BEGIN OF typ_str_properties_xxl.
INCLUDE TYPE typ_str_properties AS str_properties.
TYPES:
kind TYPE ie_tpdapi_bp_kind=>typ_kind,
END OF typ_str_properties_xxl
|
||
| 6 | TYP_STR_SYS_BP | Public | Type reference (TYPE) | TPDA_SYS_BPTABTYPLINE | 20111201 | |
|
| 7 | TYP_TAB_BPS | Public | See coding | 20091124 | typ_tab_bps TYPE STANDARD TABLE OF ref to if_tpdapi_bp WITH DEFAULT KEY
|
||
| 8 | TYP_TAB_SYS_BPS | Public | Type reference (TYPE) | TPDA_SYS_BPTAB | 20111201 | |
Method Signatures
Method GET_CONDITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CONDITION | Value transfer | Type reference (TYPE) | STRING | 20091210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalidiertes Objektinstanz | 20091216 | ||
| 2 | Nicht unterstützte Funktion | 20091210 |
Method GET_FINGERPRINT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_FINGERPRINT | Value transfer | Type reference (TYPE) | TYP_FINGERPRINT | 20111130 |
Method GET_FINGERPRINT on Interface IF_TPDAPI_BP has no exception.
Method GET_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HANDLE | Value transfer | Type reference (TYPE) | IF_TPDAPI_BP=>TYP_HANDLE | Natürliche Zahl | 20100520 |
Method GET_HANDLE on Interface IF_TPDAPI_BP has no exception.
Method GET_ID Signature
Method GET_ID on Interface IF_TPDAPI_BP has no parameter.
Method GET_ID on Interface IF_TPDAPI_BP has no exception.
Method GET_KIND Signature
Method GET_KIND on Interface IF_TPDAPI_BP has no parameter.
Method GET_KIND on Interface IF_TPDAPI_BP has no exception.
Method GET_MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF_MODIFY | Value transfer | Object reference (TYPE REF TO) | IF_TPDAPI_BP_MODIFY | 20111129 |
Method GET_MODIFY on Interface IF_TPDAPI_BP has no exception.
Method GET_SCOPE Signature
Method GET_SCOPE on Interface IF_TPDAPI_BP has no parameter.
Method GET_SCOPE on Interface IF_TPDAPI_BP has no exception.
Method GET_SKIPCOUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SKIPCOUNT | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20091124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20091216 |
Method IS_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_ACTIVE | Value transfer | Type reference (TYPE) | XFLAG | neue Eingabewerte | 20091124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler im TPDAPI | 20091216 |
Method SERIALIZE Signature
Method SERIALIZE on Interface IF_TPDAPI_BP has no parameter.
Method SERIALIZE on Interface IF_TPDAPI_BP has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 800 |