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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSXMB_AGG_DATA_CONDENSE - SAP XI Status Overview: Aggregate Raw Data RSXMB_AGG_DATA_CONDENSE - SAP XI Status Overview: Aggregate Raw Data RSXMB_ACTIVE_JOBS - Integration Engine: Job Overview RSXMB_ACTIVE_JOBS - Integration Engine: Job Overview RSXMB_ACTIVATE_ICF_SERVICES - Program RSXMB_ACTIVATE_ICF_SERVICES RSXMB_ACTIVATE_ICF_SERVICES - Program RSXMB_ACTIVATE_ICF_SERVICES