cancel
Showing results for 
Search instead for 
Did you mean: 

I have a doubst about measuring points plans

former_member698665
Discoverer
0 Kudos

How I can download the reports of the historical data of trhe information uploaded to these plans?

Accepted Solutions (1)

Accepted Solutions (1)

former_member629692
Participant
0 Kudos

Hi Cristopher,

I have not seen such report for maintenance plan to get the list of all measurement documents created against counter used in that maintenance plan.

As we input the details of reading against the counter and not the maintenance plan, so I don't think we have any standard report for this.

However you can use IK17 report to get the details of measurement documents created against the counter used in plan.

Regards,
Sandeep Vaidya

Answers (5)

Answers (5)

peter_atkin
Active Contributor

Cristofer,

The maintenance plan only takes the counter reading as an input. The measurement documents could be generated from a few places e.g. order, notification, confirmation, IK11, etc. So as stated by Sandeep above, there isn't a standard report.

However, you could write your own report linking tables MMPT, MPLA, IMPTT and IMRG. This could be done via ABAP, QuickViewer (SQVI or SAP Query (SQ01/2).

.

PeteA

peter_atkin
Active Contributor
0 Kudos

Cristofer,

A user-exit allows you to enter company-specific program code. So you will need to work with an ABAP Developer to implement user-exit IMRC0001 (see transaction SMOD).

Useful info:

https://help.sap.com/viewer/61f8c51bfee94fa78c8835db685249eb/6.18.11/en-US/396cb65334e6b54ce10000000...

.

PeteA

former_member698665
Discoverer
0 Kudos

Oh ok, so I will modify my counter to Measuring Point, other question, what is the user-exit IMRC0001? and how can to upload a work order in this measuring point?

peter_atkin
Active Contributor
0 Kudos

Cristofer,

The Counter Over Reading is used to determine when a counter resets itself back to zero. Example: a counter with four digits can have a maximum counter reading of 9999, and one more count would set the counter to 0000. So you would enter 9999 in the Counter Over Reading field.

Typically speaking, PSI readings would not be considered as a counter anyway - its just a measurement i.e. it can go up or down.

You can set the min/max threshold values in the measurement point, then use user-exit IMRC0001 (MeasPoint/MeasDoc: Exit before update) to create an order and/or notification if the threshold is exceeded.

.

PeteA

former_member698665
Discoverer
0 Kudos

I Hi thanks for your comments, I need to know why in my counter sum my readings to my Counter Over Reading (CntrOverReadg) inside equipment, example, I have 185 psi in my Counter Over Reading and I need to call the maintenance order when my read is higher than my CntrOverReadg. Add image:

In my readings in IK17, the information is 185 psi plus input in IK22 (70psi), the equals is 255 psi, and I dont require this, I need to add readings, and when are greater than my CntrOverReadg, call the work order.

Best Regards!