GRC 10 Work Inbox Notification or Universal Work List instead of SMTP

Hi,
I wanted to check with you all if there is a possibility to get SAP internal Work Inbox or UWL notification instead of outlook/SMTP notification.
The scenarios this will be required for us are
1. User ID details communication at the end of the request.
2. Notification if access is approved/ rejected.
3. Notification for Firefighter approved or rejected.
4. BRM role approval notification
Kindly let me know if we can pull the notification from Outlook/SMTP to internal SAP Mailbox.
Regards,
Prasad Chaudhari

Hi Guru,
If I am not wrong the items mentioned send notification to outlook/smtp and not work inbox. The work inbox will get request for approval and uar/sod review.
Are you talking of some parameter/settings to change this behaviour?
Thanks,
Prasad Chaudhari

Similar Messages

  • The notifications aren't update using the API of universal work list

    We use in the portal home a development iview  that works with de API of Universal Work List. This iview shows the number of notifications and tasks. While the number of tasks are updated correctly, the number of notifications are not refreshed. The only way to update the number of notifications is going and refreshing the Universal Work List iView provided by SAP.
    The API that we are using not support this case? Any suggestion?
    We haven’t found information about this.
    Our system version is 7.00 SP14
    We attachment the call that we‘ve used.
          try {
            notificaciones = tareas = 0;
            IUWLService uwlService =
              (IUWLService)PortalRuntime.getRuntimeResources().getService(
                IUWLService.ALIAS_KEY);
            UWLContext uwlContext = new UWLContext();
            IUser user = componentRequest.getUser();
            uwlContext.setUser(user);
            uwlContext.setAllowBackEndConnections(true);
            uwlService.beginSession(uwlContext, -1);
            IUWLItemManager itemManager = uwlService.getItemManager(uwlContext);
            QueryResult result =
              itemManager.refreshCacheAndGetItems(uwlContext, null, null, null);
            ItemCollection collection = result.getItems();
            for (int i = 0; i < collection.size(); i++) {
              Item item = collection.get(i);
              if ((item.isUnRead() || item.isNew())
                && item.getItemType().startsWith("uwl.notification")) {
                notificaciones++;
              } else if (
                (item.isUnRead() || item.isNew())
                  && item.getItemType().startsWith("uwl.task")) {
                tareas++;
            uwlService.endSession(uwlContext);
          } catch (UWLException e) {
            e.printStackTrace();
    Regards

    Thank you very much for your quick answer...
    But I think that you don't understand me. We can read notifications number but not in real time because they are not updated until we go to the UWL and we force there an update. We want to show in real time the number of notifications that a user has.
    Does anybody how to update/refresh this using the API?
    Thanks for your suggestions

  • GRC PC inbox notifications that do not allow action. How do you clear these notifications?

    Hello,
    I have two GRC notifications sitting in a users GRC Process Control work inbox that do not allow action to be taken to clear the instances. The action buttons are unselectable, yet the error message indicates an action must be selected before submitting. We are having similar issues with a Display Report for our Risk and Control Matrix. Can anyone point me in the direction of a solution on clearing these items from the GRC PC work inbox?
    Thank you,
    Nathan

    Hi Nathan,
    here a short handling overview:
    After opening the program via TA SA38 (SAP GUI), search for the Instance-ID first.
    Therefore, enter the request number into the field "External Key Disp".
    Select the search result.
    On the following screen:
    - Select "Directly Abort Instance" ("1st Try Regular Cancel" is the same function as you have wie function "Search Access Request" in the UI).
    - Enter a cancel-reason (it is a free text)
    - Press "Execute"
    If it it sucessful you get this message
    and request is deleted from the work inbox.
    The status of the request in the UI is "Aborted / Cancelled".
    BR
    Melanie

  • Display universal work item from CRM work list

    Hello all,
    In ECC system, we have defined several workflows. We can see the work item from the universal work list via the portal.
    Now, we have a new request, we would like to see these work items form CRM work list.
    I have checked the custo and I have questions:
    1. spro- Customer Relationship Management under  UI Framework  Technical Role Definition  Define Navigation Bar Profile . Select the relevant navigation bar profile and add the specific UI objects WI_BOR.
    please check the link http://help.sap.com/saphelp_crmscen70/helpdata/en/e9/7fec7e8f954e7fb60d56dd6324e313/frameset.htm
    2. CRM->Basic functions->Worklists->Define Alert Inbox and Workflow Inbox->Define Object-Specific Navigation
    => here i am not sure if need to add entry, if yes, which entry ?
    3.  need to define  ??
      RFC destination
    . Transaction Launcher Logical Systems and URLs 
      and workflow substitute profile Id
    Thanks in advance for your help.
    Best Regards,
    Elsa

    I've found a solution.
    I've been told that this problem is occuring
    because the Work Item ID is not being passed correctly to the BOR basedtransaction.
    The solution in my case is:
    (1) Goto SPRO -> Customer Relationship Management -> IC Web Client ->
    Basic Functions -> Transaction Launcher -> Configure Transaction
    Launcher (wizard)
    (2) Give the launch transaction id in the 'Entries' screen. The launch
    transaction id is Z_ACTION_EXECUTE_WORKITEM in my case.
    (3) Keep all the parameters same in the further screens until you reach
    the 'Transaction Parameters' screen
    (4) In this screen, the value currently being passed to Object Key is
    //selectedAUI Workitem/WI_ID. Change this to
    //selectedAUIWFWIAttachments/OBJECT_ID.
    Goto last step and then say 'Complete'.

  • Showing universal work list when user clicks a button in webdynpro java

    Hi,
    I am developing webdynpro java application, when user clicks a button i want to display Universal worklist in the portal, if user is logged in then it directly shows in portal otherwise it should asks for username and password.
    Thanks,
    Madhu

    Hi Pithre,
    For this you have to use portal navigation classes, Same scenario occurred in previous forums, search thoroughly before you post the question.
    Go to the below link, May u r problem will be solved.
    Universal Work List & Web Dynpro
    Regards,
    Pradeep

  • Triggering Universal Work List item

    Hi
    is it possible to create a Universal Work List ad-hoc item within EP via an API or web-service?
    We could simply create a work item in R/3 and have the UWL link to R/3, but our preference is to avoid unnecessary hits on our R/3 server and create the item directly within EP.
    Thanks
    Peter

    Hi Peter,
    To answer your question, yes. 
    IProviderConnector implementations can use any communication mechanism to connect to the systems and retreive the Items. For example: EJB call, JCO, Web Service etc.
    I can see in this in the JavaDocs in the package: com.sap.netweaver.bc.uwl.connect.  I will attach a link to the full javadocs so you can take a look:
    http://help.sap.com/javadocs/NW04S/current/uw/index.html
    I hope that this information is helpful to you!
    Beth Maben
    EP - Senior Support Consultant II
    SAP Active Global Support
    Global Support Centre Ireland
    **SDN Forum Moderator:
    http://scn.sap.com/community/netweaver-portal/application-integration
    **SDN Universal Worklist Wiki:
    http://wiki.sdn.sap.com/wiki/x/ehU

  • UWL(universal work list)

    could you provide me the information regarding UWL(universal work list)?

    Hi
    Go through the following links
    they might help fetch you the information you needed
    http://help.sap.com/saphelp_nw04/helpdata/en/57/c223be82104792a15c2df11377b9ed/content.htm
    this link provides how to configure the User Work list
    with Screen shots.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e03bbd8c-0462-2910-f7ad-8c9c247f8dfd
    Hope this helps
    Regards
    Manjula
    Edited by: u manjula on Nov 3, 2008 6:43 AM

  • Please let me where  Universal Work List Administration page is located

    Hi All,
      Please let us know whre we can find "Open the Universal Work List Administration page".
      How to register a system to UWL?
      We are getting following message
    <b>"System not registered. Contact the administrator</b>"
    Connection Status "Failure
    null

    Hi,
    This is where you will find UWL Administration Page :
    Go to System Administration -> System Configuration -> Universal WorkList & Workflow -> Universal Worklist Administration.
    To register the system, go to Universal Worklist Administration -> Universal Worklist - Webflow Item Type Registration -> Register Item types for all systems. Incase you haven't created the system, you will have to create one. This is how you create it : Go to System Administration -> System Configuration -> Universal WorkList & Workflow -> Universal Worklist -> UWL Systems configuration -> Universal Worklist Systems and then create one using one of the systems in System Landscape.
    Hope this helps.
    Regards,
    Sunil
    PS: Reward points for useful answers.

  • Amazon Universal Wish List Button isn't working in Firefox 3.6.15

    I upgraded to Firefox 3.6.15. It kept crashing. My husband noticed there were compatibility problems with the amazon universal wish list button in the browser. He uninstalled it. I downgraded Firefox. 1 week later, Firefox upgraded itself back to the new version. Now I can't get the amazon wish list button back. I've downloaded it 7 times! And the button won't show in the browser. I can get the Amazon toolbar, but not the little button up in the browser. I'm very mad.

    Look at some of the reviews below; the UI is different on every one. Is there a difference in the Win 7/Vista and XP UI? Who knows at this point. The UI in the first one looks like your UI in that it has the typical Windows Title Bar with the Min/Max/Close buttons on the Title Bar while the others do not have a Title Bar. Maybe there is something unique to XP that forces the UI to have a Title Bar. If you place the tabs on top, does the Firefox button appear on the left end of the same bar with the tabs?
    For the "switch-to-tab" feature, the second review, third paragraph says:
    ''Another addition is a feature dubbed “switch-to-tab.” ~~red:If you start typing the title of one of your open tabs in the URL bar~~, it will let you quickly switch to that tab.''
    http://www.howtonew.com/firefox-4-beta-1-available-for-downloads-at-last
    http://blog.laptopmag.com/firefox-4-beta-1-hands-on-take-that-chrome/firefox-4-bookmarks-button
    https://techrightnow.wordpress.com/2010/07/03/firefox-4-pre-beta-review/
    As '''the-edmeister''' indicated, a lot can change before the final release of Firefox 4.

  • Incomplete PO work list clarification

    Hello Guys
    I have  a question in which situation / technical scenario a purchaser receive incomplete purchase order work list. I believe, Purchasers (strategic or operational) will get notifications trough work items for incomplete shopping cart items created and approved and they can process the same in sourcing cockpit.
    Just want to know about incomplete PO, when / how they will be created.
    Thanks Guys

    Hi
    Following text may be useful for you --
    If the requestors create the shopping carts with incomplete data like missing vendor or missing price then the purchaser receives them in the purcher's worklist in Saved (hold) status. Then the purchaser completes the required data and process the PO.
    Rgds / Kiran

  • AR Open Item is not showing in Work Lists

    Hi,
    I have 1 open item in Account Receivables. I have brought all AR items into Collections Management UDM_Collectons. After that i generated Work List. But i am not getting that AR item into Work List. What could be the reason?
    Why i am not getting this in to work list?
    Please advise..
    Thanks

    HI ,
    First you simulate the customer in UDM_STRATEGY and check whether it is meeting valuation critirea, if not means you need to check transaction data & strategy.
    And also, before this check whether data is transfered to UDM_COLL_ITEM table from there only line items are picked & worklist will be created as per strategy.

  • Swap textbox for drop-down list in "search" section of work list panel

    Hi everybody
    I am using albpm 6.0, when I do searches for instances in the work list panel I can add conditions to the search, for example if I select the "Priority" condition I can select my condition from a drop-down list but if I select the "Description" condition there isn't drop-down list instead a textbox appear so my question is: Can I control or change that behavior? I would like to do that when someone select the "Description" condition a drop-down list containing the values appear so he doesn't have to type anything.
    Thank you

    Hi,
    can you share the solution,even i was trying to archive the same.Thanks in advance.

  • Facebook inbox notifications are no longer showing with new OS 4.5

    Hi all:
    I have a Curve 8310 with ATT. Just downloaded the new os 4.5 and got the facebook reinstalled so that I can see the icon. However, now when I get messages through my facebook inbox, notifications no longer appear on the home screen. On fact, the new emails are not showing up at all. Any thoughts?

    Hello and Welcme to the Frums!
    Go to your facebook on your pc and check your notifications.  When I downloaded the 4.5 I had to reset all my notifications.  Somehow  it reset them!  Let us know if that is it! 
    Have a blessed day
    Nurse-Berry
    Follow NurseBerry08 on Twitter

  • Customer line item balance mismatch with work list balance

    Hi Gurus,
    While viewing the work list, it shows a different balance against the customer open items . for example there are 4 open items amounting to $ 29000 with a customer. But in work list it shows $33, but if we double click on that particular row it shows all the 4 open items  and for another customer it is not taking in to account one open item in the work list. what configuration needs to be checked for this ?
    Help in this regard will be highly appreciated.
    Regards
    Narayanan

    there are a few things to check here.
    1 - In the extractation from AR have you got the correct date.
    In FDM_COLL_SEND01 run this for the customer in question with output details ticked. This will show the data being passed to Collections Management.
    You need to check when the last time you ran this, as it could be picking up old data.
    Check the date in your variant for UDM_GENWL.
    Lastly, can you confirm if you have activated any BADI;s to influence the worklist? Perhaps something here is changing the totals.

  • Enhance the name of the purchase order in work lists

    Hi all,
    I'm working with SRM 4.0, and now I’ve a new requirement: in the work list for purchase order the name of the purchasing organization or the name of the company should come before the name of the purchase order.
    In the same way, the subject of the e-mail should contain this information instead of only the number of the PO.
    Any idea?
    Thanks,
    Regards,
    Ana

    Dear Friends,
    I am absolutely agree with your answer .
    But my question is,
    Lets say.....
    One customer sending X number of purchase orders in a day , so how many IDocs generated on that specific day for that specific customer .
    So, Question is , How can we find the no of sales orders(IDocs) generated for the customers on the specific day ?
    Hope you all understood my requirement .
    Thanks & Regards,
    Aditya

Maybe you are looking for