cancel
Showing results for 
Search instead for 
Did you mean: 

Measuring Point Counter Overflow reading

Former Member
0 Kudos

Dear Masters,

I want to know whether there is any standard method by which i can create a notification in the system whenever any measuring point reading reaches its counter overflow reading?

Can I do the same with the range valued measuring points? That if the measuring point reading is out of the range defined in a measuring point, it should create a notification

Thanks in advance for your valuable time and answers.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try any of these User Exits.

IMRC0001 MeasPoint/MeasDoc: Exit before update (after COMMIT WORK)

IMRC0003 MeasDoc: Menu exit for customer-specific function

To create the Notification, use the FM BAPI_ALM_NOTIF_CREATE.

[Check this link as well|;

Regards,

Maheswaran.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks,

Question solved.

shailendradupadhyay
Contributor
0 Kudos

Hi

I think its not possible in standard ,you have to go for some enhancement.

use user exit:IMRC001 for your purpose.

Shail