REA_SIMINDICES_MONITOR_F03 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 REA_SIMINDICES_MONITOR_F03 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: Include REA_SIMINDICES_MONITOR_F03
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_INST_BIVIEW_DISPLAY CALL FUNCTION 'ISU_INST_BIVIEW_DISPLAY' EXPORTING x_ianlkey = ianlkey.
ISU_BI_MASS_SIMULATION CALL FUNCTION 'ISU_BI_MASS_SIMULATION' EXPORTING x_single_anlage = p_wouttab-anlage x_simrunid = xsimrid x_param_ebisid = webisid x_no_update = space IMPORTING * y_counter = counter y_result = result_bi y_extnumber = extnumber y_fatal_error = fatal_error EXCEPTIONS general_fault = 1 OTHERS = 2.
ISU_BI_MASS_OUTSORT_DISPLAY CALL FUNCTION 'ISU_BI_MASS_OUTSORT_DISPLAY' EXPORTING x_bill_docs_tab = p_result_bi-bill_docs_tab x_anlage = p_wouttab-anlage x_no_change = space IMPORTING y_release_docs = release.
ISU_BI_MASS_OUTSORT_RELEASE CALL FUNCTION 'ISU_BI_MASS_OUTSORT_RELEASE' EXPORTING x_simrunid = xsimrid x_anlage = p_wouttab-anlage x_bill_sim_set = p_result_bi IMPORTING y_extnumber = extnumber y_result = result_out y_fatal_error = fatal_error EXCEPTIONS OTHERS = 1.
ISU_BI_MASS_SIMULATION CALL FUNCTION 'ISU_BI_MASS_SIMULATION' EXPORTING x_single_anlage = p_wouttab-anlage x_simrunid = xsimrid x_param_ebisid = webisid x_no_update = 'X' IMPORTING y_extnumber = extnumber y_result = result y_fatal_error = fatal_error EXCEPTIONS general_fault = 1 OTHERS = 2.
ISU_BI_MASS_OUTSORT_DISPLAY CALL FUNCTION 'ISU_BI_MASS_OUTSORT_DISPLAY' EXPORTING x_bill_docs_tab = result-bill_docs_tab x_anlage = p_wouttab-anlage x_no_change = 'X'.
ISU_S_BILL_DOC_DISPLAY CALL FUNCTION 'ISU_S_BILL_DOC_DISPLAY' EXPORTING x_no_other = 'X' x_t_obj = result-bill_docs_tab EXCEPTIONS OTHERS = 0.
APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING object = ' ' object_attribute = 0 subobject = ' ' subobject_attribute = 0 external_number = p_extnumber external_number_attribute = 0 title_list_screen = ' ' title_selection_screen = ' ' date_from = sy-datum date_to = sy-datum time_to = sy-uzeit suppress_selection_dialog = 'X' column_selection_msg_jump = '1' external_number_display_length = 20 EXCEPTIONS no_authority = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REA_SIMINDICES_MONITOR_F03 - Include REA_SIMINDICES_MONITOR_F03 REA_SIMINDICES_MONITOR_F02 - Include REA_SIMINDICES_MONITOR_F02 REA_SIMINDICES_MONITOR_F01 - Include REA_SIMINDICES_MONITOR_F01 REA_SIMINDICES_MONITOR - Monitor for Mass Simulation REA_SIMINDICES_MONITOR - Monitor for Mass Simulation REA_SIMINDICES_DELETE - Delete Indexes for Mass Simulation