SAP ABAP Class CL_PAK_WB_EXCEPTION_ITERATOR (Abstract default implement. of IF_PAK_WB_EXCEPTION_ITERATOR)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SPAK_WB_FOUNDATION (Package) Framework for integrating the APIs with the ABAP Workbench
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_PAK_WB_EXCEPTION_ITERATOR | Iterator for exception objects (to allow lazy instantiation) | 20070309 |
Properties
| Class | CL_PAK_WB_EXCEPTION_ITERATOR | |
| Short Description | Abstract default implement. of IF_PAK_WB_EXCEPTION_ITERATOR | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SPAK_WB_FOUNDATION | Framework for integrating the APIs with the ABAP Workbench |
| Created | 20070309 | SAP |
| Last change | 20071217 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_PAK_WB_EXCEPTION_ITERATOR | Iterator for exception objects (to allow lazy instantiation) | 20070309 |
Friends
Class CL_PAK_WB_EXCEPTION_ITERATOR 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) | I | Index of currently processed message | 20070309 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | PAK_MESSAGE_TYPE | Whether also warnings or even info messages to return | 20070309 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Whether CURRENT_INDEX addresses valid message | 20070309 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20070309 | |
| 2 | Instance method | Protected | Method | (Dlgt) Actually convert message | 20070309 | |
| 3 | Instance method | Protected | Method | (Dlgt) Returns the number of available messages | 20070309 | |
| 4 | Instance method | Protected | Method | (Dlgt) Preparation of conversion: get warning level | 20070309 |
Events
Class CL_PAK_WB_EXCEPTION_ITERATOR has no event.
Types
Class CL_PAK_WB_EXCEPTION_ITERATOR has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_PAK_WB_EXCEPTION_ITERATOR has no parameter.
Method CONSTRUCTOR on class CL_PAK_WB_EXCEPTION_ITERATOR has no exception.
Method GET_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_INDEX | Call by reference | Type reference (TYPE) | I | Index of the message to convert | 20070309 | |||
| 2 | RE_EXCEPTION | Value transfer | Object reference (TYPE REF TO) | CX_ROOT | Message converted to exception | 20070309 |
Method GET_EXCEPTION on class CL_PAK_WB_EXCEPTION_ITERATOR has no exception.
Method GET_MESSAGE_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_MESSAGE_COUNT | Value transfer | Type reference (TYPE) | I | Number of currently available messages | 20070309 |
Method GET_MESSAGE_COUNT on class CL_PAK_WB_EXCEPTION_ITERATOR has no exception.
Method PREPARE_MESSAGE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_INDEX | Call by reference | Type reference (TYPE) | I | Index of message to be prepared | 20070309 | |||
| 2 | RE_MESSAGE_TYPE | Value transfer | Type reference (TYPE) | PAK_MESSAGE_TYPE | Message type the exception would have | 20070309 |
Method PREPARE_MESSAGE_TYPE on class CL_PAK_WB_EXCEPTION_ITERATOR has no exception.
History
| Last changed by/on | SAP | 20071217 |
| SAP Release Created in | 710 |