SAP ABAP Class CL_TPDA_SOURCE_ST (Simple Transformation Source Code Handler)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_ADI (Package) ABAP Debugger: ADI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_TPDA_SOURCE | TPDA: Source Handling | 20050812 |
Properties
| Class | CL_TPDA_SOURCE_ST | |
| Short Description | Simple Transformation Source Code Handler | |
| Super Class | CL_TPDA_SOURCE | TPDA: Source Handling |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | STPDA_ADI | ABAP Debugger: ADI |
| Created | 20050713 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_TPDA_SOURCE_ST has no interface implemented.
Friends
Class CL_TPDA_SOURCE_ST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TPDA_CURR_SOURCE_POS | TPDA; Static Source Position for Navigation | 20050826 | |||
| 2 | Constant | Private | Type reference (TYPE) | FLAG | ABAP_FALSE | General Flag | 20050812 | ||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'XML' | 20050812 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TPDA_SOURCE_KIND | 'S' | TPDA: Type of Code (ABAP, Screen, ...) | 20050812 | ||
| 5 | Constant | Private | Type reference (TYPE) | FLAG | ABAP_TRUE | General Flag | 20050812 | ||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CX_TPDA_BP_INTERNAL_ERROR | 20050812 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | TPDA_SOURCE_IT | 20070823 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | TPDA_CURR_SOURCE_POS | TPDA; Static Source Position for Navigation | 20050812 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20050714 | |
| 2 | Instance method | Private | Method | Get Debugger Line Nr from Source Line Nr | 20070823 | |
| 3 | Instance method | Private | Method | Get Source and Compute Debugger Line Nrs. | 20050812 | |
| 4 | Instance method | Private | Method | Get Source Line Nr. From Debugger Line Nr. | 20070823 |
Events
Class CL_TPDA_SOURCE_ST has no event.
Types
Class CL_TPDA_SOURCE_ST has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_TPDA_SOURCE_ST has no parameter.
Method CONSTRUCTOR on class CL_TPDA_SOURCE_ST has no exception.
Method GET_ST_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_LINE | Value transfer | Type reference (TYPE) | I | 20070823 | ||||
| 2 | P_RAW_LINE | Call by reference | Type reference (TYPE) | I | 20070823 |
Method GET_ST_LINE on class CL_TPDA_SOURCE_ST has no exception.
Method GET_ST_SRC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_CURR_LINENR | Call by reference | Type reference (TYPE) | I | 20050812 | ||||
| 2 | P_SOURCE_IT | Call by reference | Type reference (TYPE) | TPDA_SOURCE_IT | TPDA: Quellcode | 20050812 | |||
| 3 | P_SOURCE_RAW_IT | Call by reference | Type reference (TYPE) | TPDA_SOURCE_RAW_IT | TPDA: Quellcode Stringtabelle | 20050812 | |||
| 4 | P_SPLIT_AT | Call by reference | Type reference (TYPE) | I | 20050812 | ||||
| 5 | P_SRC_INFO | Call by reference | Type reference (TYPE) | TPDA_CURR_SOURCE_POS | TPDA; Sttaische Source Position für Navigation | 20050812 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050812 |
Method GET_ST_SRC_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_LINE | Call by reference | Type reference (TYPE) | I | 20070823 | ||||
| 2 | P_SRC_LINE | Value transfer | Type reference (TYPE) | I | 20070823 |
Method GET_ST_SRC_LINE on class CL_TPDA_SOURCE_ST has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 710 |