SAP ABAP Interface IF_TPDAPI_BP_SERVICES (Breakpoint Services)
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 implementation (CLASS c. INTERFACES i_ref) | CL_TPDAPI_BP_SERVICES | Breakpoint Services | 20091120 |
Properties
Interface | IF_TPDAPI_BP_SERVICES | |
Short Description | Breakpoint Services |
General Data
Package | STPDA_API | Debugger API |
Created | 20091118 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | CE_TPDAPI_BP_SCOPE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | CE_TPDAPI_SOURCETYPE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | IF_TPDAPI_BP | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | IF_TPDAPI_BP_SERVICES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | IF_TPDAPI_STATIC_BP_SERVICES | 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_FACTORY | BP Factory | 20111129 |
Friends
Interface IF_TPDAPI_BP_SERVICES has no friend.
Attributes
Interface IF_TPDAPI_BP_SERVICES has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20111130 | |
2 | ![]() |
Instance method | Public | Method | 20120103 | |
3 | ![]() |
Instance method | Public | Method | 20091217 | |
4 | ![]() |
Instance method | Public | Method | 20111026 | |
5 | ![]() |
Instance method | Public | Method | 20111129 | |
6 | ![]() |
Instance method | Public | Method | 20091127 | |
7 | ![]() |
Instance method | Public | Method | 20111118 | |
8 | ![]() |
Instance method | Public | Method | 20100119 | |
9 | ![]() |
Instance method | Public | Method | 20091208 | |
10 | ![]() |
Instance method | Public | Method | 20120726 |
Events
Interface IF_TPDAPI_BP_SERVICES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYP_STR_PROGINFO | Public | Type reference (TYPE) | IF_TPDAPI_STATIC_BP_SERVICES=>TYP_STR_PROGINFO | 20091208 |
|
|
2 | TYP_TAB_BREAKPOINTS | Public | See coding | 20091127 | TYP_TAB_BREAKPOINTS type STANDARD TABLE OF REF TO if_tpdapi_bp WITH DEFAULT KEY
|
||
3 | TYP_TAB_PROGINFOS | Public | Type reference (TYPE) | IF_TPDAPI_STATIC_BP_SERVICES=>TYP_TAB_PROGINFOS | 20091208 |
|
Method Signatures
Method CREATE_BREAKPOINT_FROM_STRING Signature
Method CREATE_BREAKPOINT_FROM_STRING on Interface IF_TPDAPI_BP_SERVICES has no parameter.
Method CREATE_BREAKPOINT_FROM_STRING on Interface IF_TPDAPI_BP_SERVICES has no exception.
Method CREATE_EXCEPTION_BREAKPOINT Signature
Method CREATE_EXCEPTION_BREAKPOINT on Interface IF_TPDAPI_BP_SERVICES has no parameter.
Method CREATE_EXCEPTION_BREAKPOINT on Interface IF_TPDAPI_BP_SERVICES has no exception.
Method CREATE_LINE_BREAKPOINT Signature
Method CREATE_LINE_BREAKPOINT on Interface IF_TPDAPI_BP_SERVICES has no parameter.
Method CREATE_LINE_BREAKPOINT on Interface IF_TPDAPI_BP_SERVICES has no exception.
Method CREATE_STATEMENT_BREAKPOINT Signature
Method CREATE_STATEMENT_BREAKPOINT on Interface IF_TPDAPI_BP_SERVICES has no parameter.
Method CREATE_STATEMENT_BREAKPOINT on Interface IF_TPDAPI_BP_SERVICES has no exception.
Method DELETE_BREAKPOINT Signature
Method DELETE_BREAKPOINT on Interface IF_TPDAPI_BP_SERVICES has no parameter.
Method DELETE_BREAKPOINT on Interface IF_TPDAPI_BP_SERVICES has no exception.
Method GET_ALL_BREAKPOINTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FLG_INITIALIZE | Call by reference | Type reference (TYPE) | XFLAG | 20111207 | |||
2 | ![]() |
R_TAB_BREAKPOINTS | Value transfer | Type reference (TYPE) | IF_TPDAPI_BP_SERVICES=>TYP_TAB_BREAKPOINTS | 20111202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20111205 |
Method GET_BREAKPOINT_FROM_HANDLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_HANDLE | Call by reference | Type reference (TYPE) | I | 20111118 | |||
2 | ![]() |
R_REF_BP | Value transfer | Object reference (TYPE REF TO) | IF_TPDAPI_BP | 20111118 |
Method GET_BREAKPOINT_FROM_HANDLE on Interface IF_TPDAPI_BP_SERVICES has no exception.
Method GET_BREAKPOINT_FROM_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20100119 | |||
2 | ![]() |
R_REF_BP | Value transfer | Object reference (TYPE REF TO) | IF_TPDAPI_BP | Break-Point | 20100119 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100119 | ||
2 | ![]() |
Fehler im TPDAPI | 20100119 |
Method GET_LINE_BREAKPOINTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FLG_INITIALIZE | Call by reference | Type reference (TYPE) | XFLAG | 20111208 | |||
2 | ![]() |
I_TAB_PROGINFOS | Value transfer | Type reference (TYPE) | IF_TPDAPI_BP_SERVICES=>TYP_TAB_PROGINFOS | 20091208 | |||
3 | ![]() |
R_TAB_BREAKPOINTS | Value transfer | Type reference (TYPE) | IF_TPDAPI_BP_SERVICES=>TYP_TAB_BREAKPOINTS | 20091208 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im TPDAPI | 20091208 |
Method INITIALIZE Signature
Method INITIALIZE on Interface IF_TPDAPI_BP_SERVICES has no parameter.
Method INITIALIZE on Interface IF_TPDAPI_BP_SERVICES has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 800 |