SAP ABAP Class CL_SWNC_FILTER (Filter with Basic Selection Criteria)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-MON (Application Component) Monitoring
⤷
SWNC_READ (Package) Read Functions for Workload Statistics
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWNC_RECORDS_FILTER | Interface for Objects for Filtering Statistics Records | 20040513 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SWNC_FILTER_MAXTIME | Filter with Limited Time Interval | 20040715 |
Properties
| Class | CL_SWNC_FILTER | |
| Short Description | Filter with Basic Selection Criteria | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWNC_READ | Read Functions for Workload Statistics |
| Created | 20040513 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SWNC_FILTER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SWNC_RECORDS_FILTER | Interface for Objects for Filtering Statistics Records | 20040513 |
Friends
Class CL_SWNC_FILTER 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 | End Time Stamp of the Last Statistics Record | 20040916 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | TIMESTAMP | Upper Limit of the Time Interval | 20040513 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | I | Counter for Errors | 20040920 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | INT4 | The total number of statistics records that are to be read | 20040916 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | INT4 | The number of statistics records that have already been read | 20040916 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | TIMESTAMP | Upper Limit of the Time Interval | 20040513 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | SWNCTIMEZONE | SAP Workload NW Collector: Time Zone | 20040921 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20040916 | |
| 2 | Instance method | Protected | Method | Get Upper Limit for End Time of Current Statistics Record | 20040916 | |
| 3 | Instance method | Protected | Method | Sets Upper Limit for End Time if it is Still Initial | 20040916 |
Events
Class CL_SWNC_FILTER has no event.
Types
Class CL_SWNC_FILTER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ENDDATE | Call by reference | Type reference (TYPE) | SWNCDATUM | SAP Workload NW Collector: Datum | 20040916 | |||
| 2 | I_ENDTIME | Call by reference | Type reference (TYPE) | SWNCUZEIT | SAP Workload NW Collector: Uhrzeit | 20040916 | |||
| 3 | I_MAX_RECORDS2READ | Call by reference | Type reference (TYPE) | INT4 | 1000000 | Maximale Anzahl der zu lesenden Sätze | 20040916 | ||
| 4 | I_STARTDATE | Call by reference | Type reference (TYPE) | SWNCDATUM | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20040916 | |||
| 5 | I_STARTTIME | Call by reference | Type reference (TYPE) | SWNCUZEIT | SAP Workload NW Collector: Uhrzeit | 20040916 | |||
| 6 | I_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | 'UTC ' | Zeitzone | 20040916 |
Method CONSTRUCTOR on class CL_SWNC_FILTER has no exception.
Method GET_CUR_ENDTIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MAINREC_ENDTIME | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20040916 | |||
| 2 | RETURN | Value transfer | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20040916 |
Method GET_CUR_ENDTIME on class CL_SWNC_FILTER has no exception.
Method SET_CUR_ENDTIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TIME | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20040916 |
Method SET_CUR_ENDTIME on class CL_SWNC_FILTER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |