Hi experts
I have created a measuring point with lower and upper range as 0 and 30. Now I have created a measuring document with reading 32. A notification was created because the reading is greater than upper range. I want to know whether any standard report exists with measuring document and notification created? Or atleast any table with measuring document and notification created.
Regards
Ramesh
Request clarification before answering.
Hello Ramesh,
The Notification creation when the reading exceeds the range, is not from standard. Isn't it? You might have arranged this from user-exit IMRC0001. In such case you need to develop a report for this too.
Regards
KJogeswaraRao
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ramesh,
AS Jogeswara explained, normally it will not trigger any notification, unless you implement the enhancement IMRC0001. So it depends on how the developer coded. Usually they will append (CI) these extra information in the same tables used for measurement reading entry.
This part you need to check with your ABAP consultant and then need to develop a report.
Regards,
VINOD.V
There is no question of storing into any table. All the readings (including the out-of-range) are in IMRG table. And the Notifications are in VIQMEL table. The IMRG table is connected to IMPTT table through Measuring point (field POINT). This IMPTT table is connected to EQUI table through IMPTT-MPOBJ <--->EQUI-OBJNR. (Assuming that your MPt is on Equipment). Now the Notification has been created on the Equipment on which the reading is taken.
The connecting link here is the Times of creation (Obviously the Date is same). We need to link the Time of Reading and the Time of Notification Creation. Means for a particular equipment the Date/Time of Reading and the Date/Time of Notification should be same. This is the only connection through which you can develop a report. But keep in mind that you need to give few seconds tolerance when comparing the Times of these two events. (Because the Time of Reading and Time of Notification creation might differ by few seconds.)
With these inputs your ABAPer can make the report you needed.
(Above is the way, in case there is no foresighted arrangement done while using IMRC0001 to link the Measuring document and the Notification being created)
Regards
KJogeswaraRao
Hi,
When notification is triggered from measuring document, store document number and tech object and the notification number in Z Table and from that you can generate the report you want.
Regards,
Nikkhel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 12 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.