BATCHMANF05 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 BATCHMANF05 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!
BAL_DB_LOAD call function 'BAL_DB_LOAD' exporting i_t_log_handle = t_log_handle exceptions others = 1.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_display_profile = s_bal_profile i_t_log_handle = t_log_handle i_amodal = id_amodal importing e_s_exit_command = s_exit_comm exceptions no_data_available = 1 others = 2.
K41C_RUN_ID_PROTOCOL_DISPLAY * call function 'K41C_RUN_ID_PROTOCOL_DISPLAY' * exporting * id_run_text = id_run_text * id_run_id = scm_message-log_handle * id_callback_prog = gc_repid * id_callback_form = gc_callback_form * id_callback_type = gc_callback_type * id_amodal = id_amodal * id_test = gc_false * id_stop = gd_stop * exceptions * no_protocol_found = 1 * error_in_logfile = 2 * others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BATCHMANF05 - documentation and ABAP source code BATCHMANF04 - documentation and ABAP source code BATCHMANF03 - documentation and ABAP source code BATCHMANF02 - documentation and ABAP source code BATCHMANF01 - documentation and ABAP source code BASCONST - Constants for Creation of IDoc for Service Master