SAP ABAP Class CL_SWNC_TCOLL_RUNNER (Execution of TCOLL Reports)
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_RUNNER | |
| Short Description | Execution of TCOLL Reports | |
| 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 | 20081203 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SWNC_TCOLL_RUNNER has no forward declaration.
Interfaces
Class CL_SWNC_TCOLL_RUNNER has no interface implemented.
Friends
Class CL_SWNC_TCOLL_RUNNER 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) | TCOLL-ALTSY | SPACE | Explicit Application Server/Host | 20100520 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | SWNCTXT32 | Identifier | 20100520 | |||
| 3 | Constant | Private | Type reference (TYPE) | SWNCTXT16 | 'LOOP_END' | Loop Over Application Server/Host | 20100520 | ||
| 4 | Constant | Private | Type reference (TYPE) | SWNCTXT16 | 'Comm. Failure:' | SAP Workload NW Collector: Text Field of 16 Characters | 20100527 | ||
| 5 | Constant | Private | Type reference (TYPE) | SWNCTXT16 | 'Invalid Report' | SAP Workload NW Collector: Text Field of 16 Characters | 20100527 | ||
| 6 | Constant | Private | Type reference (TYPE) | SWNCTXT16 | 'Submit Error' | SAP Workload NW Collector: Text Field of 16 Characters | 20100527 | ||
| 7 | Constant | Private | Type reference (TYPE) | SWNCTXT16 | 'System Failure:' | SAP Workload NW Collector: Text Field of 16 Characters | 20100527 | ||
| 8 | Constant | Private | Type reference (TYPE) | SWNCTXT16 | 'Unknown Error' | SAP Workload NW Collector: Text Field of 16 Characters | 20100527 | ||
| 9 | Constant | Private | Type reference (TYPE) | SWNCTXT16 | 'INSTANTIATE' | Initialization | 20100520 | ||
| 10 | Constant | Private | Type reference (TYPE) | SWNCTXT16 | 'INSTANCE_NOT_FND' | Report: Instance does not exist | 20100520 | ||
| 11 | Constant | Private | Type reference (TYPE) | SWNCTXT16 | 'NO_SERVER_LIST' | Report: No instance list available | 20100520 | ||
| 12 | Constant | Private | Type reference (TYPE) | SWNCTXT16 | 'REMOTE_FAILURE' | Report: Error when executing on another application server | 20100520 | ||
| 13 | Constant | Private | Type reference (TYPE) | SWNCTXT16 | 'REPORT_START' | Starting report | 20100520 | ||
| 14 | Constant | Private | Type reference (TYPE) | SWNCTXT16 | 'REPORT_SUCCESS' | Report was ended | 20100520 | ||
| 15 | Constant | Private | Type reference (TYPE) | SWNCTXT16 | 'LOOP_START' | Loop Over Application Server/Host | 20100520 | ||
| 16 | Instance attribute | Private | Type reference (TYPE) | SWNCHOSTNAME | SPACE | Name of the Local Application Server | 20100520 | ||
| 17 | Instance attribute | Private | Type reference (TYPE) | TCOLL-RENUM | 0 | Number of Executions | 20100520 | ||
| 18 | Instance attribute | Private | Type reference (TYPE) | TCOLL-RNAME | SPACE | TCOLL Report Name | 20100520 | ||
| 19 | Instance attribute | Private | Type reference (TYPE) | TCOLL-SYTYP | SPACE | Execution type | 20100520 | ||
| 20 | Instance attribute | Private | Type reference (TYPE) | SWNCSHCNT | Work Process ID for Log Grouping | 20100520 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100520 | |
| 2 | Instance method | Public | Method | Execute TCOLL Report | 20100520 | |
| 3 | Instance method | Private | Method | Execute on Exactly One Application Server/Host | 20100520 | |
| 4 | Instance method | Private | Method | Execute "Per Applicatoin Server" | 20100520 | |
| 5 | Instance method | Private | Method | Execute "Per Host" | 20100520 | |
| 6 | Instance method | Private | Method | Execute "Per System" | 20100520 | |
| 7 | Instance method | Private | Method | Write Log Messages | 20100520 | |
| 8 | Static method | Public | Method | Delete Log Table | 20100520 |
Events
Class CL_SWNC_TCOLL_RUNNER has no event.
Types
Class CL_SWNC_TCOLL_RUNNER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IDENT | Call by reference | Type reference (TYPE) | SWNC_TCOLL_LOG-IDENT | SPACE | Identifikator | 20100520 | ||
| 2 | RNAME | Call by reference | Type reference (TYPE) | TCOLL-RNAME | SPACE | TCOLL-Reportname | 20100520 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme des TCOLL-Runners | 20100520 |
Method EXECUTE Signature
Method EXECUTE on class CL_SWNC_TCOLL_RUNNER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahme des TCOLL-Runners | 20100520 |
Method EXECUTE_EXPLICITLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_INSTANCE | Call by reference | Type reference (TYPE) | SWNCHOSTNAME | SPACE | Name des Applikationsservers | 20100520 |
Method EXECUTE_EXPLICITLY on class CL_SWNC_TCOLL_RUNNER has no exception.
Method EXECUTE_PER_APPSERVER Signature
Method EXECUTE_PER_APPSERVER on class CL_SWNC_TCOLL_RUNNER has no parameter.
Method EXECUTE_PER_APPSERVER on class CL_SWNC_TCOLL_RUNNER has no exception.
Method EXECUTE_PER_HOST Signature
Method EXECUTE_PER_HOST on class CL_SWNC_TCOLL_RUNNER has no parameter.
Method EXECUTE_PER_HOST on class CL_SWNC_TCOLL_RUNNER has no exception.
Method EXECUTE_PER_SYSTEM Signature
Method EXECUTE_PER_SYSTEM on class CL_SWNC_TCOLL_RUNNER has no parameter.
Method EXECUTE_PER_SYSTEM on class CL_SWNC_TCOLL_RUNNER has no exception.
Method LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EVENT | Call by reference | Type reference (TYPE) | SWNCTXT16 | Ereignis | 20100520 | |||
| 2 | TEXT | Call by reference | Type reference (TYPE) | SWNCTXT128 | SPACE | Erweiterter Text | 20100520 |
Method LOG on class CL_SWNC_TCOLL_RUNNER has no exception.
Method LOG_CLEANUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_DAYS | Call by reference | Type reference (TYPE) | SWNCUINT2 | 14 | Anzahl Tage | 20100520 |
Method LOG_CLEANUP on class CL_SWNC_TCOLL_RUNNER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |