cancel
Showing results for 
Search instead for 
Did you mean: 

Creation of notification incase measurement reading exceeds upper limit

Former Member
0 Kudos

Dear Friends,

A notification is to be automatically generated once the measurement reading exceeds the upper limit. can anyone tell me the link to this setting in SPRO?

Thanks in advance

Vivek

Accepted Solutions (1)

Accepted Solutions (1)

former_member187991
Active Contributor
0 Kudos

hi

you have to activate the user exit for the same IMRC0001.also check [here|http://help.sap.com/saphelp_erp60_sp/helpdata/en/1b/0804a6901d11d29e8b0000e8323350/content.htm]

regards

thyagarajan

Former Member
0 Kudos

Hi,

I have followed what you said and notification is getting created.

But, while opening the notification, system is giving the following message

Object does not exist (status management)

Message no. IM258

Diagnosis

This refers to an error in central status management.

Task status

The central status management connection at task level will only be supported from Release 3.0.

For this reason, no task status is available for statuses created before changing to Release 3.0, and status change is therefore also not possible.

Procedure

In the case of task statuses of notifications in releases prior to 3.0:

When you save a notification you can create a status for the tasks.

In the case of notification or task statuses for notifications from Release 3.0:

Please refer to your system administrator.

And in the notifications list, system status for these notifications is blank.

Note: I did not using User status for this notification type(M2).

Please try to analyse..

Thanks in advance,

K.Yugandhar.

MTerence
Active Contributor
0 Kudos

Hi

According to your query,

You have to maintain user status profile in SPRO

BUt for system status, if u create a notification only.. it will says its created....

Its automatic

SAP Standard

- Pithan

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks Pete. after applying the note its working fine.

Former Member
0 Kudos

I am facing the same problem as Yoginder.

I have followed what you said and notification is getting created.

But, while opening the notification, system is giving the following message

Object does not exist (status management)

Message no. IM258

Diagnosis

This refers to an error in central status management.

Task status

The central status management connection at task level will only be supported from Release 3.0.

For this reason, no task status is available for statuses created before changing to Release 3.0, and status change is therefore also not possible.

Procedure

In the case of task statuses of notifications in releases prior to 3.0:

When you save a notification you can create a status for the tasks.

In the case of notification or task statuses for notifications from Release 3.0:

Please refer to your system administrator.

PLease help

Thanks in advance

Vivek

former_member192718
Active Contributor
0 Kudos

Dear,

As the error is itself suggesting. Your problem will get release after release 3.0 patch load.

This is job of basis.

Regards,

Kaushal Rai

peter_atkin
Active Contributor
0 Kudos

Vivek,

Have a look at [OSS Note 437878|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=437878]

Can you post your IMRC0001 ABAP code?

PeteA

Former Member
0 Kudos

Hi,

There are two possibilities here:

1. Your measurement point is a counter reading (like mileage on a car, or run hours on a motor) and you want to trigger an action based on the counter reading - in this case standard SAP allows you to create a maintenance strategy that you can use in a maintenance plan to automatically create PM orders or notifications based on when the measurement reaches a certain amount. This is not done in config but is done by creating the appropriate maintenance plan and strategy to link up with your measurement point.

2. Your measurement point is a measurement reading that must be within a tolerance, for example the thickness of material on a brake pad, and you want to trigger an action based on the measurement going out of tolerance e.g. too low - Standard SAP does not facilitate this, but it is very easy to implement an enhancement which creates notifications or orders using a background job or triggered via workflow if the measurement goes out of tolerance.

Former Member
0 Kudos

Dear Kaushal,

Thanks for your quick reply.I know the process how it happens.

But what i want to know is whether we can achieve this in standard SAP or as thyagarajan said we have to activate user exit?

Vivek

former_member192718
Active Contributor
0 Kudos

Dear vivek mankad,

Even if you take help of user exit system is not going to generate notification until you enter measurement reading either below or above the limits and this reading you are entering how it depends on you.

Manually you know

Automatically through PM-PCS interface.

Regards,

Kaushal rai

Edited by: Kaushal Rai on Sep 19, 2008 5:16 PM

peter_atkin
Active Contributor
0 Kudos

Vivek,

[Similar post|https://forums.sdn.sap.com/click.jspa?searchID=16798071&messageID=6238897]

If you want the system to create a notification when a measurement-point limit has been exceeded then you would normally utilise user-exit IMRC0001 (at save).

You need to write some ABAP code to create the notification.

PeteA

former_member192718
Active Contributor
0 Kudos

Dear,

Creation of notification if reading exceeds the defiend limit, so you first you have to enter reading and then system will check the limits accordingly notification will be generated.

For this measuring point is created and counter check box is not ticked and than upper and lower limit is defined.

You have to enter reading either manually or automatically in sytem to get nofification automatically.

Regards,

Kaushal Rai