SAP Reports / Programs | Basis Components | Exchange Infrastructure | Runtime Workbench/Monitoring(BC-XI-IS-WKB) SAP BC

RSXMB_AGG_DATA_CONDENSE SAP ABAP Report - SAP XI Status Overview: Aggregate Raw Data







RSXMB_AGG_DATA_CONDENSE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSXMB_AGG_DATA_CONDENSE into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RSXMB_AGG_DATA_CONDENSE. "Basic submit
SUBMIT RSXMB_AGG_DATA_CONDENSE AND RETURN. "Return to original report after report execution complete
SUBMIT RSXMB_AGG_DATA_CONDENSE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: AGGAPPL = Application
Selection Text: MAXLINES = Max. Raw Data for Each Run
Selection Text: PROFILE = Aggregation Profile
Title: SAP XI Status Overview: Aggregate Raw Data
Text Symbol: 001 = Aggregate Raw Data for Profile:
Text Symbol: 002 = Client
Text Symbol: 003 = Period
Text Symbol: 004 = Start Tag
Text Symbol: 005 = End Tag
Text Symbol: 006 = Start Time
Text Symbol: 007 = No. Raw Data Records
Text Symbol: 008 = Total Amount of Newly Aggregated Raw Data


INCLUDES used within this REPORT RSXMB_AGG_DATA_CONDENSE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ENQUEUE_E_TABLEE CALL FUNCTION 'ENQUEUE_E_TABLEE' EXPORTING mode_rstable = 'E' tabname = 'SXMSAGGPROF' varkey = lv_varkey EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

SXMB_AGG_PROFILES_GET CALL FUNCTION 'SXMB_AGG_PROFILES_GET' EXPORTING iv_application_name = aggappl * IV_ACTIVE = 'X' TABLES et_sxmsaggprof = lt_aggprof.

DEQUEUE_E_TABLEE CALL FUNCTION 'DEQUEUE_E_TABLEE' EXPORTING mode_rstable = 'E' tabname = 'SXMSAGGDAT' varkey = lv_varkey.

SXMB_AGG_PERIODES_GET CALL FUNCTION 'SXMB_AGG_PERIODES_GET' EXPORTING iv_profile_name = lt_aggprof-profile_name IMPORTING et_agg_periods = lt_aggperiod[].

DEQUEUE_E_TABLEE CALL FUNCTION 'DEQUEUE_E_TABLEE' EXPORTING mode_rstable = 'E' tabname = 'SXMSAGGDAT' varkey = lv_varkey.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSXMB_AGG_DATA_CONDENSE or its description.