SAP ABAP Class CE_TPDAPI_EVENT_TYPE (Event Types)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     STPDA_API (Package) Debugger API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IE_TPDAPI_EVENT_TYPE Event Types in Debugger 20100203
Properties
Class CE_TPDAPI_EVENT_TYPE  
Short Description Event Types    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STPDA_API   Debugger API 
Created 20100203   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IE_TPDAPI_EVENT_TYPE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IE_TPDAPI_EVENT_TYPE Event Types in Debugger 20100203
Friends
Class CE_TPDAPI_EVENT_TYPE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BREAKPOINT_REACHED Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_EVENT_TYPE 20111118
2 DATA_CHANGED Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_EVENT_TYPE Event Types in Debugger 20111118
3 DEBUGGEE_ATTACHED Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_EVENT_TYPE 20120312
4 DEBUGGEE_CHANGED Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_EVENT_TYPE 20111118
5 DEBUGGEE_DETACHED Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_EVENT_TYPE 20111118
6 DEBUG_STEP Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_EVENT_TYPE Event Types in Debugger 20111118
7 EXCEPTION_OCCURRED Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_EVENT_TYPE 20111118
8 STACK_NAVIGATION Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_EVENT_TYPE Event Types in Debugger 20111118
9 S_TAB_EVENT_TYPES Static Attribute Protected Type reference (TYPE) TYP_TAB_EVENT_TYPES 20100203
10 UNEXPECTED_BREAKPOINT Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_EVENT_TYPE 20111118
11 WATCHPOINT_REACHED Static Attribute Public Object reference (TYPE REF TO) IE_TPDAPI_EVENT_TYPE 20130805
12 _CLASSNAME Instance attribute Protected Type reference (TYPE) STRING 20111118
13 _EVENT_TYPE Instance attribute Protected Type reference (TYPE) IE_TPDAPI_EVENT_TYPE=>TYP_EVENT_TYPE 20111118
14 _TEXT Instance attribute Protected Type reference (TYPE) STRING 20111118
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20100203
2 S_INIT Static method Private Method 20100203
Events
Class CE_TPDAPI_EVENT_TYPE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_STR_EVENT_TYPE Protected See coding 20100203 BEGIN OF typ_str_event_TYPE, event_TYPE TYPE ie_tpdapi_event_TYPE=>typ_event_TYPE, ref_event_TYPE TYPE REF TO ie_tpdapi_event_TYPE, END OF typ_str_event_TYPE
2 TYP_TAB_EVENT_TYPES Protected See coding 20100203 typ_tab_event_TYPEs TYPE HASHED TABLE OF typ_str_event_TYPE WITH UNIQUE KEY event_TYPE
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CE_TPDAPI_EVENT_TYPE has no parameter.
Method CLASS_CONSTRUCTOR on class CE_TPDAPI_EVENT_TYPE has no exception.

Method S_INIT Signature

Method S_INIT on class CE_TPDAPI_EVENT_TYPE has no parameter.
Method S_INIT on class CE_TPDAPI_EVENT_TYPE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 800