SAP ABAP Class IF_RTM_RESULT_ITERATOR (Iterator for RTM Log Records)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_RTM_API_TYPES | Types for Run Time Monitor API | 20070625 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RTM_ITERATOR | Iterator for RTM Data Records | 20070625 |
Properties
| Class | IF_RTM_RESULT_ITERATOR | |
| Short Description | Iterator for RTM Log Records | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20070625 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_RTM_RESULT_ITERATOR has no forward declaration.
Interfaces
Class IF_RTM_RESULT_ITERATOR has no interface implemented.
Friends
Class IF_RTM_RESULT_ITERATOR has no friend class.
Attributes
Class IF_RTM_RESULT_ITERATOR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Specify Position in Source Code | 20070703 | |
| 2 | Instance method | Public | Method | Get Next Recorded Entry | 20070625 |
Events
Class IF_RTM_RESULT_ITERATOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ENTRY_T | Public | See coding | 20070625 | begin of ENTRY_T,
test_kind type c LENGTH 1,
test_id type string,
subkey type string,
ctext type string,
xtext type xstring,
program type string,
procedure type string,
date type sy-datum,
time type sy-uzeit,
counter type i,
handle type handle_t,
end of entry_t
|
||
| 2 | HANDLE_T | Public | Type reference (TYPE) | I | 20070627 | |
|
| 3 | PROGRAM_RANGE_T | Public | Attribute reference (LIKE) | 20070625 | |
||
| 4 | SUBKEY_RANGE_T | Public | Attribute reference (LIKE) | 20070625 | |
||
| 5 | TESTID_RANGE_T | Public | Attribute reference (LIKE) | 20070625 | |
Method Signatures
Method GET_SOURCE_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HANDLE | Call by reference | Type reference (TYPE) | HANDLE_T | Protokollsatz-Identifikation | 20070703 | |||
| 2 | LINE | Call by reference | Type reference (TYPE) | I | Programmzeile | 20070703 | |||
| 3 | SOURCE | Call by reference | Type reference (TYPE) | PROGNAME | ABAP-Programmname | 20070703 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen zum RTM Ergebnis-Iterator | 20070703 |
Method NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENTRY | Value transfer | Type reference (TYPE) | ENTRY_T | 20070625 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmen zum RTM Ergebnis-Iterator | 20070625 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in |