SXMS_AGGDATA_KEY is an SAP Structure so does not store data like a database table does but can be used to process "SAP XI Status Overview: Aggregrated Data - Key" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SXMS_AGGDATA_KEY TYPE SXMS_AGGDATA_KEY .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
PROFILE_NAME | SXMS_AGG_PROF_NAME | CHAR | 20 |
* | SAP XI Status Overview: Aggregation Profile | |
PERIOD_TYPE | SXMS_AGG_PERIOD_TYPE | CHAR | 1 | SAP XI Status Overview: Aggregation Period | ||
FIRST_DAY | DATUM | DATS | 8 | Date | ||
LAST_DAY | DATUM | DATS | 8 | Date | ||
START_TIME | UZEIT | TIMS | 6 | Time |
Key field | |
Non-key field |
SXMS_AGGDATA_KEY - SAP XI Status Overview: Aggregrated Data - Key SXMS_AGGDATA_BY_PERIOD - Aggregation data for each period, used in delta-read SXMS_AE_AUDITCNF - XI: Adapter Runtime Data SXMSXRESS - Integration Engine: X Resource SXMSXIPATHELEM - Description of a Business System on XI Path SXMSWSTEST_STRING_TAB1 - Proxy Structure (generated)