SAP Reports / Programs

REAMI_LOG_MONITORING SAP ABAP Report - Monitoring of AMI Communication







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EAMIMON01 - Monitoring of AMI Communication


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 REAMI_LOG_MONITORING. "Basic submit
SUBMIT REAMI_LOG_MONITORING AND RETURN. "Return to original report after report execution complete
SUBMIT REAMI_LOG_MONITORING VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: S09 = Number of Days Back
Text Symbol: S10 = Technical Options
Text Symbol: S11 = Additional Settings for Object Type 'Device'
Text Symbol: S12 = No Restriction
Text Symbol: S21 = Selection by Period
Text Symbol: S22 = Selection by
Text Symbol: S23 = Read from Archive


INCLUDES used within this REPORT REAMI_LOG_MONITORING

INCLUDE REAMI_LOG_MONITORINGTOP. " GLOBAL DATA


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:

No SAP FUNCTION MODULES are executed within this report code!



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 REAMI_LOG_MONITORING or its description.