SAP Reports / Programs | Basis Components | Exchange Infrastructure | Integration Engine(BC-XI-IS-IEN) SAP BC

SXMS_FEH_TEST SAP ABAP Report - Program SXMS_FEH_TEST







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


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


INCLUDES used within this REPORT SXMS_FEH_TEST

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:

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.



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