SXMSAGGPROF SAP (SAP XI Status Overview: Aggregration Profile Header) Table details

Dictionary Type: Table
Description: SAP XI Status Overview: Aggregration Profile Header




ABAP Code to SELECT data from SXMSAGGPROF
Related tables to SXMSAGGPROF
Access table SXMSAGGPROF




Table field list including key, data, relationships and ABAP select examples

SXMSAGGPROF is a standard SAP Table which is used to store SAP XI Status Overview: Aggregration Profile Header data and is available within R/3 SAP systems depending on the version and release level.

The SXMSAGGPROF table consists of various fields, each holding specific information or linking keys about SAP XI Status Overview: Aggregration Profile Header data available in SAP. These include APPLICATION_NAME (SAP XI Status Overview: Messaging Application), ACTIVE (SAP XI Status Overview: Aggregation Profile Active/Inactive), AGG_ATTR_DTYPE (SAP XI Status Overview: Reference Aggregation Attributes), AGG_DATA_DTYPE (SAP XI Status Overview: Reference Data Container).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = SXMSAGGPROFT


SAP SXMSAGGPROF table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PROFILE_NAMESAP XI Status Overview: Aggregation Profile SXMS_AGG_PROF_NAMECHAR20SXMS_AGG_PROF_NAME
APPLICATION_NAMESAP XI Status Overview: Messaging Application SXMS_AGG_APPL_NAMECHAR20CHAR20
ACTIVESAP XI Status Overview: Aggregation Profile Active/Inactive SXMS_AGG_PROF_ACTIVECHAR1AS4FLAG
AGG_ATTR_DTYPESAP XI Status Overview: Reference Aggregation Attributes SXMS_AGG_ATTR_DTYPECHAR30Assigned to domainAS4TAB
AGG_DATA_DTYPESAP XI Status Overview: Reference Data Container SXMS_AGG_DATA_DTYPECHAR30Assigned to domainAS4TAB
CLSNAMEClass Name SEOCLNAMECHAR30SEOCLSNAMESEOCLSNAMEF4
MODIFIEDBYLast Changed By SXMSMODIFIEDBYCHAR12UNAME
MODIFYDATEChanged On SXMSMODIFYDATEDATS8SYDATS
MODIFYTIMELast Changed At SXMSMODIFYTIMETIMS6SYTIME
AGGRTSTMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL

Key field Non-key field



How do I retrieve data from SAP table SXMSAGGPROF using ABAP code

The following ABAP code Example will allow you to do a basic selection on SXMSAGGPROF to SELECT all data from the table
DATA: WA_SXMSAGGPROF TYPE SXMSAGGPROF.

SELECT SINGLE *
FROM SXMSAGGPROF
INTO CORRESPONDING FIELDS OF WA_SXMSAGGPROF
WHERE...

How to access SAP table SXMSAGGPROF

Within an ECC or HANA version of SAP you can also view further information about SXMSAGGPROF and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!