SAP ABAP Class CL_ORA_ACTION_IOACT (Controller Class for IO Activities)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷ BC-CCM-MON-ORA (Application Component) Oracle Database Monitors
⤷ S_ORA_COCKPIT (Package) DBACockpit: Oracle Monitors
⤷ BC-CCM-MON-ORA (Application Component) Oracle Database Monitors
⤷ S_ORA_COCKPIT (Package) DBACockpit: Oracle Monitors
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_ORA_ACTION_CONTROLLER | ORA: Abstract Action Controller | 20120913 |
Properties
Class | CL_ORA_ACTION_IOACT | |
Short Description | Controller Class for IO Activities | |
Super Class | CL_ORA_ACTION_CONTROLLER | ORA: Abstract Action Controller |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ORA_COCKPIT | DBACockpit: Oracle Monitors |
Created | 20120913 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ORACC | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ORA_ACTION_IOACT has no interface implemented.
Friends
Class CL_ORA_ACTION_IOACT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ALV | Instance attribute | Public | Object reference (TYPE REF TO) | CL_DB6_ALV | ALV for IO Activities | 20120913 | ||
2 | D_SELECTION | Instance attribute | Public | Type reference (TYPE) | ORA_S_IOACT_GENERAL_SELECTION | Default data from DBA_HIST_SNAPSHOT | 20120913 | ||
3 | GC_DATASOURCE | Constant | Public | Type reference (TYPE) | ORA_ACT_DATASOURCE | '1' | Default Selection | 20120913 | |
4 | G_DBASNAPSHOT | Instance attribute | Public | Type reference (TYPE) | ORA_S_DB_HIST_SNAP | DB HIST SNAPSHOT Time | 20120913 | ||
5 | G_SELECTION | Instance attribute | Private | Type reference (TYPE) | ORA_S_IOACT_GENERAL_SELECTION | Selection data | 20120913 | ||
6 | VIEW_DATA | Instance attribute | Public | Type reference (TYPE) | ORACC_ACTION_IOACT | To view data of IO activities | 20120913 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | GET_AVAILABLE_TIME | Instance method | Private | Method | Method for pop to confirm from user | 20120913 |
2 | GET_GENERAL_SELECTION | Instance method | Public | Method | General Selection/Setting for IO Activities | 20120913 |
3 | GET_TIME_FRAME | Instance method | Private | Method | For time frame coming from DBA_HIST_SNAPSHOT | 20120913 |
4 | MAKE_TIMESTAMP | Instance method | Public | Method | Make a timestamp out of date and time | 20120913 |
5 | MODIFY_INTO_DATE_FORMAT | Instance method | Private | Method | into date | 20120913 |
6 | MODIFY_INTO_TIME_FORMAT | Instance method | Private | Method | into time | 20120913 |
7 | SET_GENERAL_SELECTION | Instance method | Public | Method | Get the Input data from Screen 1801 | 20120913 |
8 | SET_GRID_ATTRIBUTES | Instance method | Private | Method | For setting up ALV grids | 20120913 |
9 | SET_USER_INPUT | Instance method | Private | Method | For Manuplating Input from sreen | 20120913 |
10 | UNPACK_TIMESTAMP | Instance method | Private | Method | Unpack a timestamp into data, time and milli second | 20120913 |
Events
Class CL_ORA_ACTION_IOACT has no event.
Types
Class CL_ORA_ACTION_IOACT has no local type.
Method Signatures
Method GET_AVAILABLE_TIME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_SELECTION | Call by reference | Type reference (TYPE) | ORA_S_IOACT_GENERAL_SELECTION | General selections / settings for IO Activities Monitor | 20120913 | ||
2 | Returning | R_SELECTION | Value transfer | Type reference (TYPE) | ORA_S_IOACT_GENERAL_SELECTION | General selections / settings for IO Activities Monitor | 20120913 |
Method GET_AVAILABLE_TIME on class CL_ORA_ACTION_IOACT has no exception.
Method GET_GENERAL_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | R_GENERAL_SELECTION | Value transfer | Type reference (TYPE) | ORA_S_IOACT_GENERAL_SELECTION | General selections / settings for IO Activities Monitor | 20120913 |
Method GET_GENERAL_SELECTION on class CL_ORA_ACTION_IOACT has no exception.
Method GET_TIME_FRAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_SELECTION | Call by reference | Type reference (TYPE) | ORA_S_IOACT_GENERAL_SELECTION | General selections / settings for IO Activities Monitor | 20120913 | ||
2 | Returning | R_SELECTION | Value transfer | Type reference (TYPE) | ORA_S_IOACT_GENERAL_SELECTION | General selections / settings for IO Activities Monitor | 20120913 |
Method GET_TIME_FRAME on class CL_ORA_ACTION_IOACT has no exception.
Method MAKE_TIMESTAMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_DATE | Call by reference | Type reference (TYPE) | SYDATS | Date | 20120913 | ||
2 | Importing | I_MILLI | Call by reference | Type reference (TYPE) | CHAR3 | Milli Second | 20120913 | ||
3 | Importing | I_TIME | Call by reference | Type reference (TYPE) | SYTIME | Time | 20120913 | ||
4 | Returning | R_TIMESTAMP | Value transfer | Type reference (TYPE) | ORA_SAMPLE_TIME | Sample timestamp (format yyyymmdd;hhmmssmmm) | 20120913 |
Method MAKE_TIMESTAMP on class CL_ORA_ACTION_IOACT has no exception.
Method MODIFY_INTO_DATE_FORMAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | INPUT_DATE | Call by reference | Type reference (TYPE) | STRING | 20120913 |
Method MODIFY_INTO_DATE_FORMAT on class CL_ORA_ACTION_IOACT has no exception.
Method MODIFY_INTO_TIME_FORMAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | INPUT_TIME | Call by reference | Type reference (TYPE) | STRING | 20120913 |
Method MODIFY_INTO_TIME_FORMAT on class CL_ORA_ACTION_IOACT has no exception.
Method SET_GENERAL_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_GENERAL_SELECTION | Call by reference | Type reference (TYPE) | ORA_S_IOACT_GENERAL_SELECTION | General selections / settings for IO Activities Monitor | 20120913 |
Method SET_GENERAL_SELECTION on class CL_ORA_ACTION_IOACT has no exception.
Method SET_GRID_ATTRIBUTES Signature
Method SET_GRID_ATTRIBUTES on class CL_ORA_ACTION_IOACT has no parameter.
Method SET_GRID_ATTRIBUTES on class CL_ORA_ACTION_IOACT has no exception.
Method SET_USER_INPUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | P_OKCODE | Value transfer | Type reference (TYPE) | I | 20120913 |
Method SET_USER_INPUT on class CL_ORA_ACTION_IOACT has no exception.
Method UNPACK_TIMESTAMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | E_DATE | Call by reference | Type reference (TYPE) | SYDATS | (8-character) Date for SYST | 20120913 | ||
2 | Exporting | E_TIME | Call by reference | Type reference (TYPE) | SYTIME | TIME Data Element for SYST | 20120913 | ||
3 | Importing | I_TIMESTAMP | Call by reference | Type reference (TYPE) | ORA_SAMPLE_TIME | Oracle monitoring: Sample timestamp | 20120913 |
Method UNPACK_TIMESTAMP on class CL_ORA_ACTION_IOACT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |