Two notifications attached to single work order

Hi..
I have a scenario where two notifications are attached to single PM work order. The user created two notifications for the same functional location and created a work order for the first notification using IW34. Now this work order has both the notification attached to it and in the change log of the notifications, i can see the order was attached to both notifications on the same time.
If someone could provide a valid explanation, it would be much appreciated.
Thank you

Greetings Mina,
It's perfectly possible to create an Order for multiple Notifications, although only one Notification can be assigned to the Order header. The additional assignments are through the Object tab, as Jogeswara Rao Kavala observed.
It is a valid scenario, for example:
- two operations workers report two Notifications in different objects, which have the same root cause and will be fixed by the same maintenance work (for instance, no medium in the piping along the installation can be because a particular pump that feeds the piping is malfunctioning)
...or
- the same fault is independently reported on multiple Notifications (for example, operator on the 2nd shift registers a Notification for the pump; then on the 3rd shift the other operator registers the same fault, not having noticed there's one Notification already; on the day shift, the Maintenance supervisor sees the 2 Notifications and creates a common order for both).
This allows you to better track Notifications against the Orders that are resolving them.
It is possible to do this in several ways:
- in IW22 by the menu option "Assign order"
- in IW28 by selecting many Notifications on the ALV list and selecting "Create Order" icon
- in IW32 from the Order object tab

Similar Messages

  • Single work order to release 2 operation from Task list 1 month and 6 month

    Hello,
    We have a maintenance plan for an equipment. It has a task list with 2 operation: Operation 0010 is 1 month interval and Operation 0020 is 6 month intervals.
    Currently when the preventive maintenance plan is release, 2 work order are created for every 6 months.
    Is it possible to combine the One month interval and 6 month interval task to a single Work Order?
    Thanks.

    For 1 month freq, orders will be created every month. In 6th month, order will be created with one month & 6th month operation together.
    If you want to suppress one month operation while order is getting created with 6th month operation, mention higher hierarchy for 6 month freq in strategy. This means, mention hierarchy 1 for 1 month freq & 2 for 6 months freq. While both the operations are due, operation with higher hierarchy only will be taken over to the order.
    I guess, this what you expect. Please confirm.

  • Auto-update Notification from a PM Work Order?

    Hi,
    Is there a way of automatically updating info on a Notification from a PM Work Order? For example, the operator who creates a Notification puts in a wrong functional location and this is carried over to the Work Order that is created from the notification. While, the work is being executed, the Work Order processor will change the Func. Location to indicate the right one. But this does not reflect on the Notification. I am sure this is not config. Is there any bapi that I can use? Please advise.
    Regards,
    Arun

    These are some related Function Modules:
    IQS0_CHANGE_NOTIFICATION
    ALM_ME_NOTIFICATION_CHANGE
    BAPI_ALM_NOTIF_DATA_MODIFY
    ALM_PM_MAINTNOT_MODIFY_DATA
    You may consult your ABAPer to identify and use to suit to your needs.
    Logic will be the code will match the F/Locn in Order and Notification everytime the Order is updated and use the above FM to update the Notification. Obviously you need to use this logic in a User-exit possibly IWO10009.
    KJogeswaraRao

  • Print out documents attached to a work order before Releasing a work order

    Team
    Requirement is given below. Need some advice.
    How to print out documents attached to a PM work order before the order is set to released status?
    Further the same documents have to be printed again after the order is released.
    Regards
    Sunil

    I think there is an OSS Note on this one - have a look there.
    There is a work-around where you do the following:
    - Enter IW32 and RELEASE the the order (but do not save)
    - Print out whatever you require
    - Exit the order without saving (therefore the RELEASE is not saved)
    Note: for one client we put a PRINT button on the Enhancement tab (user-exit IWO10018) for this purpose.
    Prometheus Group also provide a solution called Print Manager
    PeteA

  • Settings for PM notification to trigger PM work order -reg

    Hi,
    In PM , for maintenance orders we may create them through  IW31  directly or with reference to a maintenance notification already created through IW21
    Now are there any settings that the creation of  maintenance notification triggers manitenance order
    what is the basic functioanlity ?
    we have to go manually to the transaction and give reference of the notification  and craete order ?
    is the way of notification triggering  work order is supported by SAP
    please provide valuable inputs
    regards,
    madhu kiran.

    Hi,
    Its possible to either create an order directly or in background. When u create a notification, try the background option in PM Notification->Order->Create->background.
    Here when u choose this option an order is created in background and both notifications and order no.s generated.
    Saurabh.

  • Issue during automatic Creation of Work Order from Notification

    Hi,
    I have a issue during automatic Creation of Work Order from Notification.
    BADI implemented: NOTIF_EVENT_POST
    BAPI called in BADI: BAPI_ALM_ORDER_MAINTAIN
    I am able to create Work Order successfully but after that i need to update notification header with created work order number.
    But i am unable to update the same (VIQMEL-AUFNR).
    Can anybody provide solution for the same!
    Thanks,
    Kumar.

    Hi,
    Any inputs on above posted issue!
    Thanks in advance.
    Thanks,
    Kumar.

  • Work Order / Notification Transfer - SAP Work Manager 6.2

    Hey Guys,
    How do we transfer notification based on Work Center, Standard work manager does not updates main work center.
    Requirement is to Transfer notification which are associated with work order when we transfer work order.
    Please let us know how to transfer notification based on work center.
    Thanks,
    Madhur Kanungo

    In Agentry you can trigger a Notification Change Transaction (Z_NotifTransfer) without a screen and update "WorkCenter" field on Notification Object. Please make sure you IsEdited = True and NeedsXmit = True along with the change to the Notification. This will update the notification object along with Work Order.
    The other option is to extend the WO MDO Class and invoke BAPI_ALM_NOTIF_DATA_MODIFY  in the Transfer method.
    thanks,
    Chandra

  • Documents attached to Work Order

    Hi all,
    I have a functional spec that says: "Validate if one or more documents have been attached to the work order through Services For Object Functionality"..
    How can I check this? Is there any table that relates work order and documents?
    Thanks!
    Nicolas.

    Hi,
    Use the FM BDS_GOS_CONNECTIONS_GET for the same.
    CLASSNAME: BUS2007
    OBJKEY: 12 digit order no.(prefix zeros in ur order no.)
    Thanks
    Sunil
    Edited by: sunil gupta on Jul 5, 2011 10:52 AM

  • Multiple Notifications to Work Order

    Hi Gurus,
    We have a Maintenance Plan generated and Orders created for that. We could see that the Notifications created for the Work Order. But when we see in the Order, We couldnt see the Notification been updated in the Order. When the User releases the Order a new Notification is being created. Hence this would lead to multiple Notifications for that Order.
    This has been happening for very few Orders and not for all the orders. Also we couldnt replicate the same in our quality.
    Could you please share your views in this? Also please let me know if anybody has faced any issue similar to this.
    Thanks in Advance,
    Saakithyan

    Check OSS [1474677|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1474677]
    hope it helps.

  • Attaching of documents to work orders

    Hi,
    We are not able to see documents from services for object box in maintenance order.
    When i am attaching docs to maintenance order, i am unable to do it.  Is there any customization setting for attaching docs to work orders.
    Josh.

    Hi Pete,
    Thanks for your prompt reply. 
    The problem is when I am trying to attach document to order from the option available in the maintenance order from create attachemnts (Services from the object), I am unable to attach documents.
    It's not from DMS, User want to add document which is realted to the order from the available option "services from the object" of the work order.
    Thanks,
    Lucky

  • Unable to settle PM work order

    Hi,
    We have done settlement for a PM work order successfully with transaction KO8G.
    But still it shows in the open settlement list -Transaction s_alr_87013127.
    Please advice.
    Regards,
    Pratap

    Please take a look at the work order, if the material and labor cost is associated to it correctly...
    Please check the settlement profile for the same....check for the settlement object...check for the status of the work order (not on the report but on the order)
    Make sure everything is correct, when using KO88, fill in all the necessary parameters for the order you and then from the menu bar select "EXTRAS", it has the option of running the trace...
    From your message, looks like the settlement profile and the work order do not conform...either its that or there is no cost attached to the work order...

  • Work Order Requirements Assignment

    Hi PM Gurus,
    I have a situation and am hoping some of you have seen it before.
    I have a created a maintenance work order from a notification. On the work order Operations tab I choose an operation and assign resources on the Requirements Assignment tab (on the bottom left of the screen). Everything is good so far...and the workorder is saved.
    When the workorder is TECO'ed in another step all the requirements assignment for the operation is lost.....am I missing a piece of configuration or is this normal behavior....have any of you seen this happen before and overcome it.
    Please advise.

    Hello  all
    I got this situation that user TECO this work order by mistake, and later he reinstate this, meaning cancel TECO, requirements assignment for the operation is empty , and user would like to expect to see this planned data once again, do you have some solutions?
    BR,
    Michael
    Edited by: Michael Gu on May 24, 2011 7:31 AM

  • Single planned order for different sales order of same material

    hi frnds
    my client want that if there is two  or more sales order of same material in a specific period than he require single planned order during mrp run for that material or when if he enter same material in two different line in single sales order than mrp doesnt considered it line item aand produce single planned order for both sales order
    please help me out its very urgent
    thanks

    Hi,
    In Mrp 3 view set the availability check as 01 and in Mrp 1 view
    Keep the lot size as periodic lot size and try the same.
    Thanks,
    S.Nandhakumar

  • Uploading Attachments in WORK ORDER

    Hi  Experts,
    I have an attachment that is send to SAP from SAP PI. I have to upload this attachment in to Work order.
    How is this possible? I am using a custom build structure that is imported in SAP PI. Now how do i get an attchment additional to these fields ?
    Thanks,
    pradeep.

    That would not be the reason.
    You may want to look at the confirmation posted against the operation.That would probably give you this information. Select the operation and choose the "actual data" tab, and within this choose the "confirmation list" push button. This should give you the information.
    Regards
    Narasimhan

  • Multiple 'F3' Quality Notifications for defects from single Service Order

    Those of you working w/ the QM module no doubt know that if a failure is recorded against an inspection characteristic linked to a Production Order (Order category 10), that SAP standard functionality creates a Defect document (Quality Notification type 'F3'). Any subsequent failures recorded that are linked to that same Production Order (as well as the material & serial number) are recorded, as additional line item defectes, on that same 'F3' Quality Notification.
    HOWEVER, I have found when failures are recorded against inspection characteristics for a Maintenance Order (Order Category 30), a new Defect document (Quality Notification type 'F3') is created for each failure that is recorded. Why is this?
    My client wants only a single 'F3' Quality Notification to be created for any and all failures that are recorded against a single Maintenance Order. I do not see any way to accomplish this w/o a core mod. Understanding WHY SAP treats these two order categories differently will go a long way to assisting me in designing an adequate solution.
    Thanks for your help.

    A couple more pieces of information....
    1. We are currently running SAP Enterprise (4.7).
    2. If I go to SPRO -> 'Quality Management' -> 'Inspection Lot Creation' -> 'Maintain Inspection Types', and display the details for Inspection Type 14 (which we use for Service Orders) the check box for 'One Q-notification per insp. lot' is active. Clearly the system is not processing a single Quality Notification per inspection lot on service orders.
    Your assistance is greatly appreciated. Happy New Year

Maybe you are looking for