SAP ABAP Interface IF_RTM_PERSISTENCE_API (API for RTM Data Storage)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SRTM (Package) Package for Runtime Monitor
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RTM_PERSISTENCE | RTM Data Storage | 20070601 |
Properties
| Interface | IF_RTM_PERSISTENCE_API | |
| Short Description | API for RTM Data Storage |
General Data
| Package | SRTM | Package for Runtime Monitor |
| Created | 20070601 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RTM_API_TYPES | Types for Run Time Monitor API | 20070625 |
Friends
Interface IF_RTM_PERSISTENCE_API has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEST_KIND__ABAP | Instance attribute | Public | Attribute reference (LIKE) | 20070626 | ||||
| 2 | TEST_KIND__CHECKPOINT_GROUP | Instance attribute | Public | Attribute reference (LIKE) | 20070626 | ||||
| 3 | TEST_KIND__KERNEL | Instance attribute | Public | Attribute reference (LIKE) | 20070626 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Delete log records from RTM data storage | 20070601 | |
| 2 | Instance method | Public | Method | Deletes only main data records from RTM data repository | 20130902 | |
| 3 | Instance method | Public | Method | Copy log records to database | 20070820 | |
| 4 | Instance method | Public | Method | Create iterator for RTM log records | 20070627 | |
| 5 | Instance method | Public | Method | 20130325 |
Events
Interface IF_RTM_PERSISTENCE_API has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | PROGRAM_RANGE_T | Public | Attribute reference (LIKE) | Value Range for Program Name | 20070601 | |
|
| 2 | SUBKEY_RANGE_T | Public | Attribute reference (LIKE) | Value Range for SUBKEY | 20070601 | |
|
| 3 | TESTID_RANGE_T | Public | Attribute reference (LIKE) | 20070625 | |
Method Signatures
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NUMBER_OF_DELETED_ENTRIES | Value transfer | Type reference (TYPE) | I | Anzahl der gelöschten Protokollsätze | 20070601 | |||
| 2 | PROGRAM_RANGE | Call by reference | Type reference (TYPE) | PROGRAM_RANGE_T | Wertebereich für Programm-Name | 20070601 | |||
| 3 | SUBKEY_RANGE | Call by reference | Type reference (TYPE) | SUBKEY_RANGE_T | Wertebereich für SUBKEY | 20070601 | |||
| 4 | TEST_ID | Call by reference | Type reference (TYPE) | TEST_ID | Zeichenkette, die RTM Tests identifiziert | 20070601 | |||
| 5 | TEST_KIND | Call by reference | Type reference (TYPE) | TEST_KIND | Art des Tests Kernel/Abap | 20070601 | |||
| 6 | TIME_FROM | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20070601 | |||
| 7 | TIME_TO | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20070601 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme zur RTM Datenablage | 20070611 | ||
| 2 | Run Time Monitor Ausnahmen | 20070601 |
Method DELETE_DIRTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NUMBER_OF_DELETED_ENTRIES | Value transfer | Type reference (TYPE) | I | 20130902 | ||||
| 2 | TEST_ID | Call by reference | Type reference (TYPE) | TEST_ID | 20130902 | ||||
| 3 | TEST_KIND | Call by reference | Type reference (TYPE) | TEST_KIND | 20130902 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130902 |
Method FLUSH_TO_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LOCAL_SERVER_ONLY | Call by reference | Type reference (TYPE) | ABAP_BOOL | Nur Protokollsätze vom lokalen Server berücksichtigen | 20070820 | |||
| 2 | TOTAL_RECORDS | Value transfer | Type reference (TYPE) | I | Anzahl der übertragenen Protokollsätze | 20070820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme zur RTM Datenablage | 20070913 |
Method GET_ITERATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITERATOR | Value transfer | Object reference (TYPE REF TO) | IF_RTM_RESULT_ITERATOR | Iterator für RTM Protokollsätze | 20070627 | |||
| 2 | PROGRAM_RANGE | Call by reference | Type reference (TYPE) | PROGRAM_RANGE_T | Wertebereich für Programm-Name | 20070627 | |||
| 3 | SUBKEY_RANGE | Call by reference | Type reference (TYPE) | SUBKEY_RANGE_T | Wertebereich für SUBKEYs | 20070627 | |||
| 4 | TEST_KIND | Call by reference | Type reference (TYPE) | TEST_KIND | Art des Tests Kernel/Abap | 20070627 | |||
| 5 | TEST_RANGE | Call by reference | Type reference (TYPE) | TESTID_RANGE_T | Wertebereich für RTM-Tests | 20070627 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Run Time Monitor Ausnahmen | 20070627 |
Method PING_SERVERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SERVERS | Call by reference | Type reference (TYPE) | RTM_SERVER | 20130325 |
Method PING_SERVERS on Interface IF_RTM_PERSISTENCE_API has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 710 |