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 CREATE_BREAKPOINT_FROM_STRING Instance method Public Method 20100119
2 CREATE_EXCEPTION_BREAKPOINT Instance method Public Method 20120103
3 CREATE_LINE_BREAKPOINT Instance method Public Method 20091216
4 CREATE_STATEMENT_BREAKPOINT Instance method Public Method 20111125
5 DELETE_BREAKPOINT Instance method Public Method 20091216
6 GET_BREAKPOINTS Instance method Public Method 20091222
7 GET_BREAKPOINT_FROM_ID Instance method Public Method 20091216
8 GET_EXTERNAL_BP_CONTEXT Instance method Public Method 20100317
9 INITIALIZE Instance method Public Method 20120726
10 SET_DUMMY_BREAKPOINT Instance method Public Method 20120726
11 SET_EXTERNAL_BP_CONTEXT_TERMID Instance method Public Method 20100317
12 SET_EXTERNAL_BP_CONTEXT_USER 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 Importing I_FLG_INITIALIZE Value transfer Type reference (TYPE) XFLAG 20111207
2 Importing I_TAB_PROGINFOS Value transfer Type reference (TYPE) IF_TPDAPI_BP_SERVICES=>TYP_TAB_PROGINFOS 20091222
3 Returning R_TAB_BREAKPOINTS Value transfer Type reference (TYPE) IF_TPDAPI_STATIC_BP_SERVICES=>TYP_TAB_BREAKPOINTS 20091222
# Exception Resumable Description Created on
1 CX_TPDAPI_INSUFFICIENT_DATA 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 Importing I_ID Call by reference Type reference (TYPE) CSEQUENCE 20091216
2 Returning R_REF_BP Value transfer Object reference (TYPE REF TO) IF_TPDAPI_BP Break-Point 20091216
# Exception Resumable Description Created on
1 CX_TPDAPI_INVALID_PARAM Invalid Parameter 20091216
2 CX_TPDAPI_NOT_FOUND 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 Returning 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 CX_TPDAPI_INSUFFICIENT_DATA 20120726

Method SET_EXTERNAL_BP_CONTEXT_TERMID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_SYSDEBUG Call by reference Type reference (TYPE) XFLAG 20111125
2 Importing I_IDE_ID Call by reference Type reference (TYPE) IF_TPDAPI_SERVICE=>TYP_IDE_ID 20100317
3 Importing I_IDE_USER Call by reference Type reference (TYPE) CSEQUENCE SY-UNAME 20110214
4 Importing I_TERMINAL_ID Call by reference Type reference (TYPE) IF_TPDAPI_SERVICE=>TYP_TERMINAL_ID 20100317
# Exception Resumable Description Created on
1 CX_TPDAPI_INVALID_PARAM 20100317
2 CX_TPDAPI_INVALID_USER 20111129

Method SET_EXTERNAL_BP_CONTEXT_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FLG_SYSDEBUG Call by reference Type reference (TYPE) XFLAG 20111125
2 Importing I_IDE_USER Call by reference Type reference (TYPE) CSEQUENCE SY-UNAME 20110214
3 Importing I_REQUEST_USER Call by reference Type reference (TYPE) CSEQUENCE 20110214
# Exception Resumable Description Created on
1 CX_TPDAPI_INVALID_PARAM 20100317
2 CX_TPDAPI_INVALID_USER 20110228
History
Last changed by/on SAP  20140121 
SAP Release Created in 800