SAP ABAP Class CL_MSS_ACTION_PACKAGE_VIEWER (MSSQL: View selected performance package)
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
⤷
⤷
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 | 20121113 |
Properties
| Class | CL_MSS_ACTION_PACKAGE_VIEWER | |
| Short Description | MSSQL: View selected performance package | |
| 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 | 20121113 | 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_MSS_ACTION_PACKAGE_VIEWER has no interface implemented.
Friends
Class CL_MSS_ACTION_PACKAGE_VIEWER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | ALV container | 20121116 | |||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20121113 | |||||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_MSS_PVIEW | MSSQL : Performance snapshot viewer | 20121113 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | NUM4 | Last selected sheet index | 20121114 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | NUM4 | Last selected drilldown stack index | 20121114 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | NUM4 | Last selected data table index | 20121114 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | MSSCC_ACTION_PVIEW | DBA Cockpit view data structure | 20121113 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Populate F4 table for sheet selection | 20121117 | |
| 2 | Instance method | Public | Method | Populate F4 table for drilldown stack selection | 20121117 | |
| 3 | Instance method | Public | Method | Populate F4 table for data table selection | 20121117 | |
| 4 | Instance method | Public | Event handling method | Wrapper forwarding the drilldown request to CL_MSS_PVIEW | 20121116 | |
| 5 | Instance method | Private | Method | (Re-) initialize this instance to represent a new Package ID | 20121113 | |
| 6 | Instance method | Private | Method | Free the existing GUI container and create a new one | 20121116 |
Events
Class CL_MSS_ACTION_PACKAGE_VIEWER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | F4_SHEET_LINE | Public | See coding | F4 line type for sheet dropdown list | 20121117 | BEGIN OF F4_SHEET_LINE ,
SHEET_NUM TYPE NUM4 ,
SHEET_TEXT TYPE TEXT35 ,
END OF F4_SHEET_LINE
|
|
| 2 | F4_SHEET_TAB | Public | See coding | 20121117 | F4_SHEET_TAB TYPE STANDARD TABLE OF F4_SHEET_LINE
WITH DEFAULT KEY
|
||
| 3 | F4_STACK_LINE | Public | See coding | F4 line type for drilldown stack dropdown list | 20121117 | BEGIN OF F4_STACK_LINE ,
STACK_NUM TYPE NUM4 ,
STACK_TEXT TYPE TEXT80 ,
END OF F4_STACK_LINE
|
|
| 4 | F4_STACK_TAB | Public | See coding | 20121117 | F4_STACK_TAB TYPE STANDARD TABLE OF F4_STACK_LINE
WITH DEFAULT KEY
|
||
| 5 | F4_TABLE_LINE | Public | See coding | F4 line type for data table dropdown list | 20121117 | BEGIN OF F4_TABLE_LINE ,
TABLE_NUM TYPE NUM4 ,
TABLE_TEXT TYPE TEXT80 ,
END OF F4_TABLE_LINE
|
|
| 6 | F4_TABLE_TAB | Public | See coding | 20121117 | F4_TABLE_TAB TYPE STANDARD TABLE OF F4_TABLE_LINE
WITH DEFAULT KEY
|
||
| 7 | XCHG_DATA | Public | See coding | Navigator exchange data type | 20121113 | BEGIN OF XCHG_DATA ,
PACK_ID TYPE MSSPPACK-PACK_ID ,
END OF XCHG_DATA
|
Method Signatures
Method GET_SHEETS_F4 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | F4_TAB | Call by reference | Type reference (TYPE) | F4_SHEET_TAB | 20121117 |
Method GET_SHEETS_F4 on class CL_MSS_ACTION_PACKAGE_VIEWER has no exception.
Method GET_STACK_F4 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | F4_TAB | Call by reference | Type reference (TYPE) | F4_STACK_TAB | 20121117 |
Method GET_STACK_F4 on class CL_MSS_ACTION_PACKAGE_VIEWER has no exception.
Method GET_TABLES_F4 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | F4_TAB | Call by reference | Type reference (TYPE) | F4_TABLE_TAB | 20121117 | ||||
| 2 | SHEET_NUM | Call by reference | Type reference (TYPE) | NUM4 | Four-digit number | 20121117 |
Method GET_TABLES_F4 on class CL_MSS_ACTION_PACKAGE_VIEWER has no exception.
Method HANDLE_HOTSPOT_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_COLUMN_ID | Value transfer | Attribute reference (LIKE) | 20121116 | |||||
| 2 | E_ROW_ID | Value transfer | Attribute reference (LIKE) | 20121116 |
Method HANDLE_HOTSPOT_CLICK on class CL_MSS_ACTION_PACKAGE_VIEWER has no exception.
Method NEW_PACKAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PACK_ID | Call by reference | Type reference (TYPE) | MSSPPACK-PACK_ID | UUID in character form | 20121113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | MSSQL exception class | 20121113 |
Method REINIT_GUI_CONTAINER Signature
Method REINIT_GUI_CONTAINER on class CL_MSS_ACTION_PACKAGE_VIEWER has no parameter.
Method REINIT_GUI_CONTAINER on class CL_MSS_ACTION_PACKAGE_VIEWER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |