SAP ABAP Class CL_TPDAPI_SOURCE (Source)
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) | IF_TPDAPI_SOURCE | Information About Sources | 20091119 |
Properties
| Class | CL_TPDAPI_SOURCE | |
| Short Description | Source | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | TPDAPI | |
| Program status | ||
| Category | 0 | |
| Package | STPDA_API | Debugger API |
| Created | 20091104 | 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 | IF_TPDAPI_SOURCE | Information About Sources | 20091119 |
Friends
Class CL_TPDAPI_SOURCE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | XFLAG | New input values | 20091112 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IE_TPDAPI_SOURCETYPE | 20091119 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | IF_TPDAPI_SOURCE=>TYP_STR_SOURCEINFO | 20091119 | ||||
| 4 | Static Attribute | Private | Type reference (TYPE) | TYP_TAB_SOURCES | 20091119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20091112 | ||
| 2 | Instance method | Public | Method | 20091112 | ||
| 3 | Instance method | Protected | Method | 20091119 | ||
| 4 | Instance method | Public | Method | 20091119 | ||
| 5 | Static method | Public | Method | 20091119 | ||
| 6 | Static method | Private | Method | 20091119 | ||
| 7 | Static method | Public | Method | 20091119 |
Events
Class CL_TPDAPI_SOURCE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_STR_SOURCE | Private | See coding | 20091119 | BEGIN OF TYP_STR_SOURCE,
ref_sourcetype TYPE REF TO ie_tpdapi_sourcetype,
ref_source TYPE REF TO cl_tpdapi_source,
end OF TYP_STR_SOURCE
|
||
| 2 | TYP_TAB_SOURCES | Private | See coding | 20091119 | typ_tab_sources TYPE HASHED TABLE OF typ_str_source
WITH UNIQUE KEY ref_sourcetype
|
Method Signatures
Method ACTIVATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STR_SOURCEINFO | Call by reference | Type reference (TYPE) | ANY | 20091119 |
Method ACTIVATE on class CL_TPDAPI_SOURCE has no exception.
Method DEACTIVATE Signature
Method DEACTIVATE on class CL_TPDAPI_SOURCE has no parameter.
Method DEACTIVATE on class CL_TPDAPI_SOURCE has no exception.
Method INIT Signature
Method INIT on class CL_TPDAPI_SOURCE has no parameter.
Method INIT on class CL_TPDAPI_SOURCE has no exception.
Method IS_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_ACTIVE | Value transfer | Type reference (TYPE) | XFLAG | neue Eingabewerte | 20091119 |
Method IS_ACTIVE on class CL_TPDAPI_SOURCE has no exception.
Method S_ACTIVATE_SOURCETYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_SOURCETYPE | Call by reference | Object reference (TYPE REF TO) | IE_TPDAPI_SOURCETYPE | Quellcode Arten | 20091119 | |||
| 2 | I_STR_SOURCEINFO | Call by reference | Type reference (TYPE) | ANY | 20091119 | ||||
| 3 | R_REF_SOURCE | Value transfer | Object reference (TYPE REF TO) | CL_TPDAPI_SOURCE | Information über Sourcen | 20091119 |
Method S_ACTIVATE_SOURCETYPE on class CL_TPDAPI_SOURCE has no exception.
Method S_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_SOURCETYPE | Call by reference | Object reference (TYPE REF TO) | IE_TPDAPI_SOURCETYPE | Quellcode Arten | 20091119 | |||
| 2 | R_REF_SOURCE | Value transfer | Object reference (TYPE REF TO) | CL_TPDAPI_SOURCE | Information über Sourcen | 20091119 |
Method S_CREATE on class CL_TPDAPI_SOURCE has no exception.
Method S_GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REF_SOURCETYPE | Call by reference | Object reference (TYPE REF TO) | IE_TPDAPI_SOURCETYPE | Quellcode Arten | 20091119 | |||
| 2 | R_REF_SOURCE | Value transfer | Object reference (TYPE REF TO) | CL_TPDAPI_SOURCE | Source | 20091119 |
Method S_GET_INSTANCE on class CL_TPDAPI_SOURCE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 800 |