SXMS_FEH_TEST 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_FEH_TEST 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: UNLOCK = Unlock
Selection Text: SYNC = Synchronous
Selection Text: SEND = Send Warning
Selection Text: QUEUE_ID = Queue ID
Selection Text: OK = Successful
Selection Text: MSGID = Message ID
Selection Text: LIST = Display FEH Entries
Selection Text: FINISH = Unlock Immediately
Selection Text: EOIO = EOIO
Selection Text: EO = EO
Selection Text: CANCEL = Exit
Selection Text: ASYNC = Asynchronous
Selection Text: APP_NACK = Negative Appl. Acknowledgment
Selection Text: APP_ACK = Application Acknowledgment
Title: Program SXMS_FEH_TEST
Text Symbol: 435 = Message ID not found in receiver system
Text Symbol: 430 = Locked by Message ID
Text Symbol: 425 = Queue
Text Symbol: 420 = Client
Text Symbol: 415 = System ID
Text Symbol: 410 = Unlocked Successfully
Text Symbol: 405 = Message ID
Text Symbol: 400 = Options
Text Symbol: 300 = Error Handling
Text Symbol: 200 = Acknowledgments
Text Symbol: 120 = QRFC Inbound Monitor
Text Symbol: 115 = SMQ2
Text Symbol: 110 = Display Documentation
Text Symbol: 105 = Documentation
Text Symbol: 100 = Quality of Service
Text Symbol: 040 = Result
Text Symbol: 000 = Test
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
DSYS_SHOW_FOR_F1HELP CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING application = 'SO70' dokclass = 'TX' doklangu = sy-langu dokname = 'SXMS_FEH_TEST' EXCEPTIONS class_unknown = 1 object_not_found = 2 OTHERS = 3.
SXMB_MONI_CHECK_AUTHORITY CALL FUNCTION 'SXMB_MONI_CHECK_AUTHORITY' EXPORTING im_activity = '03' 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_FEH_TEST - Program SXMS_FEH_TEST SXMS_FEH_TEST - Program SXMS_FEH_TEST SXMS_EXTRACT_MESSAGES - User-Defined Indexing SXMS_EXTRACT_MESSAGES - User-Defined Indexing SXMS_EP_SHORTCUT_CLEAR_BUFFER - Program SXMS_EP_SHORTCUT_CLEAR_BUFFER SXMS_EP_SHORTCUT_CLEAR_BUFFER - Program SXMS_EP_SHORTCUT_CLEAR_BUFFER