SAP ABAP Class CL_SXMB_AGGREGATION_MAIN (SAP XI Status Overview: Main Functions)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IS-WKB (Application Component) Runtime Workbench/Monitoring
⤷
SXMSMONI (Package) XI: Integration Engine Monitoring
⤷
⤷
Properties
| Class | CL_SXMB_AGGREGATION_MAIN | |
| Short Description | SAP XI Status Overview: Main Functions | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SXMSMONI | XI: Integration Engine Monitoring |
| Created | 20070119 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SXMB_AGGREGATION_MAIN has no forward declaration.
Interfaces
Class CL_SXMB_AGGREGATION_MAIN has no interface implemented.
Friends
Class CL_SXMB_AGGREGATION_MAIN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | INDX_RELID | 'A1' | Indx-Relid for Aggregated Data | 20070121 | ||
| 2 | Static Attribute | Public | Type reference (TYPE) | INDX_RELID | 'A1' | Indx-Relid for Aggr.Key Mapping | 20070119 | ||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CONV_OUT_CE | Code Page and Endian Conversion (System Format -> External) | 20070119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Create Aggregation Key and Insert in Mapping Table | 20070119 | |
| 2 | Static method | Public | Method | Delete Aggregated Period Records | 20070123 | |
| 3 | Static method | Public | Method | Delete Aggregation Keys and Attribute Mapping Table | 20070130 | |
| 4 | Static method | Public | Method | Read Container with Aggregated Data for Period Record | 20070121 | |
| 5 | Static method | Public | Method | Read Header Aggregated Period Records for Profile | 20070121 | |
| 6 | Static method | Public | Method | Calculate Retention Time of Period | 20070123 | |
| 7 | Static method | Public | Method | Read Aggregation Keys and Attribute Mapping Table | 20070122 | |
| 8 | Static method | Public | Method | Read Aggregation Keys and Attribute Mapping Table | 20100104 | |
| 9 | Static method | Public | Method | Write Container with Aggregated Data for Period Record | 20070122 |
Events
Class CL_SXMB_AGGREGATION_MAIN has no event.
Types
Class CL_SXMB_AGGREGATION_MAIN has no local type.
Method Signatures
Method CREATE_AGG_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGGREGATION_KEY | Value transfer | Type reference (TYPE) | SXMS_AGGREGATION_KEY | SAP XI Status Übersicht: Verdichtungskey | 20070119 | |||
| 2 | ATTRIBUTE_VALUES | Call by reference | Type reference (TYPE) | ANY | Struktur der Attributswerte | 20070119 | |||
| 3 | PROFILE_NAME | Call by reference | Type reference (TYPE) | SXMS_AGG_PROF_NAME | SAP XI Status Übersicht: Verdichtungsprofil | 20070119 |
Method CREATE_AGG_KEY on class CL_SXMB_AGGREGATION_MAIN has no exception.
Method DELETE_AGG_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGG_DATA_HEADER | Value transfer | Type reference (TYPE) | V_SXMSAGGDATA_T | SAP XI Status Übersicht:: Header verdichtete Daten | 20070123 |
Method DELETE_AGG_DATA on class CL_SXMB_AGGREGATION_MAIN has no exception.
Method DELETE_AGG_KEY_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGGREGATION_KEY | Call by reference | Type reference (TYPE) | SXMS_AGGREGATION_KEY | SPACE | SAP XI Status Übersicht: Verdichtungskey | 20070130 | ||
| 2 | PROFILE_NAME | Call by reference | Type reference (TYPE) | SXMS_AGG_PROF_NAME | SAP XI Status Übersicht: Verdichtungsprofil | 20070130 |
Method DELETE_AGG_KEY_MAPPING on class CL_SXMB_AGGREGATION_MAIN has no exception.
Method GET_AGG_DATA_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGG_DATA_CONTAINER | Value transfer | Type reference (TYPE) | TABLE | Container verdichtete Daten | 20070121 | |||
| 2 | AGG_DATA_HEADER | Call by reference | Type reference (TYPE) | V_SXMSAGGDATA | Generierte Tabelle zum View V_SXMSAGGDATA | 20070121 |
Method GET_AGG_DATA_CONTAINER on class CL_SXMB_AGGREGATION_MAIN has no exception.
Method GET_AGG_DATA_HEADERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGG_DATA_HEADER | Value transfer | Type reference (TYPE) | V_SXMSAGGDATA_T | SAP XI Status Übersicht:: Header verdichtete Daten | 20070121 | |||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | SPACE | Mandant (SPACE = Alle) | 20070122 | ||
| 3 | END_DATE | Call by reference | Type reference (TYPE) | SY-DATUM | SY-DATUM | Bis Datum | 20070124 | ||
| 4 | END_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | '235959' | Bis Zeit | 20070124 | ||
| 5 | PERIOD_TYPE | Call by reference | Type reference (TYPE) | SXMS_AGG_PERIOD_TYPE | SPACE | SAP XI Status Übersicht: Verdichtungsperiode | 20070124 | ||
| 6 | PROFILE_NAME | Call by reference | Type reference (TYPE) | SXMS_AGG_PROF_NAME | SAP XI Status Übersicht: Verdichtungsprofil | 20070121 | |||
| 7 | START_DATE | Call by reference | Type reference (TYPE) | SY-DATUM | '19000101' | Von Datum | 20070124 | ||
| 8 | START_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | '000000' | Von Zeit | 20070124 |
Method GET_AGG_DATA_HEADERS on class CL_SXMB_AGGREGATION_MAIN has no exception.
Method GET_PERIOD_RETENTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PERIOD | Call by reference | Type reference (TYPE) | SXMS_AGG_PERIOD | SAP XI Status Übersicht: Verdichtungsperiode | 20070123 | |||
| 2 | RETENTION_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Aufbewahrungsdatum der Periode | 20070123 | |||
| 3 | RETENTION_TIME | Call by reference | Type reference (TYPE) | SY-UZEIT | Aufbewahrungszeit der Periode | 20070123 |
Method GET_PERIOD_RETENTION on class CL_SXMB_AGGREGATION_MAIN has no exception.
Method READ_AGG_KEY_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGGREGATION_KEY | Call by reference | Type reference (TYPE) | SXMS_AGGREGATION_KEY | SAP XI Status Übersicht: Verdichtungskey | 20070122 | |||
| 2 | ATTRIBUTE_VALUES | Call by reference | Type reference (TYPE) | ANY | Struktur der Attributswerte | 20070122 | |||
| 3 | PROFILE_NAME | Call by reference | Type reference (TYPE) | SXMS_AGG_PROF_NAME | SAP XI Status Übersicht: Verdichtungsprofil | 20070122 |
Method READ_AGG_KEY_MAPPING on class CL_SXMB_AGGREGATION_MAIN has no exception.
Method READ_ALL_AGG_KEY_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGGR_KEYS | Value transfer | Type reference (TYPE) | SXMS_AGGREGATION_KEY_T | Struktur der Attributswerte | 20100104 | |||
| 2 | PROFILE_NAME | Call by reference | Type reference (TYPE) | SXMS_AGG_PROF_NAME | SAP XI Status Übersicht: Verdichtungsprofil | 20100104 |
Method READ_ALL_AGG_KEY_MAPPING on class CL_SXMB_AGGREGATION_MAIN has no exception.
Method WRITE_AGG_DATA_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGG_DATA_CONTAINER | Value transfer | Type reference (TYPE) | TABLE | Container verdichtete Daten | 20070122 | |||
| 2 | AGG_DATA_HEADER | Call by reference | Type reference (TYPE) | V_SXMSAGGDATA | Generierte Tabelle zum View V_SXMSAGGDATA | 20070122 |
Method WRITE_AGG_DATA_CONTAINER on class CL_SXMB_AGGREGATION_MAIN has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 640 |