BATCHMAN_DISPLAY 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 BATCHMAN_DISPLAY 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: P_DOCS = List of Posted Documents
Selection Text: P_LOG = Log
Selection Text: P_RUNID = D .
Title: Data Transfer to Controlling: Display Log
Text Symbol: 002 = Messages from
Text Symbol: 003 = the data transfer
Text Symbol: 004 = the test run
Text Symbol: 005 = Post
Text Symbol: 006 = Post After Test Run
Text Symbol: 107 = Cont.
Text Symbol: 108 = LongText
No SAP DATABASE tables are accessed within this REPORT code!
K41C_RUN_ID_READ call function 'K41C_RUN_ID_READ' exporting id_run_id = p_runid importing es_id_record = s_cok41c_id exceptions others = 1.
K41C_RUN_ID_PROTOCOL_DISPLAY call function 'K41C_RUN_ID_PROTOCOL_DISPLAY' exporting id_run_id = p_runid id_callback_prog = gc_repid id_callback_form = gc_callback_form id_callback_type = gc_callback_type id_amodal = gc_modal id_test = gc_false id_stop = gd_stop exceptions no_protocol_found = 1 error_in_logfile = 2 others = 3.
K41C_RUN_ID_DOCUMENTS_DISPLAY call function 'K41C_RUN_ID_DOCUMENTS_DISPLAY' exporting id_run_id = p_runid exceptions no_documents_found = 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.
BATCHMAN_DISPLAY - Data Transfer to Controlling: Display Log BATCHMAN_DISPLAY - Data Transfer to Controlling: Display Log BATCHMAN_ALL - Transfer External CO Data to R/3 BATCHMAN_ALL - Transfer External CO Data to R/3 BATCHMANTOP - documentation and ABAP source code BATCHMANF18 - documentation and ABAP source code