SAP ABAP Class CE_TPDAPI_CONTROLLER (Enumeration: IF_TPDA_CONTROLLER)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_API (Package) Debugger API

⤷

⤷

Properties
Class | CE_TPDAPI_CONTROLLER | |
Short Description | Enumeration: IF_TPDA_CONTROLLER | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | TPDAPI | |
Program status | ||
Category | 0 | |
Package | STPDA_API | Debugger API |
Created | 20091023 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CE_TPDAPI_CONTROLLER has no forward declaration.
Interfaces
Class CE_TPDAPI_CONTROLLER has no interface implemented.
Friends
Class CE_TPDAPI_CONTROLLER has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20091102 |
2 | ![]() |
Static method | Public | Method | 20091113 | |
3 | ![]() |
Static method | Public | Method | 20091113 | |
4 | ![]() |
Static method | Private | Method | 20091023 |
Events
Class CE_TPDAPI_CONTROLLER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYP_STR_CONTROLLER | Private | See coding | 20091102 | BEGIN OF TYP_STR_CONTROLLER,
id type c LENGTH 10,
classname TYPE c LENGTH 100,
ref_controller TYPE REF TO if_tpda_control,
end OF TYP_STR_CONTROLLER
|
||
2 | TYP_TAB_CONTROLLER | Private | See coding | 20091102 | typ_tab_controller TYPE HASHED TABLE of typ_str_controller
WITH UNIQUE KEY id
WITH UNIQUE HASHED KEY controller
COMPONENTS ref_controller
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CE_TPDAPI_CONTROLLER has no parameter.
Method CLASS_CONSTRUCTOR on class CE_TPDAPI_CONTROLLER has no exception.
Method S_GET_CONTROLLER_FROM_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CONTROLLER_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091113 | |||
2 | ![]() |
R_REF_CONTROLLER | Value transfer | Object reference (TYPE REF TO) | IF_TPDA_CONTROL | TPDA: Schnittstelle Kernel/ ABAP | 20091113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im TPDAPI | 20091113 |
Method S_GET_ID_TO_CONTROLLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_REF_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_TPDA_CONTROL | TPDA: Schnittstelle Kernel/ ABAP | 20091113 | ||
2 | ![]() |
R_ID | Value transfer | Type reference (TYPE) | STRING | 20091113 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im TPDAPI | 20091113 |
Method S_INIT Signature
Method S_INIT on class CE_TPDAPI_CONTROLLER has no parameter.
Method S_INIT on class CE_TPDAPI_CONTROLLER has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 800 |