REA_SIMINDICES_MONITOR_F01 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_F01 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_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_EBISIM_SELECT CALL FUNCTION 'ISU_DB_EBISIM_SELECT' EXPORTING x_simrunid = xsimrid x_range_anlage = xanlage[] x_range_simstate = xstate[] x_maxcount = xmax x_range_sparte = xsparte[] x_range_aklasse = xaklass[] x_range_tariftyp = xttyp[] x_range_ableinh = xablh[] x_range_branche = xbranche[] IMPORTING y_ebisim_tab = p_obj-iebisim.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = p_obj-grid-struc_name CHANGING ct_fieldcat = p_obj-grid-ifieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
ISU_DB_EANL_FORALL CALL FUNCTION 'ISU_DB_EANL_FORALL' TABLES t_v_eanl = iveanl EXCEPTIONS OTHERS = 0.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'SIMSTATE' value = value texts_only = 'X' IMPORTING dd07v_wa = wdd07v EXCEPTIONS OTHERS = 1.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_led_green info = p_wouttab-text_state(35) IMPORTING RESULT = p_wouttab-icon_state EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_led_inactive info = p_wouttab-text_state(35) IMPORTING RESULT = p_wouttab-icon_state EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_led_yellow info = p_wouttab-text_state(35) IMPORTING RESULT = p_wouttab-icon_state EXCEPTIONS OTHERS = 0.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_led_red info = p_wouttab-text_state(35) IMPORTING RESULT = p_wouttab-icon_state EXCEPTIONS OTHERS = 0.
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_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 REA_SIMINDICES_DELETE - Delete Indexes for Mass Simulation REA_SIMINDICES_CREATE - Create Simulation Indexes for Mass Simulation