REAMI_LOG_MONITORING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to monitor AMI communication...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 REAMI_LOG_MONITORING into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EAMIMON01 - Monitoring of AMI Communication
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_DAYS = Selection by
Selection Text: P_DEVSEL = Sel. of Material/Serial Number
Selection Text: P_NOREST = No Restrictions
Selection Text: P_TRANGE = Selection by Period
Selection Text: P_ZDAYS = Number of Days Back
Selection Text: P_ACTION = D .
Selection Text: P_AMIAMS = D .
Selection Text: P_INEVEN = D .
Selection Text: P_INMESU = D .
Selection Text: P_INMSG = D .
Selection Text: P_INREAD = D .
Selection Text: P_INREDI = D .
Selection Text: P_MATNR = D .
Selection Text: P_NUMBER = D .
Selection Text: P_OBJTYP = D .
Selection Text: P_TRDIR = D .
Selection Text: SO_DATE = D .
Selection Text: SO_ERNAM = D .
Selection Text: SO_GERNR = D .
Selection Text: SO_OKEY = D .
Selection Text: SO_STAT = D .
Selection Text: SO_TIME = D .
Selection Text: P_ARCH = Read Archive
Title: Monitoring of AMI Communication
Text Symbol: BT2 = Program Documentation
Text Symbol: BT3 = Number of Entries
Text Symbol: D01 = Display: Number of Entries
Text Symbol: D02 = Number of Entries that Meet the Selection Criteria:
Text Symbol: D03 = Object in Arch.
Text Symbol: D04 = Reading from the archive can take a long time. Do you still want to read from the archive?
Text Symbol: D05 = Yes
Text Symbol: IT3 = Number of Entries
Text Symbol: S01 = Main Selection
Text Symbol: S02 = Additional Selection
Text Symbol: S03 = Time-Based Selection
Text Symbol: S04 = Additional Selection of Selected Object Types
Text Symbol: S07 = From-Date
Text Symbol: S08 = From-Time
INCLUDE REAMI_LOG_MONITORINGTOP. " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REAMI_LOG_MONITORING - Monitoring of AMI Communication REAMI_LOG_MONITORING - Monitoring of AMI Communication REAMI_LOG_DELETE - IS-U Archiving: Delete AMI Communication REAMI_LOG_DELETE - IS-U Archiving: Delete AMI Communication REAMI_LOG_ARCHIVE - IS-U Archiving: Archive AMI Communication REAMI_LOG_ARCHIVE - IS-U Archiving: Archive AMI Communication