RSXMB_AGG_DATA_FROM_MAST 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_FROM_MAST 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: CLIENT = Client
Selection Text: EXE2DATE = Until Execution Date/Time
Selection Text: EXE2TIME = Time
Selection Text: EXEDATE = From Execution Date/Time
Selection Text: EXETIME = Time
Selection Text: PID = Pipeline
Title: SAP XI Status Overview: Create Data from Message Persistence
Text Symbol: 001 = No authorization to execute this program
Text Symbol: 002 = No Messages Found for These Selection Criteria
Text Symbol: L01 = Number of Messages Selected:
Text Symbol: L04 = Selection Messages from Exec.Date/Time:
Text Symbol: L05 = Selection Messages to Exec. Date/Time:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SXMB_AGG_PROFILES_GET CALL FUNCTION 'SXMB_AGG_PROFILES_GET' EXPORTING iv_application_name = cl_sxmb_agg_xpi_status=>c_appl_iengine TABLES et_sxmsaggprof = lt_aggprof et_sxmsaggprofr = lt_aggprofr.
SXMB_MON_SELECT_MSG_LIST CALL FUNCTION 'SXMB_MON_SELECT_MSG_LIST' EXPORTING im_start_timestamp = lv_start_tstmp im_end_timestamp = lv_end_tstmp im_mandt = client im_pids = rt_pids im_rows = 10000 IMPORTING ex_msgguid_tab = lt_msgkeytab.
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_FROM_MAST - SAP XI Status Overview: Create Data from Message Persistence RSXMB_AGG_DATA_FROM_MAST - SAP XI Status Overview: Create Data from Message Persistence 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