BATCHMANF18 is a standard ABAP INCLUDE 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 BATCHMANF18 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RPY_MESSAGE_COMPOSE call function 'RPY_MESSAGE_COMPOSE' exporting message_id = ld_msgid message_number = ld_msgno message_var1 = ld_msgv1 message_var2 = ld_msgv2 message_var3 = ld_msgv3 message_var4 = ld_msgv4 importing message_text = ld_text.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = ld_text text_button_1 = text-107 icon_button_1 = 'ICON_OKAY' text_button_2 = text-108 icon_button_2 = 'ICON_SYSTEM_HELP' display_cancel_button = 'X' start_column = 25 start_row = 6 importing answer = cd_answer.
HELP_START call function 'HELP_START' exporting help_infos = ls_help_info tables dynpselect = lt_dynpselect dynpvaluetab = lt_dynvaltab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.