SAP ABAP Class CL_SWNC_STATREC_SET_NESTED_TAB (Storing of Statistics Records in Nested Tables)
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 | Inheritance (c INHERITING FROM c_ref) | CL_SWNC_STATREC_SET | Abstract Class for Collecting Statistics Records | 20041006 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SWNC_STATREC_SET_TABLE_SCSM | Storing of Statistics Records in Nested Tables | 20041125 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_SWNC_STATREC_SET_TABLE_SWNC | Storing of Statistics Records in Nested Tables | 20041125 |
Properties
Class | CL_SWNC_STATREC_SET_NESTED_TAB | |
Short Description | Storing of Statistics Records in Nested Tables | |
Super Class | CL_SWNC_STATREC_SET | Abstract Class for Collecting Statistics Records |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWNC_READ | Read Functions for Workload Statistics |
Created | 20041006 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SWNC_STATREC_SET_NESTED_TAB has no forward declaration.
Interfaces
Class CL_SWNC_STATREC_SET_NESTED_TAB has no interface implemented.
Friends
Class CL_SWNC_STATREC_SET_NESTED_TAB 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) | SWNC_CFLAG | SAP Workload NW Collector: Character-Type Flag | 20041111 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWNC_CFLAG | SAP Workload NW Collector: Character-Type Flag | 20041111 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GUINET_HELP_TAB_TYP | Help table for GUINETTIME | 20041006 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Add Application Statistics Subrecord | 20041007 |
2 | ![]() |
Instance method | Protected | Method | 20041124 | |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20041111 |
4 | ![]() |
Instance method | Private | Method | Add Main Record with Subrecords | 20041007 |
Events
Class CL_SWNC_STATREC_SET_NESTED_TAB has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GUINET_HELP_STRUCT | Public | See coding | 20041125 | BEGIN OF guinet_help_struct,
index type i,
transid type SWNCTXT32,
startdate type dats,
starttime type tims,
guinettime type SWNCTIMMS,
END OF guinet_help_struct
|
||
2 | GUINET_HELP_TAB_TYP | Public | See coding | 20041125 | guinet_help_tab_typ TYPE STANDARD TABLE OF guinet_help_struct
|
Method Signatures
Method APPEND_ASTAT_TO_STATREC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_STATREC | Call by reference | Type reference (TYPE) | SWNCSTATREC | Statistiksatz (tiefe Struktur: Haupt+Subsätze) | 20041007 | ||
2 | ![]() |
I_ASTATREC | Call by reference | Object reference (TYPE REF TO) | CL_SWNC_RECORD_ASTAT | Anwendungsstatistik-Hauptsatz | 20041007 |
Method APPEND_ASTAT_TO_STATREC on class CL_SWNC_STATREC_SET_NESTED_TAB has no exception.
Method APPEND_WA_RECORD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STATREC | Call by reference | Type reference (TYPE) | SWNCSTATREC | Statistiksatz (tiefe Struktur: Haupt+Subsätze) | 20041124 |
Method APPEND_WA_RECORD on class CL_SWNC_STATREC_SET_NESTED_TAB has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FILTER | Call by reference | Object reference (TYPE REF TO) | IF_SWNC_RECORDS_FILTER | Filter-Objekt mit Selektionsparameter | 20041111 | ||
2 | ![]() |
I_FLAG_GET_COMPONENTS | Call by reference | Type reference (TYPE) | SWNC_CFLAG | SPACE | SAP Workload NW Collector: Zeichenartiges Flag | 20041111 | |
3 | ![]() |
I_FLAG_GET_ORGUNITS | Call by reference | Type reference (TYPE) | SWNC_CFLAG | SPACE | SAP Workload NW Collector: Zeichenartiges Flag | 20041111 | |
4 | ![]() |
I_READER | Call by reference | Object reference (TYPE REF TO) | IF_SWNC_READER | Schnittstelle für Zugriff auf Lese-Objekte für Statistiksätz | 20041111 |
Method CONSTRUCTOR on class CL_SWNC_STATREC_SET_NESTED_TAB has no exception.
Method CONVERT_TO_STATREC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STATREC | Call by reference | Object reference (TYPE REF TO) | CL_SWNC_RECORD | Statistikhauptsatz | 20041007 | ||
2 | ![]() |
STATREC | Value transfer | Type reference (TYPE) | SWNCSTATREC | Statistiksatz (tiefe Struktur: Haupt+Subsätze) | 20041007 |
Method CONVERT_TO_STATREC on class CL_SWNC_STATREC_SET_NESTED_TAB has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 700 |