Linking  two notification and tracking

Hi, Experts
There are two service notification.Example - X and Y
X is for lighting propsal for customer
Now for this propsal electric division want to plan the task for execution and hence has Y notification- (Electric request.)
My requirement is to create Y notification with reference to X. Hence i can use Iw51 and enter X as reference notification.  But this will not have one to one relationship means i can create any number of Y notifcation with reference to X
Please guide me how to map this scenario. Also any time i can track  them i.e for y what is x in notification
Regards
Anil Kumar

Anil Kumar,
This is not standard....
However, I did hear that someone had resolved this issue via the Object for Services functionality (button in the top-left of the notification screen.
Its probably possible via the Action Box too. You would need to develop a new function module that requests the second notification number, than updates the document flow.
Another option is to utilise user-exit QQMA0001 (user screens) to create your own notification sub-screen.
PeteA

Similar Messages

  • How to link two lists and do calculations using infopath 2010

    Hi Everyone. I am stuck in a bad situation and need your help to solve this problem i am facing.
    I have two lists named Master and Slave.here i am maintaining the costs for each new project which i will be handling.in the master list i will only enter the project name and the total budget allowed for that perticular project.  in my slave list
    i am having quite a few entries like project name, amount required, balance and approval status.
    Now, for each project i will be entering multiple line items in my slave list as per cost of each line item. based on the amount required field of my slave list the calculation has to be done like
    [BALANCE]  =  [Master List BUDGET value adjuscent to the relevant PROJECT NAME]-[slace list AMOUNT REQUIRED] .once the approval has been done the [BUDGET] value of the Master Page Should automatically get reduced based on the
    [AMOUNT REQUIRED] value of the slave list.
    i tried to google this out but i couldn't find any useful link. i want to achieve this only by using the INFOPATH 2010.

    It is not possible to achieve this through only InfoPath. The reason is because the form in which you submit the slave list will not change the master list.
    If you can be sure that once you approve items here that it won't be removed, then you could do a workflow after approval that takes your current budget number and then reduces it by the approved amount. If it does change, you could always do adjustment
    items in the slave list for negative amounts.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • How to link Service Notification and Quotation

    Hi Guys,
    My business scenario is migrating Quotation.
    The source file will be the flat file.First, service notification needs to be created and then quotation need to be created based on that.All these things I need to do through BAPI.
    I have tried using Bapi's in the following order.
    BAPI_SERVNOT_CREATE
    BAPI_SERVNOT_SAVE
    BAPI_TRANSACTION_COMMIT
    The above sequence creates Notification.
    Then I am creating Quotation with the Notification number using
    BAPI_QUOTATION_CREATEFROMDATA2
    BAPI_TRANSACTION_COMMIT
    After creating Quotation ,when I check VBAK , Notification number is present.
    But when I check QMEL , VBELN (Quotation number ) is not present.
    In other way,In Transaction VA22 , I am not able to see the Sales order(Quotation) number next to Sales.Ord button.
    How to solve this issue.
    Thanks in advance.

    FORM link_notification_quotation .
      DATA:wtl_notification_db_table LIKE qmel OCCURS 0,
           wsl_notification_db_table LIKE qmel.
      IF NOT wtg_longtext[] IS INITIAL.
        SELECT * FROM qmel INTO TABLE wtl_notification_db_table
            FOR ALL ENTRIES IN wtg_longtext
            WHERE qmnum  = wtg_longtext-notif_no.
        LOOP AT wtl_notification_db_table INTO wsl_notification_db_table.
          READ TABLE wtg_longtext INTO wsg_longtext WITH KEY notif_no = wsl_notification_db_table-qmnum
          BINARY SEARCH.
          IF sy-subrc = 0.
            wsl_notification_db_table-vbeln = wsg_longtext-quot_no.
            MODIFY wtl_notification_db_table FROM wsl_notification_db_table.
          ENDIF.
        ENDLOOP.
        MODIFY  qmel FROM TABLE wtl_notification_db_table.
      ENDIF.
    ENDFORM.                    " link_notification_Quotation
    Sorry for the late reply.Now only i am checking this.Hope you will get some idea from this.But I am sure that this is not the correct way.

  • I accidently linked two IPhones and lost all contacts.  I removed the one IPhone from the account but everytime one person corrects contacts, it effects both IPhones.  How do I stop this from happening?

    see question above

    Welcome to the Apple Community.
    You can only restore them from a backup. This has occurred because you are sharing an iCloud account. ideally you should each have your own iCloud account, that way you can each manage your own mail, contacts, calendars, documents etc and avoid unintentional deletions and unwanted editing. If there is information you wish to share between you, this can be done with a secondary account.
    Having separate iCloud accounts, doesn't mean you have to have separate iTunes accounts, so whilst you keep your personal data separate, you can continue to share music, apps, books, TV shows, movies etc.

  • Linking of notification

    Dears
    How we can link two notification each other
    What is the purpose of linking two notifiaction
    Pls clarify
    Faisal

    Dear Faisal,
    Reference notification number is used to create new notification as copy model.
    When you specify a notification number in reference filed while creating new notification, the system copies all the header data (including long text and partner information), items, tasks, and activities (including long texts) into the new notification.
    Typically this feature is useful when you have observed the same defects for same material with same causes and actions to be taken. The purpose is only to save your data entry time.
    Regards,
    Anand

  • How to join two lists and display the results in datasheet view.?

    hello,
    i have two lists that i would like to join, i know a method that has been described  in the link below
    http://www.codeproject.com/Articles/194252/How-to-Link-Two-Lists-and-Create-a-Combined-Ciew-i
    however, here the data view is only limited to 30 rows and my resultant list is huge. I would like to know if there is a possibility to view the resultant list in a data sheet view ?

    I don't believe you can use the OOTB Datasheet view when joining lists. However, you should be able to increase your limit from 30 items to as many as you need (that doesn't trip the threshold set in Central Admin).
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Shop Paper for Notification and Order

    Hi All,
    I have assigned shop paper for both Notification and Order. Now when I am trying to print the Order or Notification via Maintenance Order or Notification respectively, both the outputs are in the selectable mode since order is created from notification.
    But user wants that when he is trying to print Order only shop paper for Order should be in selectable mode and same for Notification. I checked the configuration settings for this but could not find anything.
    Are there any settings where we can achieve this.
    Thanks in advance
    Regards,
    Shobha

    OK...try this:
    in OIDB (notification) remove the selection check for all generic entries - this determines what is shown when you try to print.  For example, if you have a setting for doc.type = * and it is checked for selection, each of those will appear when you print.  By removing this selection check for doc type = *, it won't appear for yours.  You should put a line there for your doc type with the selection checked.  If you put a second line there for your doc type without the 'selection' checked - it will show, but be optional when you do a print.
    In OIDG (work order), follow the same logic.  Once you print the order, it will propose to print the notification as well (either selected or just available).  Also, i think you should link the notification and order types in work order config.  
    This works when you are printing a work order, but i'm not sure if you can print the work order from the notification.  I just tried this in my system and did get the notifications to print while printing the work order using the settings i've mentioned.

  • KVM to Link Two ThinkStations

    Looking for a relatively cheap KVM switch to link two ThinkStations (and maybe a ThinkPad) at home. Microsoft’s free Mouse Without Borders is perfect for sharing a keyboard and mouse but not a monitor (as far as I know).
    Thank you.
    Solved!
    Go to Solution.

    without knowing more about your keyboard, mouse, and display, it's impossible to make an exact recommendation.   there are a million KVMs out there as well, making the choice even more difficult.
    a few things you'll want to consider are if you want it to switch via hardware or hotkey, what inputs you'll need (USB, serial, DVI, DP, HDMI, PS/2, etc.), the resolution you need to support, and how much you want to spend.
    these two links might be a good place to help decide what you need:
    http://www.newegg.com/store/SubCategory.aspx?SubCategory=143&Tpk=kvm%20switch
    http://www.bhphotovideo.com/c/buy/KVM-Switches/ci/9838/N/4294542013
    also keep in mind that many monitors have dual inputs and the ability to swap inputs by pressing a button on the front.   if you only need two systems on one monitor and it can switch inputs, MS MWB + two monitor inputs might still be a viable solution.

  • Link Between Service Notification and Sales Order

    Hi All,
    In our business process, we will create sales order from Service Notification and we can see the same in the Document flow. But when i check in the VBFA table, there are no entries. I would like to know how the document flow is updated without updating the VBFA Table or is there any other table gets updated for this flow.
    Please guide me.
    With Regards
    Vinu.N

    Hello Vinu
    For one Sales Order # figures in Notification header table- VIQMEL-VBELN.
    Similarly Notification # figures in Sales Order Header table- VBAK-QMNUM
    That is a solid link right there.
    I Also guess technical objects like Equipment, Serial number also form link between the Sales and Service Documents.
    Also check out the logic in document flow program RIBELF20, may be it will give you the clues to the problem.
    Hope this helps.

  • WCF-SQL notification and SQL Change Data Tracking - incompatible?

    Hi,
    I have a DB with Change Data Tracking enabled on a particular table. Each time an Update/Insert is made on this table, I'm able to check what need to be synchronised with other systems by using the CHANGETABLE function of SQL Server.
    And I want to use it with a Receive location WCF-SQL with inboundOperationType=Notification. So each time a modification is made on the table, I have a notification and I'm able to retrieve the updated/inserted records.
    Unfortunately, it seems that using the CHANGETABLE is not supported in the NotificationStatement, I got the following error: "The notification callback returned an error. Info=Invalid. Source=Statement. Type=Subscribe.".
    Any ideas to workaround?
    Thanks.

    Hi Johns-305,
    Thank you for your response.
    I'm not totally agreed with you about the notification because it depends on the situation.
    In my case, I have a table in a remote SQL database where data are not changing often. But I want to retrieve the changes as fast as I can because it needs to be synchronised with a MDM. 
    The notification is great for me because I get a notification message just after a change and I can synchronise it. Of course, if my receive location is down I can't receive the notification but with the mechanism described in the MSDN article you pointed,
    I can get the changes I missed during the outage.
    And now I have a solution to use the notification and the Data Change tracking: I use a regular SELECT statement in the notification statement (SELECT <columns> FROM MYTABLE). If something changes in the table, I got a notification and then I send
    a SELECT FROM CHANGETABLE(MYTABLE, ...) and I store the number of the last modification I got. So I can retrieve only the changes that occurs since my previous call.

  • Link between notification number and meter reading order in ISU

    what is the link between notification number and meter reading order in ISU. i have written a program to close all open notifications but now i want the program to close only notifications with closed meter reading orders but i cant find the link between meter  reading order and notification

    HI timothy
    you can tell me how do you solved this issue?
    how i can match reading Order with the order in Work Management?
    i need some configuration?
    thanks in advance
    Miguel

  • I have my ipad notes linked to gmail and suddenly disappeared when I put the sim card into a new iphone, the funny thing is that almost all disappeared except 4 and with different dates up to two years. Why did this happen? No way to recover them?

    I have my ipad notes linked to gmail and suddenly disappeared when I put the sim card into a new iphone, the funny thing is that almost all disappeared except 4 and with different dates up to two years. Why did this happen? No way to recover them?

    Wow, Karan Taneja, you've just embarrassed yourself on a worldwide support forum.  Not only is your post ridiculous and completely inappropriate for a technical support forum, but it also shows your ignorance as to whom you think the audience is.  Apple is not here.  It's users, like you. 
    If you would have spent half the time actually reading the Terms of Use of this forum that YOU agreed to by signing up to post, as you did composing that usesless, inappropriate post, you (and the rest of us on this forum) would have been much better off.

  • HT1766 I usually have iCloud backup but I got a notification that my phone has not backed up for the last two weeks, and It wont let me do it manually. Why did it all of a sudden stop backing up?

    I usually have iCloud backup but I got a notification that my phone has not backed up for the last two weeks, and It wont let me do it manually.There is also still enough storage space.  Why did it all of a sudden stop backing up?

    The HT1766 article you attached lists the prerequisites for an iCloud backup:
    iCloud automatically backs up the most important data on your device using iOS 5 or later. After you have enabled Backup on your iPhone, iPad, or iPod touch in Settings > iCloud > Backup & Storage, it will run on a daily basis as long as your device is:
    Connected to the Internet over Wi-Fi
    Connected to a power source
    Screen locked
    You can also back up manually whenever your device is connected to the Internet over Wi-Fi by choosing Back Up Now from Settings > iCloud > Storage & Backup.

  • Receive two notifications (Warning and Critical) from Alert raised by Monitor

    Hello,
    Here's a problem. I use Windows OS management packs (for windows server 2003-2008-2012) and I need to create notification two times:
    1. When logical disk free space monitor is in Warning state (changes state from Health->Warning)
    2. When monitor changes state from Warning->Critical.
    Now I can only set to Alert to be raised 1 time (Warning or Critical, Critical only), so notification reacts only one time. I created two notification subscription, but alert is raised only one time, and then only severity changes, notifications can't react
    to this.
    As far as i have read documentation, I will need to create custom monitor or rule for it, to create different alert.
    I have tried to create Orchestrator Runbook with Get-Monitor element in it, but i cannot filter only 3 free space monitor that I need. It targets only Logical disk with some other monitors. SCOM Powershell Module also doesn't have needed tools to accomplish
    this task.
    Anyone has any ideas? Thanks in advance. 

    SCOM 2012 R2 Update Rollup 4
    MP: Windows Server 2012 Operating System (Monitoring)
    Version: 6.0.7296.0
    Windows 2012 Logical Disk Free Space Monitor
    Alerts name, raised by this monitor - "Logical Disk Free Space is low"
    I accomplished this task using SC Orchestrator. There you can use Get-Alert object to filter all alerts by name and warning severity, and then use it to send notifications. When monitor changes to Critical, in-SCOM Subscription can send notifications (you
    just select critical severity option).

  • How can I link two accounts on Behance: Adobe ID and earlier?

    I have some troubles with my old behance account created before Adobe ID subscription -- can't sign up. How can I link two accounts?

    You should probably ask in Behance
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

Maybe you are looking for

  • Forward me the link for installing Oracle Client 10g on Windows 7 64-bit?

    Hi Can anybody send me the link for downloading Oracle Client 10g on Windows 7 64-bit? Regards

  • Fire wire ports driving me batty

    I have a late 2007 Intel iMac with a total of 7 Lacie external hard drives daisy chained together via the 800 fire wire ports. The externals are stacked one on top of the other. I cannot hook up the 8th hard drive to the 7th one (the hard drive on th

  • Script to change language

    I need to find all cyrillic characters in a file and set their language to Russian. CS3 cannot find them with grep, so I reckon on doing them one at a time, can anyone help me with an Applescript line which would find X and set its language to Russia

  • How do I delete purchased TV shows

    How do I permanently  delete purchased TV shows & movies from iTunes & iCloud? Once I've seen them, I'm done & my computer wants to download them again each time. Thank you

  • Adding new field in any std t.code

    is it possible to make a pmnt method field visible while making downpayment f-48 or  pmnt from f-53. we want to control pmnt while making entries through these t.codes. i.e while doing f-48 or f-53 we are able to select the pmnt method. and pmnt is d