SAP Reports / Programs | Contract Billing | SAP Utilities | Contract Billing(IS-U-BI) SAP IS

REA_SIMINDICES_MONITOR_F03 SAP ABAP INCLUDE - Include REA_SIMINDICES_MONITOR_F03







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT REA_SIMINDICES_MONITOR_F03. "Basic submit
SUBMIT REA_SIMINDICES_MONITOR_F03 AND RETURN. "Return to original report after report execution complete
SUBMIT REA_SIMINDICES_MONITOR_F03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include REA_SIMINDICES_MONITOR_F03


INCLUDES used within this REPORT REA_SIMINDICES_MONITOR_F03

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name REA_SIMINDICES_MONITOR_F03 or its description.