SAP ABAP Class IF_TPDAPI_EVENT (TPDAPI Event)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_TPDAPI_EVENT_BREAKPOINT | Breakpoint reached | 20111118 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_TPDAPI_EVENT_EXCEPTION | Exception as an event | 20110712 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_TPDAPI_EVENT_UNEXPECTED_BP | Unverified breakpoint | 20110714 |
| 4 | Interface composition (i COMPRISING i_ref) | IF_TPDAPI_EVENT_WATCHPOINT | Breakpoint reached | 20130805 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TPDAPI_EVENT | Event Class | 20091205 |
Properties
| Class | IF_TPDAPI_EVENT | |
| Short Description | TPDAPI Event | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20091205 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_TPDAPI_EVENT has no interface implemented.
Friends
Class IF_TPDAPI_EVENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_ID_BP_CANNOT_VERIFY | 20091207 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_ID_BP_WRONG_COND | 20091207 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_ID_BREAKPOINTS | 20091207 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_ID_EXC_OCCURRED | 20091207 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_ID_LAYER_ENTRY | 20091207 | |||
| 6 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_ID_LAYER_EXIT | 20091207 | |||
| 7 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_ID_NEW_BREAKPOINTS | 20091207 | |||
| 8 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_ID_NEW_SLAVE | 20091207 | |||
| 9 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_ID_ROLLAREA | 20091207 | |||
| 10 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_ID_SLASHH_ACTIVATION | 20091207 | |||
| 11 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_ID_WATCHPOINTS | 20091207 | |||
| 12 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_ID_WPSTATUS | 20091207 | |||
| 13 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_ID_WP_EXPIRED | 20091207 | |||
| 14 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_INFO_NEW_BREAKPOINTS | 20091207 | |||
| 15 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_INFO_NEW_SLAVE | 20091207 | |||
| 16 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_INFO_ROLLAREA_ENTERED | 20091207 | |||
| 17 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_INFO_SLASHH_ACTIVATION | 20091207 | |||
| 18 | Constant | Public | Type reference (TYPE) | STRING | IF_TPDA_CONTROL=>RTS_INFO_SWITCHED_TO_NONEXCL | 20091207 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20111118 | ||
| 2 | Instance method | Public | Method | 20120312 | ||
| 3 | Instance method | Public | Method | 20111118 | ||
| 4 | Instance method | Public | Method | 20110712 |
Events
Class IF_TPDAPI_EVENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_EVENTINFO | Public | Type reference (TYPE) | TPDA_SYS_SLAVE_STATUS_LINE | 20091207 | |
|
| 2 | TYP_TAB_EVENTINFOS | Public | See coding | 20091207 | typ_tab_eventinfos TYPE STANDARD TABLE OF typ_str_eventinfo
WITH DEFAULT KEY
|
||
| 3 | TYP_TAB_EVENTS | Public | See coding | 20120312 | typ_tab_events TYPE STANDARD TABLE OF ref to if_tpdapi_event WITH DEFAULT KEY
|
Method Signatures
Method GET_EVENTINFOS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TAB_EVENTINFO | Value transfer | Type reference (TYPE) | TYP_TAB_EVENTINFOS | 20111118 |
Method GET_EVENTINFOS on class IF_TPDAPI_EVENT has no exception.
Method GET_SUB_EVENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TAB_SUBEVENTS | Value transfer | Type reference (TYPE) | IF_TPDAPI_EVENT=>TYP_TAB_EVENTS | 20120312 |
Method GET_SUB_EVENTS on class IF_TPDAPI_EVENT has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF_EVENT_TYPE | Value transfer | Object reference (TYPE REF TO) | IE_TPDAPI_EVENT_TYPE | 20111118 |
Method GET_TYPE on class IF_TPDAPI_EVENT has no exception.
Method SPECIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF_EVENT | Value transfer | Object reference (TYPE REF TO) | IF_TPDAPI_EVENT | 20110712 |
Method SPECIALIZE on class IF_TPDAPI_EVENT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |