SAP ABAP Interface IF_TPDAPI_STATIC_BP_SERVICES (Static / Workbench BP 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 | 20091208 |
Properties
Interface | IF_TPDAPI_STATIC_BP_SERVICES | |
Short Description | Static / Workbench BP Services |
General Data
Package | STPDA_API | Debugger API |
Created | 20091027 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | CE_TPDAPI_SOURCETYPE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | IF_TPDAPI_BP_SERVICES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | 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_STATIC_BP_SERVICES has no friend.
Attributes
Interface IF_TPDAPI_STATIC_BP_SERVICES has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20100119 | |
2 | ![]() |
Instance method | Public | Method | 20120103 | |
3 | ![]() |
Instance method | Public | Method | 20091216 | |
4 | ![]() |
Instance method | Public | Method | 20111125 | |
5 | ![]() |
Instance method | Public | Method | 20091216 | |
6 | ![]() |
Instance method | Public | Method | 20091222 | |
7 | ![]() |
Instance method | Public | Method | 20091216 | |
8 | ![]() |
Instance method | Public | Method | 20100317 | |
9 | ![]() |
Instance method | Public | Method | 20120726 | |
10 | ![]() |
Instance method | Public | Method | 20120726 | |
11 | ![]() |
Instance method | Public | Method | 20100317 | |
12 | ![]() |
Instance method | Public | Method | 20100317 |
Events
Interface IF_TPDAPI_STATIC_BP_SERVICES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYP_IDE_ID | Public | Type reference (TYPE) | SYSUUID_C32 | 16 Byte UUID in 32 Characters (Hexadecimal Encoded) | 20091222 |
|
2 | TYP_STR_EXTERNAL_BP_CONTEXT | Public | See coding | 20100317 | BEGIN OF TYP_STR_EXTERNAL_BP_CONTEXT,
scenario TYPE string,
ide_user TYPE uname,
terminal_id TYPE if_tpdapi_service=>typ_terminal_id,
ide_id TYPE if_tpdapi_service=>typ_ide_id,
request_user type uname,
flg_sysdebug type xflag,
ref_ext_service TYPE REF TO if_abdbg_act_for_attach,
end OF TYP_STR_EXTERNAL_BP_CONTEXT
|
||
3 | TYP_STR_PROGINFO | Public | See coding | 20091201 | BEGIN OF typ_str_proginfo,
main_program TYPE sy-repid,
include TYPE sy-repid,
END OF typ_str_proginfo
|
||
4 | TYP_TAB_BP_SRCLINE | Public | See coding | 20091216 | typ_tab_bp_srcline TYPE STANDARD TABLE OF REF TO if_tpdapi_bp_srcline
WITH DEFAULT KEY
|
||
5 | TYP_TAB_BREAKPOINTS | Public | See coding | 20091201 | TYP_TAB_BREAKPOINTS type STANDARD TABLE OF REF TO if_tpdapi_bp
with DEFAULT KEY
|
||
6 | TYP_TAB_PROGINFOS | Public | See coding | 20091201 | typ_tab_proginfos TYPE STANDARD TABLE OF typ_str_proginfo
WITH DEFAULT KEY
|
||
7 | TYP_TERMINAL_ID | Public | Type reference (TYPE) | SYSUUID_C32 | 16 Byte UUID in 32 Characters (Hexadecimal Encoded) | 20091222 |
|
Method Signatures
Method CREATE_BREAKPOINT_FROM_STRING Signature
Method CREATE_BREAKPOINT_FROM_STRING on Interface IF_TPDAPI_STATIC_BP_SERVICES has no parameter.
Method CREATE_BREAKPOINT_FROM_STRING on Interface IF_TPDAPI_STATIC_BP_SERVICES has no exception.
Method CREATE_EXCEPTION_BREAKPOINT Signature
Method CREATE_EXCEPTION_BREAKPOINT on Interface IF_TPDAPI_STATIC_BP_SERVICES has no parameter.
Method CREATE_EXCEPTION_BREAKPOINT on Interface IF_TPDAPI_STATIC_BP_SERVICES has no exception.
Method CREATE_LINE_BREAKPOINT Signature
Method CREATE_LINE_BREAKPOINT on Interface IF_TPDAPI_STATIC_BP_SERVICES has no parameter.
Method CREATE_LINE_BREAKPOINT on Interface IF_TPDAPI_STATIC_BP_SERVICES has no exception.
Method CREATE_STATEMENT_BREAKPOINT Signature
Method CREATE_STATEMENT_BREAKPOINT on Interface IF_TPDAPI_STATIC_BP_SERVICES has no parameter.
Method CREATE_STATEMENT_BREAKPOINT on Interface IF_TPDAPI_STATIC_BP_SERVICES has no exception.
Method DELETE_BREAKPOINT Signature
Method DELETE_BREAKPOINT on Interface IF_TPDAPI_STATIC_BP_SERVICES has no parameter.
Method DELETE_BREAKPOINT on Interface IF_TPDAPI_STATIC_BP_SERVICES has no exception.
Method GET_BREAKPOINTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FLG_INITIALIZE | Value transfer | Type reference (TYPE) | XFLAG | 20111207 | |||
2 | ![]() |
I_TAB_PROGINFOS | Value transfer | Type reference (TYPE) | IF_TPDAPI_BP_SERVICES=>TYP_TAB_PROGINFOS | 20091222 | |||
3 | ![]() |
R_TAB_BREAKPOINTS | Value transfer | Type reference (TYPE) | IF_TPDAPI_STATIC_BP_SERVICES=>TYP_TAB_BREAKPOINTS | 20091222 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Nicht ausreichende Daten vorhanden | 20110222 |
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 | 20091216 | |||
2 | ![]() |
R_REF_BP | Value transfer | Object reference (TYPE REF TO) | IF_TPDAPI_BP | Break-Point | 20091216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Invalid Parameter | 20091216 | |
2 | ![]() |
Error in TPDAPI | 20100119 |
Method GET_EXTERNAL_BP_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_STR_CONTEXT | Value transfer | Type reference (TYPE) | IF_TPDAPI_STATIC_BP_SERVICES=>TYP_STR_EXTERNAL_BP_CONTEXT | 20100317 |
Method GET_EXTERNAL_BP_CONTEXT on Interface IF_TPDAPI_STATIC_BP_SERVICES has no exception.
Method INITIALIZE Signature
Method INITIALIZE on Interface IF_TPDAPI_STATIC_BP_SERVICES has no parameter.
Method INITIALIZE on Interface IF_TPDAPI_STATIC_BP_SERVICES has no exception.
Method SET_DUMMY_BREAKPOINT Signature
Method SET_DUMMY_BREAKPOINT on Interface IF_TPDAPI_STATIC_BP_SERVICES has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120726 |
Method SET_EXTERNAL_BP_CONTEXT_TERMID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FLG_SYSDEBUG | Call by reference | Type reference (TYPE) | XFLAG | 20111125 | |||
2 | ![]() |
I_IDE_ID | Call by reference | Type reference (TYPE) | IF_TPDAPI_SERVICE=>TYP_IDE_ID | 20100317 | |||
3 | ![]() |
I_IDE_USER | Call by reference | Type reference (TYPE) | CSEQUENCE | SY-UNAME | 20110214 | ||
4 | ![]() |
I_TERMINAL_ID | Call by reference | Type reference (TYPE) | IF_TPDAPI_SERVICE=>TYP_TERMINAL_ID | 20100317 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100317 | ||
2 | ![]() |
20111129 |
Method SET_EXTERNAL_BP_CONTEXT_USER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FLG_SYSDEBUG | Call by reference | Type reference (TYPE) | XFLAG | 20111125 | |||
2 | ![]() |
I_IDE_USER | Call by reference | Type reference (TYPE) | CSEQUENCE | SY-UNAME | 20110214 | ||
3 | ![]() |
I_REQUEST_USER | Call by reference | Type reference (TYPE) | CSEQUENCE | 20110214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100317 | ||
2 | ![]() |
20110228 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 800 |