Extended notifications from multiple systems

We're using Extended notifications now to send reminder e-mails about unfinished tasks. The problem now is that we have multiple (3) systems and we would like to set up Extended notifications to send one combined e-mail that has all the tasks from all the three systems. Is this possible with Extended notifications or do we have to cope with sending one e-mail per system?

Hi Evan,
I had the same requirement. My conclusion was that achieving this would mean modifying the standard extended notification mechanism to run in one of your three systems and retrieve workitems from all three systems via RFC calls. Surely quite a big change, with high complexity and high risk.
I finally implemented another (relatively easy solution). The only prerequisite is to have UWL.
1. Write a function module (rfc-enabled) that grabs all dialog and deadline workitems in a certain timeframe (passed as a parameter to the FM), with optional filter on task and agent. It returns a table with all the selected workitems + description + agent + agent's email address (if several agents for a workitem then the workitem appears several times in the table).
Implement that FM in all our SAP prod systems where you have workflows.
2. Write a report in one of the systems, which makes a call to that FM in all the other systems to retrieve the workitem and then sends an email to each agent. The report writes the time at which it runs in a db table. So next time you run it it knows when the email was sent last and thus knows which timeframe to select workitems on.
The report sends one email to each agent with the list of workitems and a link to the UWL.
If you do not have UWL then that might get much more complicated because you'll need to insert links in the email body to allow execution of the workitem from the mail directly. Not easy... In that case I would rather start from the standard extended notification mechanism and enhance it.
Mmmh, maybe I should write a blog about this report of mine. Anyone interested? Worth the effort?
Cheers,
Patrick

Similar Messages

  • BAM report from multiple systems...

    Hi guys, just wanted to know if we can actually get the data from multiple systems and then generate a BAM report on those data??.Is it possible? and if so then can anyone show me the way.
    many thanks,
    Rajesh.

    One option is create external data sources, though Oracle recommends that you only use these for data that does not change very much (since it does not go through the ADC, instead must be continually polled). http://docs.oracle.com/cd/E25054_01/dev.1111/e10224/bam_extl_data_sources.htm#CIHJFDAG
    Another option is to create a simple BPEL composite that picks up the data from the various systems and sends it to BAM. In general, BAM is more efficient when data is sent to it, not when it has to get the data. (there are also other options including JMS, etc.)

  • How to manage data aggrigation from multiple systems.

    Hi,
    How to manage data aggrigaion from multiple system which should support paging too.
    please suggest me , best possible soluntion.
    Thank You

    what is ment by aggrigation? what is the difference between Inheritance and aggrigation ? How can it implement as part of the programm

  • Not able to fetch workitem from Multiple system ( version 4.6c ) in POWL Configuration

    Hi Experts,
    i am configuring SAP POWL in my EHP 6 System and i am able to get work-items from same system but i am not able to get from multiple system which version is 4.6c.below steps are already done.
    1.Create RFC Destination ( destination working fine )
    2.in SPRO,Cross-Application Components ->Processes and Tools for Enterprise Applications -> Inbox -> Assign Connected Back-End Systems to Inbox
         Added Destination for Old system 4.6c
    3.Create Exception Entry for that
    4.Business function FND_IBO_MULTIBE_1 activated
    5.Assigned below roles to respective users
    SAP_BC_BMT_WFM_INB_API_END_USR
    SAP_BC_BMT_WFM_INB_API_SRV_USR
    6.Added respective Task IDs in SPRO -> inbox- >Assign Task IDs to POWL Types
    Please help if i any config are missing.
    Regards,
    Pramod Gupta.

    Hi Siddharth Rajora,
    Thanks will that,but as you said 4.6c is not supported you have any document where its mention like that.so we can show our client and close this issue please share if you have.thanks in advance.
    Regards,
    Pramod Gupta.

  • Hi, i want to control my vi from multiple systems using ethernet options can any body tell me how to do that? thans in advance

    hi, i want to control my vi from multiple systems using ethernet options can any body tell me how to do that?  thans in advance

    There are multiple ways of doing this. Here are some of them..
    The Web Publishing tool allows you to publish the front panel and you can control the front panel remotely.http://www.ni.com/white-paper/2911/en/
    The TCP/IP socket can allow you to pass codes "strings" to another computer. Lookup the server client example.
    regards,
    Gautham

  • Transfer history notifications from one system to another using ale/inotif

    Hi experts,i wan't to transfer 15000 completed,historical notifications from one sap system top another.
    I use ale configuration to do this.
    I have set rfc connections,message type,distribution model and i've generated partner profiles.
    My question is how can i create thenotification idoc?
    In MM with message type matmas using transaction code bd10 we send materials creating idoc.In my case for notifications i read that i can do this using transaction code inot.But i am doing this and a mesage:notification rejected appears.
    I then try to distribute the model and a rejection message appears with
    Reason: Distribution model is currently being processed .
    Can you suggest something??
    I've read tha i might will need to create badi..

    Hi Dear,
    its possible only with the help of ECM , you need to do some work around too.
    ECM should be extended to include the classification. In fact, the EXACT SAME change number should be used. In PLM, it's important that all of the changes related to a material become active in a cohesive unit. We can talk about those details if you need some background.
    Unfortunately, in the split-client scenario, you're toast on any hope of using the same ECM number, due to the internally defined number range. The best you can do is create a new, externally assigned number range in the production client, and generate the number internally in the staging client. You can then make the change in the staging client and ALE it over to the productive client.
    The next nasty part is going to be retroactive changes. You can't simply back-date a change. You have to change every occurrence of a dependency, class, characteristic, etc, that has existed in production as of that back date. So, the smartest practice is to never allow any back-dated changes. Require orders to be cancelled and re-created with the new effective date.
    Check and revert back.
    Regards
    Ritesh

  • Email Notifications from Standalone System

    Hey gang...
    I am still missing one step which I think is a very simple one. My workflows are being kicked off and populating just fine in the Workflow monitor, however, no emails are being generated. I have read several other postings that reference the Oracle Applications Manager, but since I am operating Workflow standalone, I do not believe I have this option.
    We are running on Oracle 9i.
    We have an SMTP server running but I am not sure that the Workflow is seeing it (the SMTP server was setup AFTER Workflow was installed). I have tried to feed an OpenConnection command within my database trigger to create the connection to the SMTP server (which I think is working...this is a shared SMTP and the other system is getting emails just fine) yet still no emails are going through for me.
    I have written a procedure to populate the WF_LOCAL_USER table each time a new user is created in my custom app, and ensure that the correct email address is populated on that table.
    I have read that the Notification Mailer is installed and defaulted when Workflow is loaded, yet I am not sure if the SMTP setting needs to be included somewhere in there, rather than having me feed it via script command. All of the documentation I have read kinda glances over this, leading me to believe that it is a one-time, relatively automatic function (that perhaps I somehow messed up).
    I have until weeks end to get these emails firing so any suggestions or help on this matter would be GREATLY appreciated!!!!!
    Thanks alot!!!!!!
    ( I apologize if this questions has been answered on a prior thread which I overlooked. If you could point me in the direction of that thread, I would appreciate it!!!!)
    Message was edited by:
    user527937

    Hi,
    I also use Oracle Workflow Standalone.
    Can you navigate to Oracle Workflow Manager?
    You can do this by using Oracle Enterprise Manager.
    If you can make sure SMTP server is working right, than can you make sure that the Notification Mailer service is run. It is required if you would like to get the notification from email, otherwise it only available in Oracle Workflow Homepage - Worklist section.
    You can check it in Workflow Manager.
    Regards,
    Buntoro

  • Collecting Notifications from multiple servers and applications

    Hi,
    I'm researching JMX technology for our Enterprise-wide monitoring needs.
    I've got a good understanding of how to create jmx connections and instrument resources for monitoring in a 1-to-1 jmx client to application scenario.
    However, I need to manage (and collect notification alerts) from multiple servers/applications.
    Any ideas where to start learning how to do this?
    Thanks,
    Jon

    Hi Gavin,
    So, you're looking into JMX monitoring solutions too. great! I've collected some good links and examples.
    You can email me privately at jcolby550 "at" hotmail "dot" com, maybe we can share ideas.

  • Duplicating photos from multiple systems

    It appears that Photos doesn't check for duplicates when running on multiple systems. Every time I open it on a new Mac, it duplicates every synced photo from my iPhone so I have 3 copies, each with the same name and identical metadata, all synced in iCloud.

    Hi macitect,
    To make it easy for you I would export all the photos you want to use and create a new library to import them into. this will be your book library.
    When you are done making your book and ordering it you can delete the book library or burn the library to disc in case you want to order another book at a later date.

  • Receiving idocs from multiple systems

    I got to receive two different idocs from two differnt systems and both are to be mapped to one target structre. Is this scenario is possible without using BPM ? If so coupld you plz advise the design ? Is there any literature which talks abt this scenario ?
    thanks
    kumar

    Hi Kumar,
    Your scenarios look like n:1,like more than one sender .
    You can implement your scenarios using BPM very easily.
    Uisng BPM you can colect IDOCS from SAP system you can send.
    Please search in sdn blogs you wil find it,
    if you are unable to find let me know i will give u the links.
    Regards,
    Raj

  • Restrict User Logon from multiple systems

    I want to know how can I restrict a user logon from multi systems. That means user 'manager' must be connected to the server only from 1 client system at a time. Is it possible? If yes then how?
    @VHNG

    hi,
    I'm afraid this is not possible current versions,In future releases SAP will restrict 1 session for a user id,
    For details Check it in SAP Business One 8.8 Central Information
    https://websmp201.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000705857&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&
    Jeyakanthan

  • How do I merge my iTunes libraries and make them accessible from multiple Systems?

    Our family has several Macs using several versions of OSX.
    My Music collection, mostly converted from my large collection of CDs, is scattered across all the Macs and several hard drives with Systems running OSX 10.6.8, 10.8.5 and 10.9.4.
    The older Macs can not be upgraded to either Mountain Lion nor Mavericks.
    My most organised library is the latest on the Mac running Mavericks. It is tidy ALAC, and has all the correct metadata such as covers, composers, ISBNs etc. So I have started by organising those onto an external 1.5 Tb Hard Drive in a folder called Central iTunes Library.
    I intend to then go through the Libraries on the other hard drives and systems and add them to this central external collection.
    1. Will I be able to open the Central Library (created in iTunes 11.2.2) on the older Macs and Systems directly, by plugging in the hard drive?
    2. Is there a better way than reopening the files from the other Systems and Hard Drives and importing them all over again into the Central Library?
         eg Drag and Drop or File > New or a Dedicated Utility for the purpose
    3. Is sharing from my Mac, the only way to let everyone access the library?
    4. Will the other Macs be able to add to the Central Library once it is shared from my Mac?
    5. How do we manage our various iPhones, iPods and iPads with one central Library?
    6. Are there any hazards to watch out for?
    7. What is the best way to have a duplicated backup of the library?
    Thanks,
    Peter

    The concept of a central library sounds great (in principle), but unless you can all follow the same rules about handling playlist/ folder/ genre naming it can get into a mess. Are you sure you want to see all of your son's & wife's music when setting up iOS syncing? I also suspect your son & wife may have a different opinion about accessing all your music (with it's larger ALAC file size) - they may be happier not sifting through all your tracks to find the ones they like for use on iOS?
    The store authorizes to the Mac not the library - so as you move around on each Mac & use your AppleID to purchase that Mac will get tied to that AppleID. That would be fine accept iTunes has a 90 day limit on changing the Apple ID on a computer. You will have to wait 3 months to switch to using another Apple ID to download music & apps on that device - that also affects apps that sync from iOS for backups.
    Personally I think that users need their own Mac with their own library (& each Mac needs to be backed up), especially if they have their own iOS device that needs syncing to a Mac. Home Sharing is ok for moving files that you want to hear from another library - but it can be bad when a client is on wifi.
    iTunes is designed to be a single user who can share over the network - it isn't intended to be one large bucket for every family member to store media, the Apple ID issue makes this pretty clear to me.
    Your flaky wifi issue sounds like a reason not to rely on anything that requires networking to work too.
    You are correct to worry about the library versions, eventually an iTunes update will alter the library format. Only machines that have that version can open the library - this happened from iTunes 10.7 to iTunes 11.
    See how many 'old libraries' you have in the Music/iTunes/Previous iTunes Libraries/ folder - that indicates how many times iTunes has backed up & upgraded the library. Is that more than expected? Major iTunes versions will need to be performed at the same time to keep it all working with the 'central music library'.
    You may be tempted to access one iTunes library over file sharing on multiple Macs. This can cause problems when one Mac updates something (placing a file lock on the library file). It's hit or miss whether the other Macs can read & write to the library.
    PJRS seems to be using a networked iTunes library - I can't understand how it works with iTunes from Tiger to 10.9? What version of iTunes is used PJRS?

  • Master data from multiple system compunding to source id

    Hi all,
    We have a requirement to host multiple Country SAP systems in one BW system. This requires compounding with an infoobject key on all the master data and I am using 0soursystem.
    and found that this configuration is very cumbersome( time taking) we need it to be cost effective also.
    Is there any other way of doing this and at the same time make the Data unique to the Country.
    note: one of the system is in production for 2 years now and loose that data.
    Regards,
    NPR

    Hi,
    a) what about harmonizing master data over all systems and defining one system as the leading master data system?
    b) While uploading the master data, do a concatenation of the key (material no. with the source system id or something similar)
    c) assign a complete different key to the master data and post the original key to a nav. attr. and use the nav. attr. for reporting e.g. material 4711 --> change the key to 0001, post the original no. 4711 to a attr. called zmat_orig which is added as nav.-attr. to the attributes.
    regards
    Siggi

  • Extended notification/swn_selsen - multiple languages

    Hi all!
    Our customer operates in four different countries and want their "new workitem"-notificiations in the language of the notification recipient. I've created two dialog texts in SE61 and translated them to the different languages via SE63. I've also created a message class (for the subject-field) in SE91 and translated this as well.
    When I run swn_selsen the notification is created successfully with the subject-field in the correct language. But the two dialog texts are always displayed in the language in which swn_selsen is run.
    Anyone else encountered this problem, or did I miss something in my configuration?
    We're on ECC6.0.
    Best regards
    Geir

    HI Geir Øyvin Grimnes
    Did you manage to get any solution or the way around for the same.
    Regards,
    Gaurang

  • Wait on Notification from Multiple behaves the same with or without History

    I'm running this VI on a cRIO-9066, and both "Wait" functions behave the same. After reading the LV Help, I would expect the "With Notifier History" one to return an array of two elements, not one. Is this a bug?
    (Attachment is LV 2014 SP10
    Solved!
    Go to Solution.
    Attachments:
    Untitled 2.vi ‏11 KB

    Staab_Engineering wrote:
    After reading the LV Help, I would expect the "With Notifier History" one to return an array of two elements, not one.
    Why? Unlike the help for W4MN, the one for W4MNWH is not explicit in saying that it continues as soon as one of the notifiers gets a notification, but it also doesn't say it will wait for all of them. Your example clearly shows that it continues as soon as at least one has a notification.
    I'm too tired at the moment to work through the W4MNWH use cases, so I have no particular expectation for how it should behave.
    Try to take over the world!

Maybe you are looking for

  • Lightroom is no longer showing the .dng files

    Lightroom is no longer showing the .dng files, everything else(Exif data and histogram), but no viewable picture. It did ask me for my serial number today, which I typed in. After that I went to import new RAW files, and the files themselves imported

  • How do I have a CR report based of Reconciled / UnReconciled

    Hi How do I get to add the Reconciled or Unreconciled option for my Crystal Report; I have created a Statement that shows all transactions for the BP and the current Ageing Values but I am wanting to add an option under my parameters where I can sele

  • How come I cant drag and drop images onto my imove

    I can't drag and drop images from my desktop or folder into imovie.

  • Slow VPN on RV042

    We have PPTP configured on our Cisco RV042 VPN router. About once a day we have a severe slow down with the VPN connection. I did a tracert from home and found this on the last hop: 13   900ms  1104ms  999ms  wsip-[our ip address].dc.dc.cox.net  All

  • How to generate PDF using selcted row from datagrid in mxml flex4 web application

    hi friends. i am using flex4 web application with mxml tabs. i am having one datagrid and one button outside the grid , i   am having one datagrid in that i am having 5 records if i click a   record from the datagrid then click that button means that