You are on page 1of 1

There are two concepts that already exists in SAP for your process:

1) Meter Reading Order suppression - this is the case when a periodic or other
reading that can be suppressed is not created in the system (it's suppressed)
because a meter reading already exists within X days from the scheduled meter
reading date
- the time interval is configured in SPRO.

2) Meter Reading Order Interpolation - this is the case when a meter reading order
can
be automatically interpolated because it's date is within the entry interval that
is set
in the meter reading unit. The meter reading reason needs to be flagged with auto-
interpolate flag in SPRO.

You cannot see meter reading orders that are suppressed because they are deleted
from the system or not created (in standard). What you might do is to do some
developments
and basically do your own suppression logic where when you suppress a meter reading
you actually
mark it as inactive and it will still be in the system... You can use for example
user exit EDMSUPBI
to deactivate meter readings based on your own logic...

You might also like