SAP ABAP Class CE_TPDAPI_BP_KIND (Types of Breakpoints)
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_BP_KIND | Breakpoint Types | 20091119 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TPDAPI_ENUM_PROPERTIES | Properties of an ENUM | 20100323 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TPDAPI_PROPERTY | Property | 20100323 |
Properties
| Class | CE_TPDAPI_BP_KIND | |
| Short Description | Types of Breakpoints | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | TPDAPI | |
| Program status | ||
| Category | 0 | |
| Package | STPDA_API | Debugger API |
| Created | 20091119 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IE_TPDAPI_BP_KIND | Breakpoint Types | 20091119 | ||
| 2 | IF_TPDAPI_ENUM_PROPERTIES | Properties of an ENUM | 20100323 | ||
| 3 | IF_TPDAPI_PROPERTY | Property | 20100323 |
Friends
Class CE_TPDAPI_BP_KIND has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20091119 | |
| 2 | Static method | Public | Method | 20120103 | ||
| 3 | Static method | Public | Method | 20091202 | ||
| 4 | Instance method | Public | Method | 20100323 | ||
| 5 | Static method | Private | Method | 20091119 |
Events
Class CE_TPDAPI_BP_KIND has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_KIND | Protected | See coding | 20091209 | BEGIN OF typ_str_kind,
kind TYPE int4,
ext_kind type int4,
ref_kind TYPE REF TO ie_tpdapi_bp_kind,
END OF typ_str_kind
|
||
| 2 | TYP_TAB_KINDS | Protected | See coding | 20091209 | typ_tab_kinds TYPE HASHED TABLE OF typ_str_kind
WITH UNIQUE KEY kind
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CE_TPDAPI_BP_KIND has no parameter.
Method CLASS_CONSTRUCTOR on class CE_TPDAPI_BP_KIND has no exception.
Method S_GET_FROM_EXTERNAL_KIND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXTERNAL_KIND | Call by reference | Type reference (TYPE) | IE_TPDAPI_BP_KIND=>TYP_EXT_KIND | 20120103 | ||||
| 2 | R_REF_KIND | Value transfer | Object reference (TYPE REF TO) | IE_TPDAPI_BP_KIND | 20120103 |
Method S_GET_FROM_EXTERNAL_KIND on class CE_TPDAPI_BP_KIND has no exception.
Method S_GET_FROM_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_KIND | Call by reference | Type reference (TYPE) | IE_TPDAPI_BP_KIND=>TYP_KIND | Natürliche Zahl | 20091209 | |||
| 2 | R_REF_KIND | Value transfer | Object reference (TYPE REF TO) | IE_TPDAPI_BP_KIND | Natürliche Zahl | 20091209 |
Method S_GET_FROM_ID on class CE_TPDAPI_BP_KIND has no exception.
Method S_GET_FROM_PROPERTY Signature
Method S_GET_FROM_PROPERTY on class CE_TPDAPI_BP_KIND has no parameter.
Method S_GET_FROM_PROPERTY on class CE_TPDAPI_BP_KIND has no exception.
Method S_INIT Signature
Method S_INIT on class CE_TPDAPI_BP_KIND has no parameter.
Method S_INIT on class CE_TPDAPI_BP_KIND has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 800 |