RS_AMC_BATCH_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 RS_AMC_BATCH_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.
Title: AMC: AMC test for batch sessions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AMC_PATTERN_RECEIVER_SESSION CALL FUNCTION 'AMC_PATTERN_RECEIVER_SESSION' STARTING NEW TASK 'AMC_Pattern_123' PERFORMING call_back ON END OF TASK EXPORTING iv_action = 'S' "Send message to the provided channel iv_channel_id = gc_channel_event_id iv_channel_extension_id = lv_channel_extension_id iv_message = lv_text EXCEPTIONS communication_failue = 1 system_failure = 2.
AMC_PATTERN_RECEIVER_SESSION CALL FUNCTION 'AMC_PATTERN_RECEIVER_SESSION' STARTING NEW TASK 'AMC_Pattern_124' PERFORMING call_back ON END OF TASK EXPORTING iv_action = 'R' "Send message to the provided channel iv_channel_id = gc_channel_event_id iv_channel_extension_id = lv_channel_extension_id EXCEPTIONS communication_failue = 1 system_failure = 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.
RS_AMC_BATCH_TEST - AMC: AMC test for batch sessions RS_AMC_BATCH_TEST - AMC: AMC test for batch sessions RS_ADMINWB_REMOTE - Remote control of AWB only for CAT RS_ADMINWB_REMOTE - Remote control of AWB only for CAT RS_ADD_TITLE_TO_TC - Insert title in TableControl RS_ADD_TITLE_TO_TC - Insert title in TableControl