SAP ABAP Class CL_DB2_ACTION_SYSLOG (DB2: CCMS: Z/OS Syslog)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-DB2 (Application Component) DB2 for z/OS
⤷
STU2 (Package) CCMS for DB2 for OS/390
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_DB2_ACTION_CONTROLLER | DB2: Abstract Action Controller | 20120518 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DBA_ACTION_CONTROLLER_ALV | DBA Cockpit: Access to ALV object | 20120518 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DBA_SELECTION_TIMEFRAME | DBA: timeframe selection interface | 20120815 |
Properties
| Class | CL_DB2_ACTION_SYSLOG | |
| Short Description | DB2: CCMS: Z/OS Syslog | |
| Super Class | CL_DB2_ACTION_CONTROLLER | DB2: Abstract Action Controller |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | STU2 | CCMS for DB2 for OS/390 |
| Created | 20120518 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_DBA_ACTION_CONTROLLER_ALV | DBA Cockpit: Access to ALV object | 20120518 | ||
| 2 | IF_DBA_SELECTION_TIMEFRAME | DBA: timeframe selection interface | 20120815 |
Friends
Class CL_DB2_ACTION_SYSLOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | INT4 | 2000 | default value for max number of entries | 20120816 | ||
| 2 | Constant | Private | Type reference (TYPE) | INT4 | 300 | Natural number | 20120816 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | abap_false | indicates an error on startup | 20121126 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | indicates if the input is valid after check | 20120815 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | indicate if we jump to end of list | 20120815 | |||
| 6 | Instance attribute | Private | Attribute reference (LIKE) | 20120615 | |||||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_DB6_ALV | DB6: simple ALV abstraction | 20120518 | |||
| 8 | Instance attribute | Private | Attribute reference (LIKE) | 20120815 | |||||
| 9 | Instance attribute | Private | Type reference (TYPE) | DB2_VIEW_SYSLOG | DB2:CCMS: Z/OS Syslog view structure | 20120518 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | checks the input and corrects it when neccessary | 20120814 | |
| 2 | Instance method | Private | Method | gets LPAR names of the DS_Group the connected DB lives in | 20120816 | |
| 3 | Instance method | Private | Method | this method encapsulates the call to the function module | 20120621 | |
| 4 | Instance method | Private | Method | initialize the GUI labels with content | 20120705 | |
| 5 | Instance method | Private | Method | this method inits the syslog alv attributes | 20120615 | |
| 6 | Instance method | Private | Method | initialize the timeslider WD specific | 20120815 | |
| 7 | Instance method | Private | Method | sets fields to default values if not changed by user | 20120802 | |
| 8 | Instance method | Private | Method | show whole message in formatted fashion | 20120628 | |
| 9 | Instance method | Private | Method | takes a timeslider selection and inserts it into view_data | 20120815 | |
| 10 | Instance method | Private | Method | syncs this view_data with a selection | 20120815 |
Events
Class CL_DB2_ACTION_SYSLOG has no event.
Types
Class CL_DB2_ACTION_SYSLOG has no local type.
Method Signatures
Method CHECK_AND_CORRECT_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SUCCESSFULL | Value transfer | Type reference (TYPE) | ABAP_BOOL | signals if everything went well | 20120814 |
Method CHECK_AND_CORRECT_INPUT on class CL_DB2_ACTION_SYSLOG has no exception.
Method FILL_LPAR_LISTBOX Signature
Method FILL_LPAR_LISTBOX on class CL_DB2_ACTION_SYSLOG has no parameter.
Method FILL_LPAR_LISTBOX on class CL_DB2_ACTION_SYSLOG has no exception.
Method GET_SYSLOG Signature
Method GET_SYSLOG on class CL_DB2_ACTION_SYSLOG has no parameter.
Method GET_SYSLOG on class CL_DB2_ACTION_SYSLOG has no exception.
Method INIT_LABELS Signature
Method INIT_LABELS on class CL_DB2_ACTION_SYSLOG has no parameter.
Method INIT_LABELS on class CL_DB2_ACTION_SYSLOG has no exception.
Method INIT_SYSLOG_ALV Signature
Method INIT_SYSLOG_ALV on class CL_DB2_ACTION_SYSLOG has no parameter.
Method INIT_SYSLOG_ALV on class CL_DB2_ACTION_SYSLOG has no exception.
Method INIT_TIME_SLIDER Signature
Method INIT_TIME_SLIDER on class CL_DB2_ACTION_SYSLOG has no parameter.
Method INIT_TIME_SLIDER on class CL_DB2_ACTION_SYSLOG has no exception.
Method SET_DEFAULT_VALUES Signature
Method SET_DEFAULT_VALUES on class CL_DB2_ACTION_SYSLOG has no parameter.
Method SET_DEFAULT_VALUES on class CL_DB2_ACTION_SYSLOG has no exception.
Method SHOW_WHOLE_MESSAGE Signature
Method SHOW_WHOLE_MESSAGE on class CL_DB2_ACTION_SYSLOG has no parameter.
Method SHOW_WHOLE_MESSAGE on class CL_DB2_ACTION_SYSLOG has no exception.
Method TIME_SELECTION_TO_VIEW_DATA Signature
Method TIME_SELECTION_TO_VIEW_DATA on class CL_DB2_ACTION_SYSLOG has no parameter.
Method TIME_SELECTION_TO_VIEW_DATA on class CL_DB2_ACTION_SYSLOG has no exception.
Method VIEW_DATA_TO_TIME_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SELECTION | Value transfer | Type reference (TYPE) | DBA_WD_TIMESLIDER | DBA Cockpit: Description of Time Slider UI Element | 20120815 |
Method VIEW_DATA_TO_TIME_SELECTION on class CL_DB2_ACTION_SYSLOG has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |