SAP ABAP Class CL_SALV_WD_TEST_PERFORMANCE (Performance Messpunkte setzen)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_WD_TEST (Package) SALV WD Test
⤷
⤷
Properties
| Class | CL_SALV_WD_TEST_PERFORMANCE | |
| Short Description | Performance Messpunkte setzen | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_WD_TEST | SALV WD Test |
| Created | 20081222 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_SALV_WD_TEST_PERFORMANCE has no interface implemented.
Friends
Class CL_SALV_WD_TEST_PERFORMANCE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | T_PFM | 20081222 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20081222 | ||
| 2 | Static method | Public | Method | 20081229 | ||
| 3 | Static method | Public | Method | 20081222 |
Events
Class CL_SALV_WD_TEST_PERFORMANCE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_PARAM_PFM | Public | See coding | 20081222 | begin of s_param_pfm,
para type string,
dobj type string,
end of s_param_pfm
|
||
| 2 | S_PFM | Public | See coding | 20081222 | begin of s_pfm,
message_id type string,
start_pfm type abap_bool,
end_pfm type abap_bool,
end of s_pfm
|
||
| 3 | S_PFM_RESULT | Public | See coding | 20081229 | begin of s_pfm_result,
message_id type string,
start_message type string,
end_message type string,
elapsed_time type timestampl,
elapsed_time_formatted type string,
end of s_pfm_result
|
||
| 4 | T_PFM | Public | See coding | 20081222 | t_pfm type standard table of s_pfm with non-unique key message_id
|
||
| 5 | T_PFM_RESULT | Public | See coding | 20081229 | t_pfm_result type standard table of s_pfm_result with non-unique key message_id
|
Method Signatures
Method END_PERFORMANCE_MEASUREMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | CHAR255 | char255 | 20081222 | |||
| 2 | MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20081222 |
Method END_PERFORMANCE_MEASUREMENT on class CL_SALV_WD_TEST_PERFORMANCE has no exception.
Method GET_PERFORMANCE_RESULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | CL_SALV_WD_TEST_PERFORMANCE=>T_PFM_RESULT | 20081229 |
Method GET_PERFORMANCE_RESULTS on class CL_SALV_WD_TEST_PERFORMANCE has no exception.
Method START_PERFORMANCE_MEASUREMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | CHAR255 | char255 | 20081222 | |||
| 2 | MESSAGE | Call by reference | Type reference (TYPE) | STRING | 20081222 |
Method START_PERFORMANCE_MEASUREMENT on class CL_SALV_WD_TEST_PERFORMANCE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |