SAP ABAP Class CL_ABDBG_EXT_ABSL_DBGLOAD (Access to ABSL Debug Load)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP_DEBUG_EXT (Package) External Activation of ABAP Debugger
⤷
⤷
Properties
| Class | CL_ABDBG_EXT_ABSL_DBGLOAD | |
| Short Description | Access to ABSL Debug Load | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SABP_DEBUG_EXT | External Activation of ABAP Debugger |
| Created | 20101007 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ABDBG_EXT_ABSL_DBGLOAD has no forward declaration.
Interfaces
Class CL_ABDBG_EXT_ABSL_DBGLOAD has no interface implemented.
Friends
Class CL_ABDBG_EXT_ABSL_DBGLOAD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | LINEMAP_TAB_T | Representation of Line Mapping ABSL+ - ABAP | 20101012 | |||
| 2 | Static Attribute | Protected | Type reference (TYPE) | LINEMAP_TAB_T | 20101012 | ||||
| 3 | Static Attribute | Protected | Type reference (TYPE) | STRING | XML of LINEMAP_TAB, using CLASS_CONSTRUCTOR in subclass | 20101012 | |||
| 4 | Static Attribute | Protected | Type reference (TYPE) | XSTRING | UTF8 Representation of LINEREF_XML | 20101012 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Protected | Method | Initializes "LINEMAP_TAB" from "LINEREF_XML" | 20101012 | |
| 2 | Instance method | Public | Method | Line Mapping: ABAP to ABSL | 20101007 | |
| 3 | Instance method | Public | Method | Line Mapping: ABSL to ABAP | 20101007 | |
| 4 | Static method | Protected | Method | 20101014 |
Events
Class CL_ABDBG_EXT_ABSL_DBGLOAD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ABSL_SRCPOS_T | Public | See coding | 20101012 | begin of absl_srcpos_t,
source type string,
line type i,
col type i,
end of absl_srcpos_t
|
||
| 2 | LINEMAP_STRUC_T | Public | See coding | 20101007 | begin of linemap_struc_t ,
absl type absl_srcpos_t, " [source,line,col] used
abap type absl_srcpos_t, " [source,line,col] but "col" not in use by now
end of linemap_struc_t
|
||
| 3 | LINEMAP_TAB_T | Public | See coding | 20101007 | LINEMAP_TAB_t type standard table of linemap_struc_t
|
Method Signatures
Method INIT_LINEMAP_TAB Signature
Method INIT_LINEMAP_TAB on class CL_ABDBG_EXT_ABSL_DBGLOAD has no parameter.
Method INIT_LINEMAP_TAB on class CL_ABDBG_EXT_ABSL_DBGLOAD has no exception.
Method MAPLINE_ABAP_TO_ABSL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_SRCPOS | Value transfer | Type reference (TYPE) | ABSL_SRCPOS_T | Source-Position | 20101105 | |||
| 2 | OUT_SRCPOS | Value transfer | Type reference (TYPE) | ABSL_SRCPOS_T | Source-Position | 20101105 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Zeile in DBG-Load nicht gefunden | 20101007 |
Method MAPLINE_ABSL_TO_ABAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN_SRCPOS | Value transfer | Type reference (TYPE) | ABSL_SRCPOS_T | Source-Position | 20101105 | |||
| 2 | OUT_SRCPOS | Value transfer | Type reference (TYPE) | ABSL_SRCPOS_T | Source-Position | 20101105 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Zeile in DBG-Load nicht gefunden | 20101007 |
Method SRCPOS_BTW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | I | 1 ist "true", 0 ist "false" | 20101014 | |||
| 2 | SRCPOS1 | Value transfer | Type reference (TYPE) | ABSL_SRCPOS_T | First Source-Position | 20101014 | |||
| 3 | SRCPOS2 | Value transfer | Type reference (TYPE) | ABSL_SRCPOS_T | Second Source-Position | 20101014 | |||
| 4 | SRCPOS_IN | Call by reference | Type reference (TYPE) | ABSL_SRCPOS_T | 20101014 |
Method SRCPOS_BTW on class CL_ABDBG_EXT_ABSL_DBGLOAD has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 802 |