SAP ABAP Class IF_SWLT_SRTM_DATA_PROVIDER (Provider for runtime data from RTM)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SWLT_SRTM_DATA_PROVIDER | Data provider for RTM check results | 20130620 |
Properties
| Class | IF_SWLT_SRTM_DATA_PROVIDER | |
| Short Description | Provider for runtime data from RTM | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130620 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SWLT_SRTM_DATA_PROVIDER has no forward declaration.
Interfaces
Class IF_SWLT_SRTM_DATA_PROVIDER has no interface implemented.
Friends
Class IF_SWLT_SRTM_DATA_PROVIDER has no friend class.
Attributes
Class IF_SWLT_SRTM_DATA_PROVIDER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130620 | ||
| 2 | Instance method | Public | Method | 20130620 |
Events
Class IF_SWLT_SRTM_DATA_PROVIDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_S_RESULT | Public | See coding | 20130620 | BEGIN OF typ_s_result,
something TYPE i,
" ...
END OF typ_s_result
|
||
| 2 | TYP_T_RESULTS | Public | See coding | 20130620 | typ_t_results TYPE STANDARD TABLE OF typ_s_result WITH DEFAULT KEY
|
Method Signatures
Method GET_NUMBER_OF_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NUM_RECS | Value transfer | Type reference (TYPE) | I | 20130620 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error during processing | 20130620 |
Method GET_RESULTS_FOR_CODE_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RESULTS | Call by reference | Type reference (TYPE) | TYP_T_RESULTS | 20130620 | ||||
| 2 | I_CODE_LINE_KEY | Call by reference | Type reference (TYPE) | SWLT_S_CODE_LINE_KEY | Identifier / Key for Code Line | 20130620 | |||
| 3 | I_SELECTION_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_SWLT_SRTM_SEL_FILTER | Selection filter for runtime monitor selection | 20130620 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error during processing | 20130620 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |