Multiple notifications linked to work order

Hi sap gurus,
How can we link multiple notifications in PM Work order
Regards,
Krishna

Greetings Krishna,
You can use the "Objects" tab in the Order view (IW32 t-code) to assign multiple Notifications to an Order.
Please note a Notification can only be assigned to 1 Order at a time (therefore it is a N:1 relationship between Notifications and Orders).

Similar Messages

  • Create a Link between Work Order and Reapir Order

    IREAPIRORDER is the reapir order(IW54)
    AUFNR is the work order (IW31)
    w_relation = 'VONA'.
    fs_obj_rolea-objtype = 'BUS2032'.
    fs_obj_rolea-objkey = REAPIRORDER.
    fs_obj_roleb-objtype = 'BUS2007'.
    fs_obj_roleb-objkey = AUFNR.
    CALL FUNCTION 'BINARY_RELATION_CREATE_COMMIT'
    EXPORTING
    obj_rolea = fs_obj_rolea
    obj_roleb = fs_obj_roleb
    relationtype = w_relation
    IMPORTING
    binrel = fs_binrel
    TABLES
    BINREL_ATTRIB =
    EXCEPTIONS
    no_model = 1
    internal_error = 2
    unknown = 3
    OTHERS = 4.
    CALL FUNCTION 'BINARY_RELATION_CREATE_COMMIT'
    EXPORTING
    obj_rolea = fs_obj_roleb
    obj_roleb = fs_obj_rolea
    relationtype = w_relation
    IMPORTING
    binrel = fs_binrel
    TABLES
    BINREL_ATTRIB =
    EXCEPTIONS
    no_model = 1
    internal_error = 2
    unknown = 3
    OTHERS = 4.
    The link is not getting created

    Please go through this link:
    /people/rammanohar.tiwari/blog/2005/10/10/generic-object-services-gos--in-background
    Please give me reward points
    Thanks
    Murali Poli

  • DMS: Object Links for Work Order

    Hello All,
    I would like to attach and checkin originals to a work order thru CV01N/CV02N transaction. But, there is no specific tab for work oder. How do I acheive this?
    what configuaration and development has to be done?
    Any kind of help is highly appreciated.
    Thanks,
    Chandra

    Hi,
    If you need only a tab to be seen in the CV01N/CV02N Tcodes, then there is a config settings,
    Document Mangement--> Control Data->Define Document Types (under that select your document type to which this attachment is required) > Define object links> select the production order (PORDER---Object & Screen # 0251)
    then you can see the production order tab in the DIR,
    OR
    As per my understanding of your requirement is:
    When you attach a Original in DIR then it should be visible in the Production order also.
    To achieve this you need to build a relation b/w Material Master & DIR (particular document type), so when a order is created then DIR with original will also get attached automatically so that you view, or through EWB also it can viewed & edited.
    Hope i have understand correctly.
    Regards
    Rehman

  • WBS linked to work order

    I have a new rewquirement from the client wherein I have to link wbs elements to work orders.
    Please explain me from scratch what is wbs with necessary examples and the settings required?

    Hi
    A project is subdivided into WBS ( Work Breakdown Structure).
    Sometimes maintenance needs to be done in a project
    or
    Maintenance can be executed as a project
    For this PS-PM integration you need to assign WBS elements in Additional tab of work order.
    If you assigned WBS the dates from the project WBS can be copied to work order basic dates.
    In project planning board also the assigned orders to a WBS can be seen
    Configurations
    Basic PS configurations
    Define parameters for subnetworks  (PM01) (PS01)

  • PM: Create notification from a work order using transaction IW32.

    Hi guys,
    I am trying to create a Notification for a Functional Location thru Work Order Using transaction Code IW32.
    The actual transaction works fine as below -
    1. Open a work order in change mode using T code IW32
    2. Choose tab "Objects" to see the list of functional locations.
    3. Select a line with a functional loc, for which you want to create Notification & click "Create" Button at the bottom of the list.
    4. Enter Notification type on the pop up screen & enter.
    5. Enter the activity code, text & start date on the notif create screen & click Back. You can see the temp Notif Number in the row selected from the object list.
    6. Click save on the order change screen & the Notification is saved & is associated with the order & func Loc..
    However I can not do this in a program.
    I tried using Batch Input method. It works, but the problem is if you have more than 1 page of the Objects (Func locations) in objects tab, you can not goto the next pages.
    I also tried using BAPI_ALM_NOTIF_CREATE. Which doesnot for this purpose. It tries to create Notification but can't associate with the order.
    I appreciate your help.
    Thank you,
    Raj

    Hi:
    Check with Tcode: IBIP - Plant maintenace batch input utility tool.
    Hope, it may help!
    Thanks,
    Murali.

  • How is functional location linked with work order tables

    Hi, Experts:
    I am working on a BW project to extract Plant Maintenance data from R/3 to BW system. We need to get work order data with related Functional Location data togather. When check the 2 tables AFIH for Work Order header and AUKF for Order master data, I don't see Functional Location field in neither of the 2 tables.
    Can anyone please tell me how (by which table/field) Functional Location data in table IFLOT is linked to a Work Order stored in tables AFIH and AUKF?
    Many Thanks,
    Jenny

    Hi, Thyagarajan:
    Thanks for the reply! I tried to get the values of ILOAN from table AFIH. And pass the value to the field ILOAN in ITOB. However, no data returned from ITOB. The ILOAN in AFIH has different set of values from the ILOAN in ITOB.
    Any suggestions?
    Thanks,
    Jenny

  • Multiple url links not working in flash catalyst

    Hi,
    I hope there is a simple solution that I have mistakenly overlooked - I have a flash catalyst file for my homepage with about 6 different url link buttons (full size images) each of which fade in one at a time, and take up the whole flash screen while visible. When one particular image (converted to button) is visible, I want people to click and go to the relevant link for that picture. However, no matter when I click on any image, the only link that works is the top button (even though it's hidden.)
    I am still new to Catalyst and your help is so greatly appreciated!

    I suspect it might be in how you might have made your button. Can you post your project? I can take a quick look.
    Chris

  • PR not generated when multiple lines added to work order

    Hello Guys,
    I am facing issues when I tried to add multiple non stock components to generate PR. I have added around 20 non stock components with "N" as item category along with text description only ( Component field was blank). When I save the WO, system generated PR for 15 items and not for the last 5 items. But I can see message in the line item as PReq for order but when I click the line item on the last 5 items and go to purchasing data, there is no PR info and entire actual data tab is missing. It is not there only for last 5 items.
    Does anybody come across this situtation? I am not sure whether SAP has any limitation adding components but 20 items doesn't seems like a lot to me. Please advise.
    Regards,
    Mahee

    Thanks for your repsonses and sorry for the delay. Yes it's all on the same operation and everything set to PR immidiately (option 3).
    Maheswarn- In ME51N, system is asking for material number but I don't have any as everything is a text item.
    Please advise.
    Mahee

  • Notifications Links Not Working

    At the beginning, notifications worked as they should.  I would receive the notification in the notification center, I would click on it, and it would take me to the corresponding app, or the to the website (in the case of Facebook and Twitter).  Now, this no longer works.  If I click a notification, nothing happens, whether I click it when it first appears, or when I swipe to the left and click one of the notifications in the shade.
    Any ideas?

    Anyone else have this issue?  Still not working.  I'm on 10.9.1.

  • How to create a B/D Order for multiple notifications?

    Dear Sirs,
      I would like to know how to create single order for multiple notifications of the same breakdown type.
    Is it allowed to do so what are the advantages and disadvantages of the same.
    Regards,
    M.Boopathy

    Dear Boopathy,
    You can create a Maintenance Order with Ref. to a main notification thorugh Order Create icon in transaction IW22.
    Once the Order is created, you can add remaining Notification in Object Links Tab in the Maintenance Order.
    This is the standard way of attaching multiple Notifications to a single Order.
    Kindly acknowledge if this answer helped.
    Do let me know if you have any other query in the same.
    Thanks.
    Regards,
    Avi

  • Error creating work order for new notification - Related SyncBO not present

    Hi,
    We are working with MAM3.0 standard application.
    We age getting an  error while creating work order for a NEW notification.
    In this scenario both notification and corresponding work order are also not created.
    Here is the error for MAM30001 Sync BO in MEREP_MONI:_
    Reading inbox record (mobile ID=0000001444, seq, no.=29, rcd_cntr=1, data=TOP0001000000
    External format successfully converted to internal format: ldata=TOP0001000000000000000
    Related SyncBO MAM30_010 with Sync key 0000000028 is not present on the device.
    Return code 1 (DOWNLOADER)                                                   
       Here is the error for MAM30010 Sync BO in MEREP_MONI:_
    Return code from RFC BAPI Wrapper call:Order NEW does not exist
    Return code from RFC BAPI Wrapper call:The order/network type  is not defined
    Return code from RFC BAPI Wrapper call:Order NEW does not exist
    Return code 0 (UPDATE MEREP_506-STATUS)                                      
    Can any body please tell me what is the sollutions for this error
    your help in this regard is appreciable.
    Regards,
    Murthy

    Hi Murthy,
    II have no idea what patch level you are on. A while back we had similar issues with some clients. There are several patches around that area available. Perhaps you should have a look into patch 959732.
    Hope that helps.
    Regards,
    Oliver

  • Turning PM notification into work order - standard value for business area

    Hello,
    when turning a PM notification into a work order in IW22, by pressing the create button, a windows comes up where
    'Order type', 'Business Area' and 'Main Work Center' can be entered.
    The field for business area is empty, but I would like to set a standard value, that comes up automatically when this window opens.
    Where can I make settings for that?
    Thanks
    Anne

    in IW22 go to - extras -settings- default values
    note - these will apply to your user id only

  • Authorization group in Work order

    Hi all,
    I was doing some reading on authorization groups and found that in ECC 6.0 the transfer of authorization group is possible from the technical object to the work order.
    My question: Is there an authorization group in the work order in 46C and where can I find it?  I have looked through all tabs in the work order and could not find the field.
    Thanks
    M

    Hi Mark
    Authorization Group Means
    You allocate the master record of this object to a group to which only certain users have access for processing the data. The users that have access authorization have the appropriate entry in their user master record.
    It has no links to Work Order, i suppose. This AG will be responsible for the technical Objects...
    If you want to check for the Work Order... u will be having fields like Person Responsible, Authorization to Particular User Etc...
    I dont think there is any Connection between the two..
    Can u tel us ? Why u want it in the order... If your requirement is not Standard also.. there will be any other way we can Find a Solution for your query.
    - Pithan

  • 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.

  • Link multiple work orders

    Example:  An inspection is being performed based off of a work order.  When an issue is found that requires a notification, a notification type was created for such findings from the inspection.  When that "findings" notification is converted to a work order, how do I link this to the original inspection work order?

    Hi,
    You have some limited options to acheive this viz. You can acheive this by developement like when you create some Notification you can mention the old order number in Reported by field via enhancement but create notification individualy and when you create new order it will link to this notification as well as in notification you can see the original order number.
    Otherwise just try utilize some field to group this like you can use Revision field to by creating a revision for this Inspection and and put that revision in both the orders and as well as in Notifications (from EHP4 revision is available in in Notification too).
    Thanks,
    SS

Maybe you are looking for

  • Flow charts for work flow in dynpro / webdynpro

    hey is it possible to add flow charts ( not by pictures ) to a program in dynpro or webdynpro  ? i need some how to visualize all the station flow  in my work flow ( the regular wf log is not good enough ) . any ideas ? regards ASA.

  • Help! understand cs4 flash "Project"

    Ok, In cs3 flash project was nice it did what i needed but now it seems to take more time. the reason may be I'm not using it for the reason usually used so new operations and features where not geared to my usage. sorry for any spelling problems or

  • Is there anyway i can create a new apple id with my outlook email

    somebody help me before this ****** me off!

  • HT1051 Change shipping address

    How can I change the shipping address when buying a card on iPhoto 11? It says in an article "click Edit Shipping", I couldn't see that option on my screen. Is thee any other way?

  • Hardware navigation buttons dark after Denim updat...

    After the recent Denim Update, the hardware navigation buttons on my Lumia 930 no longer light up. I tried all combinations of brightness and battery saver settings but to no avail. Also a soft reset didn't help. It's unlikely a hardware issue becaus