SXMS_UPDATE_MULTIPART 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_UPDATE_MULTIPART 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: DISPLAY = Display
Selection Text: PERIOD = Retention Period (Days)
Selection Text: TEST = Test
Title: Report SXMS_UPDATE_MULTIPART
Text Symbol: 010 = Status changed for
Text Symbol: 020 = Messages
Text Symbol: 030 = Status checked (test mode) for
Text Symbol: 040 = Result
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SXMB_MONI_CHECK_AUTHORITY CALL FUNCTION 'SXMB_MONI_CHECK_AUTHORITY' EXPORTING im_activity = '03' EXCEPTIONS invalid_activity = 1 OTHERS = 2.
REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = lv_title i_allow_no_selection = 'X' i_zebra = 'X' i_screen_start_column = 0 i_screen_start_line = 1 i_screen_end_column = 120 i_screen_end_line = 20 i_tabname = 'L_T_TECHINFO' it_fieldcat = lt_fieldcat TABLES t_outtab = l_t_techinfo EXCEPTIONS program_error = 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_UPDATE_MULTIPART - Report SXMS_UPDATE_MULTIPART SXMS_UPDATE_MULTIPART - Report SXMS_UPDATE_MULTIPART SXMS_UPDATE_IDOC_STATUS - SXMSUPDATEIDOCSTATUS SXMS_UPDATE_IDOC_STATUS - SXMSUPDATEIDOCSTATUS SXMS_UPDATE_CACHE_LOGGING - Report SXMS_UPDATE_CACHE_LOGGING SXMS_UPDATE_CACHE_LOGGING - Report SXMS_UPDATE_CACHE_LOGGING