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

RSXMB_AGG_DATA_FROM_MAST SAP ABAP Report - SAP XI Status Overview: Create Data from Message Persistence







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


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_FROM_MAST. "Basic submit
SUBMIT RSXMB_AGG_DATA_FROM_MAST AND RETURN. "Return to original report after report execution complete
SUBMIT RSXMB_AGG_DATA_FROM_MAST 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: 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:


INCLUDES used within this REPORT RSXMB_AGG_DATA_FROM_MAST

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:

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.



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_FROM_MAST or its description.