REA_SIMINDICES_MONITOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Monitoring Mass Simulation Use this report to monitor mass simulation...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter REA_SIMINDICES_MONITOR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EAMS11 - Monitoring of Mass Simulation
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: XABLH = D Meter reading unit
Selection Text: XAKLASS = D Billing class
Selection Text: XANLAGE = D Installation
Selection Text: XBRANCHE = D Industry sector
Selection Text: XMAX = D Maximum number
Selection Text: XSIMRID = D Simul. Period Identification
Selection Text: XSPARTE = D Division
Selection Text: XSTATE = D Simulation Index status
Selection Text: XTTYP = D Rate category
Title: Monitor for Mass Simulation
Text Symbol: 001 = Display Document
Text Symbol: 002 = Displ.Individ. Items
Text Symbol: T01 = Simulation indexes for identification &1
Text Symbol: T02 = Selection of Information Structure
Text Symbol: T10 = Simulation index was billed
Text Symbol: T11 = Billing of Simulation Index Install. &1
Text Symbol: T12 = &1 Document(s) were posted
Text Symbol: T13 = Individual items were posted
INCLUDE REA_SIMINDICES_MONITOR_TOP.
INCLUDE REA_SIMINDICES_MONITOR_F01.
INCLUDE REA_SIMINDICES_MONITOR_F02.
INCLUDE REA_SIMINDICES_MONITOR_F03.
INCLUDE REA_SIMINDICES_MONITOR_F04.
INCLUDE REA_SIMINDICES_MONITOR_F05.
INCLUDE REA_SIMINDICES_MONITOR_F06.
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_TE537_CHECK_CONSISTENCY CALL FUNCTION 'ISU_DB_TE537_CHECK_CONSISTENCY' EXPORTING x_simrunid = xsimrid IMPORTING y_te535 = g_obj-te535 y_te537 = g_obj-te537 y_te539_tab = g_obj-te539_tab EXCEPTIONS OTHERS = 1.
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 - 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 REA_SIMINDICES_CREATE - Create Simulation Indexes for Mass Simulation