SAP ABAP Class CL_RSDRD_SDEL_TC_RUNTIME (Calculates runtime stats of test case)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDRD (Package) Delete Data Manager Data
⤷
⤷
Properties
| Class | CL_RSDRD_SDEL_TC_RUNTIME | |
| Short Description | Calculates runtime stats of test case | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDRD | Delete Data Manager Data |
| Created | 20080227 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSDRD_SDEL_TC_RUNTIME has no forward declaration.
Interfaces
Class CL_RSDRD_SDEL_TC_RUNTIME has no interface implemented.
Friends
Class CL_RSDRD_SDEL_TC_RUNTIME has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | See coding | 20080227 | |||||
| 2 | Static Attribute | Private | See coding | 20080227 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Returns string representation of timers | 20080227 | |
| 2 | Static method | Public | Method | Resets all timers | 20080227 | |
| 3 | Static method | Public | Method | Starts timer for a given task | 20080227 | |
| 4 | Static method | Public | Method | Stops timer for a given task | 20080227 |
Events
Class CL_RSDRD_SDEL_TC_RUNTIME has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_TIMER | Private | See coding | 20080227 | BEGIN OF t_timer,
name TYPE string,
time TYPE timestampl,
END OF t_timer
|
Method Signatures
Method AS_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TIMES | Value transfer | Type reference (TYPE) | STANDARD TABLE | 20080227 |
Method AS_STRING on class CL_RSDRD_SDEL_TC_RUNTIME has no exception.
Method RESET_TIMERS Signature
Method RESET_TIMERS on class CL_RSDRD_SDEL_TC_RUNTIME has no parameter.
Method RESET_TIMERS on class CL_RSDRD_SDEL_TC_RUNTIME has no exception.
Method START_TIMER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TASKNAME | Call by reference | Type reference (TYPE) | STRING | 20080227 |
Method START_TIMER on class CL_RSDRD_SDEL_TC_RUNTIME has no exception.
Method STOP_TIMER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TASKNAME | Call by reference | Type reference (TYPE) | STRING | 20080227 |
Method STOP_TIMER on class CL_RSDRD_SDEL_TC_RUNTIME has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |