SAP ABAP Class CL_SWNC_TCOLL_LOGEVAL (Log Evaluation)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-MON (Application Component) Monitoring
⤷
SWNC_TCOLL (Package) SAP_COLLECTOR_FOR_PERFMONITOR Control

⤷

⤷

Properties
Class | CL_SWNC_TCOLL_LOGEVAL | |
Short Description | Log Evaluation | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWNC_TCOLL | SAP_COLLECTOR_FOR_PERFMONITOR Control |
Created | 20081211 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SWNC_TCOLL_LOGEVAL has no forward declaration.
Interfaces
Class CL_SWNC_TCOLL_LOGEVAL has no interface implemented.
Friends
Class CL_SWNC_TCOLL_LOGEVAL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp | 20100520 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYUNAME | User Name | 20100520 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | SWNCSTRING | '~Icon/Failure' | SWNC String | 20100520 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | SWNCSTRING | '~Icon/CheckedOk' | SWNC String | 20100520 | |
5 | ![]() |
Constant | Private | Type reference (TYPE) | SWNCTXT128 | 'Report ended on different instance than started on. Log broken?' | 'Log broken' text | 20100520 | |
6 | ![]() |
Constant | Private | Type reference (TYPE) | SWNCTXT128 | 'Next report started before previous one ended. Log broken?' | 'Log broken' text | 20100520 | |
7 | ![]() |
Constant | Private | Type reference (TYPE) | SWNC_TCOLL_LOG-EVENT | 'INSTANTIATE' | Token | 20100520 | |
8 | ![]() |
Constant | Private | Type reference (TYPE) | SWNC_TCOLL_LOG-EVENT | 'JOB_SCHED_OK' | Token | 20100520 | |
9 | ![]() |
Constant | Private | Type reference (TYPE) | SWNC_TCOLL_LOG-EVENT | 'REMOTE_FAILURE' | Token | 20100520 | |
10 | ![]() |
Constant | Private | Type reference (TYPE) | SWNC_TCOLL_LOG-EVENT | 'REPORT_START' | Token | 20100520 | |
11 | ![]() |
Constant | Private | Type reference (TYPE) | SWNC_TCOLL_LOG-EVENT | 'REPORT_SUCCESS' | Token | 20100520 | |
12 | ![]() |
Constant | Private | Type reference (TYPE) | SWNC_TCOLL_LOG-RNAME | 'SWNC_TCOLL_SCHEDULER' | Token | 20100520 | |
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWNC_TCL_T_SCHEDULER | SWNC TCOLL Scheduler | 20100520 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Check Scheduler Record for Filter Criteria | 20100520 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20100520 |
3 | ![]() |
Instance method | Public | Method | Convert time stamp to local date & time | 20100520 |
4 | ![]() |
Instance method | Public | Method | Get log | 20100520 |
5 | ![]() |
Instance method | Private | Method | Build "Report execution" layer | 20100520 |
6 | ![]() |
Instance method | Private | Method | Build "Report planning" layer | 20100520 |
7 | ![]() |
Instance method | Private | Method | Build "Scheduler" layer | 20100520 |
8 | ![]() |
Instance method | Private | Method | Set time filter attribute | 20100520 |
9 | ![]() |
Instance method | Private | Method | Set user filter attribute | 20100520 |
Events
Class CL_SWNC_TCOLL_LOGEVAL has no event.
Types
Class CL_SWNC_TCOLL_LOGEVAL has no local type.
Method Signatures
Method CHECK_FILTERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_SCHEDULER | Call by reference | Type reference (TYPE) | SWNC_TCL_SCHEDULER | SWNC TCOLL Scheduler | 20100520 | ||
2 | ![]() |
RETURN | Value transfer | Type reference (TYPE) | SWNC_CFLAG | Flag 'X' = filter criteria met, ' ' not met | 20100520 |
Method CHECK_FILTERS on class CL_SWNC_TCOLL_LOGEVAL has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TIME_FILTER | Call by reference | Type reference (TYPE) | SWNCUINT2 | Only last x hours | 20100520 | ||
2 | ![]() |
USER_FILTER | Call by reference | Type reference (TYPE) | SYUNAME | Only scheduler runs by user x | 20100520 |
Method CONSTRUCTOR on class CL_SWNC_TCOLL_LOGEVAL has no exception.
Method GET_DATE_TIME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EP_DATE | Value transfer | Type reference (TYPE) | SYDATUM | Aktuelles Datum des Applikationsservers | 20100520 | ||
2 | ![]() |
EP_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | Aktuelle Uhrzeit des Applikationsservers | 20100520 | ||
3 | ![]() |
IP_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20100520 |
Method GET_DATE_TIME on class CL_SWNC_TCOLL_LOGEVAL has no exception.
Method GET_LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RETURN | Value transfer | Type reference (TYPE) | SWNC_TCL_T_SCHEDULER | SWNC TCOLL Scheduler | 20100520 |
Method GET_LOG on class CL_SWNC_TCOLL_LOGEVAL has no exception.
Method LAYER_REPORT_EXEC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_REPORT | Call by reference | Type reference (TYPE) | SWNC_TCL_SCHED_REPORT | SWNC TCOLL Scheduler Report | 20100520 | ||
2 | ![]() |
IP_IDENT | Call by reference | Type reference (TYPE) | SWNC_TCOLL_LOG-IDENT | Identifikator | 20100520 |
Method LAYER_REPORT_EXEC on class CL_SWNC_TCOLL_LOGEVAL has no exception.
Method LAYER_REPORT_PLAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_SCHEDULER | Call by reference | Type reference (TYPE) | SWNC_TCL_SCHEDULER | SWNC TCOLL Scheduler | 20100520 |
Method LAYER_REPORT_PLAN on class CL_SWNC_TCOLL_LOGEVAL has no exception.
Method LAYER_SCHEDULER Signature
Method LAYER_SCHEDULER on class CL_SWNC_TCOLL_LOGEVAL has no parameter.
Method LAYER_SCHEDULER on class CL_SWNC_TCOLL_LOGEVAL has no exception.
Method SET_TIME_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_HOURS | Call by reference | Type reference (TYPE) | SWNCUINT2 | SAP Workload NW Collector: Ganzzahliger Wert bis 2^16-1 | 20100520 |
Method SET_TIME_FILTER on class CL_SWNC_TCOLL_LOGEVAL has no exception.
Method SET_USER_FILTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_USERID | Call by reference | Type reference (TYPE) | SYUNAME | Benutzername | 20100520 |
Method SET_USER_FILTER on class CL_SWNC_TCOLL_LOGEVAL has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 703 |