Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding updating notification no in IK11

Former Member
0 Kudos

Hi ,

My requirement is as follows,

While creating a Measurement document, I need to generate a notification and update the notification no in IK11.

For this I have used the user Exit - IMRC0001 and able to generate the notification successfully. The issue is I am not able to update the generated Notification no. in IK11.

Please find the image attached.

Thanks,

Pavan

1 ACCEPTED SOLUTION

jogeswararao_kavala
Active Contributor
0 Kudos

Pavan

I think you have misunderstood the objects.

  • IMRC0001 is used to Create a Notification when the Readings of a particular Maasuring Document cross the limits specified in the MPt.
  • Possible that you are using this Notification creation for some other event through IMRC0001.
  • But...the Notification created thus will not be seen in the Measuring documents in the place you are showing.

Then where from this Notification number comes into a Measuring document?

  • We create MPts on Equipment (or FLocns)
  • When we create a Notification (IW21) on that Equipment, we will be able to record readings on these MPts through this Notification itself i.e., through Extras > Measuring Dcouments.
  • The Measuring documents created in this way will be showing the Notification number you are showing. You can try this and see it yourself.
  • The measuring document can not show the Notification number which is created under our custom conditions through IMRC0001.
  • These are two different cases:
    • One being, Measuring documents created through Notification --> Standard --> Here the Notification number is printed in the Document.
    • The other being, Notification created through Measuring Document  --> Development --> Here we can not expect the link in the Document.

Regards

KJogeswaraRao

5 REPLIES 5

Former Member
0 Kudos

Hi all,

Any clue?

Thanks,

Lakshmipathi
Active Contributor
0 Kudos

Check whether OSS note 1930617 will address your requirement

G. Lakshmipathi

jogeswararao_kavala
Active Contributor
0 Kudos

Pavan

I think you have misunderstood the objects.

  • IMRC0001 is used to Create a Notification when the Readings of a particular Maasuring Document cross the limits specified in the MPt.
  • Possible that you are using this Notification creation for some other event through IMRC0001.
  • But...the Notification created thus will not be seen in the Measuring documents in the place you are showing.

Then where from this Notification number comes into a Measuring document?

  • We create MPts on Equipment (or FLocns)
  • When we create a Notification (IW21) on that Equipment, we will be able to record readings on these MPts through this Notification itself i.e., through Extras > Measuring Dcouments.
  • The Measuring documents created in this way will be showing the Notification number you are showing. You can try this and see it yourself.
  • The measuring document can not show the Notification number which is created under our custom conditions through IMRC0001.
  • These are two different cases:
    • One being, Measuring documents created through Notification --> Standard --> Here the Notification number is printed in the Document.
    • The other being, Notification created through Measuring Document  --> Development --> Here we can not expect the link in the Document.

Regards

KJogeswaraRao

0 Kudos

Hi,

Thanks for your reply, Yes I checked what you explained and understood it.

However, My requirement is to display that, can we try to enable that field and pass the data using some implicit enhancements??

Thank,

Pavan.

0 Kudos

Hello Pavan

My opinion

  • We should leave that Notification field in IK12 alone, which adds when MDocs are created through Notification. So, we should not think of Implicit Enhancement points.
  • We should explore Menu-exits available here IMRC0002 or IMRC0003.
  • This adds an item to IK11 menu (named Additional fields in the picture below)  in GoTo like shown here.

  • In the exit you can call a screen developed by you having your Notification field (can be many fields).
  • When you submit the screen, the data can go to a Ztable which will obviously have MDoc number and Notification no. and other fields you desire.
  • Then you will have a simple report with IMRG table and this ztable to present an ALV report like IK17.

The message is:

This area has only Menu exits (no screen exits to have Zfields to IK11 screen). So you can make use of it as above.

Lastly

You may look into the interface CUSTOM_USER_DATA in the BAdi  ALM_ME_040_MEASUREMT . (I haven't worked on it)

Good luck

KJogeswaraRao