SAP ABAP Class CL_WDT_PERFORMANCE_KPIS (Determine Key Performance Indicators (KPIs))
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_PERFORMANCE_VERIFICATION (Package) Tools and Utilities for Performance Verification
⤷
⤷
Properties
| Class | CL_WDT_PERFORMANCE_KPIS | |
| Short Description | Determine Key Performance Indicators (KPIs) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_PERFORMANCE_VERIFICATION | Tools and Utilities for Performance Verification |
| Created | 20050502 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_WDT_PERFORMANCE_KPIS has no interface implemented.
Friends
Class CL_WDT_PERFORMANCE_KPIS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | `WDA_KPI_MU` | Prefix for Trace Files | 20050607 | ||
| 2 | Static Attribute | Public | Type reference (TYPE) | TY_T_TOTAL_MEMORY_USAGES | Total Memory Usage | 20050502 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | TY_T_USER_TRACE_ADMINS | Administration Data for User Traces | 20050502 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | I | Trace Entry Number | 20050502 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Write Key Performance Indicators (KPIs) to File | 20050502 | |
| 2 | Static method | Private | Method | Returns Name of Trace File | 20050610 | |
| 3 | Static method | Private | Method | Checks Whether Trace for User Is Active | 20050607 | |
| 4 | Static method | Public | Method | Determine Key Performance Indicator (KPI) | 20050502 | |
| 5 | Static method | Public | Method | Key Performance Indicators (KPIs) - Reset Measurements | 20050502 |
Events
Class CL_WDT_PERFORMANCE_KPIS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_TOTAL_MEMORY_USAGE | Public | See coding | 20050502 | BEGIN OF ty_s_total_memory_usage,
trc_entry_num TYPE i,
trc_point_id TYPE c length 255,
size TYPE abap_msize,
END OF ty_s_total_memory_usage
|
||
| 2 | TY_S_USER_TRACE_ADMIN | Public | See coding | 20050502 | BEGIN OF ty_s_user_trace_admin,
uname TYPE sy-uname,
active TYPE abap_bool,
END OF ty_s_user_trace_admin
|
||
| 3 | TY_T_TOTAL_MEMORY_USAGES | Public | See coding | 20050502 | ty_t_total_memory_usages TYPE SORTED TABLE OF ty_s_total_memory_usage WITH UNIQUE KEY trc_entry_num
|
||
| 4 | TY_T_USER_TRACE_ADMINS | Public | See coding | 20050502 | ty_t_user_trace_admins TYPE SORTED TABLE OF ty_s_user_trace_admin WITH UNIQUE KEY uname
|
Method Signatures
Method EXPORT_KPIS Signature
Method EXPORT_KPIS on class CL_WDT_PERFORMANCE_KPIS has no parameter.
Method EXPORT_KPIS on class CL_WDT_PERFORMANCE_KPIS has no exception.
Method GET_TRACEFILE_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_WITH_TIMESTAMP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Name mit Datum und Uhrzeit | 20050610 | ||
| 2 | RE_FILENAME | Value transfer | Type reference (TYPE) | LOCALFILE | Lokale Datei für Upload bzw. Download | 20050610 |
Method GET_TRACEFILE_NAME on class CL_WDT_PERFORMANCE_KPIS has no exception.
Method IS_ACTIVE_FOR_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_USER | Call by reference | Type reference (TYPE) | SY-UNAME | SY-UNAME | Benutzername | 20050607 | ||
| 2 | RE_ACTIVE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050607 |
Method IS_ACTIVE_FOR_USER on class CL_WDT_PERFORMANCE_KPIS has no exception.
Method MEASURE_KPIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TRC_POINT_ID | Call by reference | Type reference (TYPE) | STRING | 20050502 |
Method MEASURE_KPIS on class CL_WDT_PERFORMANCE_KPIS has no exception.
Method RESET_KPIS Signature
Method RESET_KPIS on class CL_WDT_PERFORMANCE_KPIS has no parameter.
Method RESET_KPIS on class CL_WDT_PERFORMANCE_KPIS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |