SAP ABAP Class CL_MSS_ACTION_ST04 (ST04 Performance Overview)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷ BC-DB-MSS (Application Component) Microsoft SQL Server
⤷ STUN_MSS (Package) Package for new SQL Server monitoring objects
⤷ BC-DB-MSS (Application Component) Microsoft SQL Server
⤷ STUN_MSS (Package) Package for new SQL Server monitoring objects
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_MSS_ACTION_CONTROLLER | MSS: Abstract Action Controller | 20071031 |
Properties
Class | CL_MSS_ACTION_ST04 | |
Short Description | ST04 Performance Overview | |
Super Class | CL_MSS_ACTION_CONTROLLER | MSS: Abstract Action Controller |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | STUN_MSS | Package for new SQL Server monitoring objects |
Created | 20071031 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
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) |
2 | MSSCC | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_MSS_ACTION_ST04 has no interface implemented.
Friends
Class CL_MSS_ACTION_ST04 has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ALERTCOUNT | Instance attribute | Private | Type reference (TYPE) | I | 20071109 | |||
2 | ALV_ALERTLIST | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DB6_ALV | DB6: simple ALV abstraction | 20071109 | ||
3 | CMD_ANALYZE | Instance attribute | Private | Type reference (TYPE) | SYUCOMM | 'ANA' | 20071109 | ||
4 | CTRL | Instance attribute | Private | Attribute reference (LIKE) | 20071031 | ||||
5 | CURR_SAMPLE_ID | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20071102 | ||
6 | FO_TYPE | Instance attribute | Private | Type reference (TYPE) | I | 20130220 | |||
7 | IT_ALERTLIST | Instance attribute | Private | See coding | 20071130 | ||||
8 | MAX_ALERT | Instance attribute | Private | Type reference (TYPE) | I | 1 | 20071218 | ||
9 | MTCLASS_PERFORMANCE | Constant | Private | Type reference (TYPE) | ALGLOBTID-MTCLASS | '100' | 20071130 | ||
10 | MTCLASS_SINGLE_MSG | Constant | Private | Type reference (TYPE) | ALGLOBTID-MTCLASS | '102' | 20071130 | ||
11 | NAV_REF | Instance attribute | Private | Attribute reference (LIKE) | 20071031 | ||||
12 | RESET_SAMPLE_ID | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20071102 | ||
13 | SINCE_STARTUP_SAMPLE_ID | Constant | Private | Type reference (TYPE) | I | -1 | 20071102 | ||
14 | SORT_BY_CPU_TIME | Constant | Private | Type reference (TYPE) | I | 17 | 20071130 | ||
15 | SORT_BY_ELAPSED | Constant | Private | Type reference (TYPE) | I | 11 | 20071130 | ||
16 | SORT_BY_LOGICAL_READS | Constant | Private | Type reference (TYPE) | I | 5 | 20071130 | ||
17 | SV_SAMPLE_ID | Instance attribute | Private | Type reference (TYPE) | I | 0 | 20071102 | ||
18 | VIEW_DATA | Instance attribute | Public | Type reference (TYPE) | MSSCC_ACTION_ST04 | Data fields on dynpro 1900 and it's subscreens | 20071031 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ANALYZE | Instance method | Private | Method | Analyze alert condition | 20071109 |
2 | CHECK_ALERTS | Instance method | Private | Method | Check rz20 and direct alerts and fill a table of raised aler | 20071109 |
3 | CHECK_RZ20_ALERT | Instance method | Private | Method | Call rz20 functions to retrieve selected alerts | 20071112 |
4 | CHECK_SQLSERVER_SETUP | Instance method | Private | Method | If one or more setup checks fail, add an alert | 20071218 |
5 | GET_DYNAMIC_DATA | Instance method | Private | Method | Get data which might be changing | 20071101 |
6 | GET_STATIC_DATA | Instance method | Private | Method | Get static data, configuration and db size | 20071101 |
7 | RESET | Instance method | Private | Method | Reset dynamic values and initiate the measuring period | 20071102 |
8 | SET_GRID_ATTRIBUTES | Instance method | Private | Method | Set grid attributes, what else? | 20071109 |
9 | WRITE_WARNINGS | Instance method | Private | Method | If some values are out of range, write to the msgwindow | 20071219 |
Events
Class CL_MSS_ACTION_ST04 has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_ALERTLIST | Private | See coding | 20071109 | begin of t_alertlist,
name type almobject,
objectname type almobject,
fieldname type almfield,
msg type xmiextmsg,
analyze_method type i,
analyze_arg type i,
status(1) type c,
end of t_alertlist
|
Method Signatures
Method ANALYZE Signature
Method ANALYZE on class CL_MSS_ACTION_ST04 has no parameter.
Method ANALYZE on class CL_MSS_ACTION_ST04 has no exception.
Method CHECK_ALERTS Signature
Method CHECK_ALERTS on class CL_MSS_ACTION_ST04 has no parameter.
Method CHECK_ALERTS on class CL_MSS_ACTION_ST04 has no exception.
Method CHECK_RZ20_ALERT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | ALERTNAME | Value transfer | Type reference (TYPE) | ALMTFULLNM | Alert: Short Name of Monitoring Type | 20071112 | ||
2 | Importing | ANALYZE_ARG | Value transfer | Type reference (TYPE) | I | dbacockpit action argument | 20071130 | ||
3 | Importing | ANALYZE_METHOD | Value transfer | Type reference (TYPE) | I | dbacockpit action | 20071116 |
Method CHECK_RZ20_ALERT on class CL_MSS_ACTION_ST04 has no exception.
Method CHECK_SQLSERVER_SETUP Signature
Method CHECK_SQLSERVER_SETUP on class CL_MSS_ACTION_ST04 has no parameter.
Method CHECK_SQLSERVER_SETUP on class CL_MSS_ACTION_ST04 has no exception.
Method GET_DYNAMIC_DATA Signature
Method GET_DYNAMIC_DATA on class CL_MSS_ACTION_ST04 has no parameter.
Method GET_DYNAMIC_DATA on class CL_MSS_ACTION_ST04 has no exception.
Method GET_STATIC_DATA Signature
Method GET_STATIC_DATA on class CL_MSS_ACTION_ST04 has no parameter.
Method GET_STATIC_DATA on class CL_MSS_ACTION_ST04 has no exception.
Method RESET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | RESET_SAMPLE_ID | Value transfer | Type reference (TYPE) | I | 20071102 |
Method RESET on class CL_MSS_ACTION_ST04 has no exception.
Method SET_GRID_ATTRIBUTES Signature
Method SET_GRID_ATTRIBUTES on class CL_MSS_ACTION_ST04 has no parameter.
Method SET_GRID_ATTRIBUTES on class CL_MSS_ACTION_ST04 has no exception.
Method WRITE_WARNINGS Signature
Method WRITE_WARNINGS on class CL_MSS_ACTION_ST04 has no parameter.
Method WRITE_WARNINGS on class CL_MSS_ACTION_ST04 has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 711 |