SXMS_TEST_BULK 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 SXMS_TEST_BULK 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: SYS_ERR = System Error
Selection Text: SYS_ACK = System OK
Selection Text: RCVSPLIT = Receiver Split
Selection Text: QUEUE = Queue ID
Selection Text: PPROXLOW = Proxy to Proxy (Low Priority)
Selection Text: PPROX = Proxy to Proxy
Selection Text: PIDOC = Proxy to IDoc
Selection Text: PFILE = Proxy to File
Selection Text: NO_SPLIT = No Split
Selection Text: N = Number of Messages
Selection Text: MIX = Interface Mix
Selection Text: IF_SPLIT = Interface Split
Selection Text: ERR_NR = No. of Message with Errors
Selection Text: ERRSPLIT = Error
Selection Text: EOIO = EOIO
Selection Text: EO = EO
Selection Text: DSR = Set DSR Passport
Selection Text: APPL_ERR = Application Error
Selection Text: APPL_ACK = Application OK
Text Symbol: 130 = Sender Service
Text Symbol: 120 = Quality of Service
Text Symbol: 110 = Request Acknowledgment
Text Symbol: 100 = Test Scenario Message Packaging
Text Symbol: 001 = Receiver/Interface Determination
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SXMS_TEST_BULK CALL FUNCTION 'SXMS_TEST_BULK' EXPORTING testcase = testcase queue_id = queue n = n err_nr = err_nr sys_ack = sys_ack appl_ack = appl_ack sys_err_ack = sys_err appl_err_ack = appl_err dsr = dsr IMPORTING msgid_tab = l_t_guid.
SXMB_MONI_CHECK_AUTHORITY CALL FUNCTION 'SXMB_MONI_CHECK_AUTHORITY' EXPORTING im_activity = '03' IMPORTING ex_authority = lv_allowed EXCEPTIONS invalid_activity = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SXMS_TEST_BULK - Message Packaging Test SXMS_TEST_BULK - Message Packaging Test SXMS_TEST_BPE_EO_BE - Test Asynchronous -> BPE -> Synchronous Scenario SXMS_TEST_BPE_EO_BE - Test Asynchronous -> BPE -> Synchronous Scenario SXMS_TCMP_TEST_JOB - Program SXMS_TCMP_TEST_JOB SXMS_TCMP_TEST_JOB - Program SXMS_TCMP_TEST_JOB