SXMS_TEST_COMPARE_ERROR_CODES 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_COMPARE_ERROR_CODES 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: PDEST = Destination
Title: Compare System Error Codes
Text Symbol: 001 = Error When Reading Remote Data
Text Symbol: 002 = No. of Entries:
Text Symbol: 003 = Local
Text Symbol: 004 = Remote
Text Symbol: 005 = Comparison:
Text Symbol: 006 = Table:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SXMS_TEST_GET_ERROR_CODES CALL FUNCTION 'SXMS_TEST_GET_ERROR_CODES' DESTINATION gv_destination IMPORTING ex_sxmssyerr = gt_sxmssyerr_remote ex_sxmssyerrt = gt_sxmssyerrt_remote EXCEPTIONS system_failure = 1 communication_failure = 2 OTHERS = 99.
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_COMPARE_ERROR_CODES - Compare System Error Codes SXMS_TEST_COMPARE_ERROR_CODES - Compare System Error Codes 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