Notification Forward  issue from UWL

Hi All,
My requirement is to Forward Notification from the UWL which comes through R/3
I am using EP version: EP 7.01
Under notification tab after I click on the notification link a new pop-up screen is opened up. In the pop screen text area ,there
i put the user id to whom I want to forward Notification. But it's showing the error "Forward has failed" when click on the submit button.
Help me!!!!!!
Ajit

I meant to use email notifications in your workflow instead of sending out a notification to the workflow/UWL inbox.
So, at the workflow step where you create a notification, send an email to the user instead.
You will be simply notifying the end users via emails instead of notifying the users using UWL notifications.
If the user needs to forward the email notification, it should be pretty straight forward to just forward the email received from the SAP system.
Thanks,
Shanti

Similar Messages

  • Notification forward issue

    Hi all,
    we have some approvers, suppose(a,b,c,d,e) now if 'a' sends the approval mail to 'b' for approval where 'b' approves and it reaches 'c' where he approves and approval chain ends. Ideally the approval chain needs to end at 'c'.
    But , in our case , if 'b' is not approving, and he forwards the mail , it is reaching 'c','d' & 'e' ( where 'd' & 'e' are superior to 'c' ) which is not intended to happen.
    Even if 'b' is forwarding , the approval chain should stop at 'c'.
    Thanks.
    Karthik

    You can try by using a post notification activity so that when C acts on the notification (transfers or approves) you can validate and allow the transfer or prevent it. Post notification functions are documented in the WF Developers Guide and also sampled here: https://blogs.oracle.com/oracleworkflow/entry/implementing_a_post_notification_function
    Regards,
    Alejandro

  • Issue while accessing Approve Clockin/Clockout corrections from UWL

    Hi All,
    We are not able to access approve clockin/clockout correction application from UWL.
    We found one Note - 1600953 and implemented but still we are facing issue.
    Request_id value is passed as Null in the URL.
    Please find the URL and XML below :
    URL:
    https://Hostname:port/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fevery_user!2fgeneral!2fdefaultAjaxframeworkContent!2fcom.sap.portal.standalonecontentarea?NavigationTarget=OBN%3A%2F%2FBOTechnicalName%3Demployee%2FOperation%3Dapprovecorrections%2FBOSystemAlias%3DSAP_ERP_HumanResources&DynamicParameter=FROM_POWL%3DX%26Operation%3Dapprovecorrections%26BOTechnicalName%3Demployee%26REQUEST_ID%3Dnull%26BOSystemAlias%3DSAP_ERP_HumanResources&PrevNavTarget=navurl%3A%2F%2Fc3d9aa78324902a8e37ccfd1581ea857&sap-obn-url=OBN%3A%2F%2FBOTechnicalName%3Demployee%2FOperation%3Dapprovecorrections%2FBOSystemAlias%3DSAP_ERP_HumanResources&NavMode=1&CurrentWindowId=WID1401688105969
    XML:
    <ItemType name="uwl.task.webflow.TS91000330.SAP_ECC_HumanResources" connector="WebFlowConnector"
    defaultView="DefaultView" defaultAction="defaultAction" executionMode="default">
          <ItemTypeCriteria systemId="SAP_ECC_HumanResources" externalType="TS91000330" connector="WebFlowConnector"/>
           <CustomAttributes>
            <CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalObjectId"
    objectType="WebflowContainer" cacheValidity="final">
              <Attribute name="REQUEST_ID" type="string" displayName="Request ID"/>
            </CustomAttributeSource>
          </CustomAttributes>
          <Actions>
            <Action name="defaultAction" groupAction="" handler="ObjectNavigationLauncher"
    returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
        <Property name="Operation" value="approvecorrections"/>
            <Property name="ObjectValue" value="REQUEST_ID=${item.REQUESTID}&amp;FROM_POWL=X"/>
                 <Property name="DynamicParameter" value="REQUEST_ID=${item.REQUESTID}&amp;FROM_POWL=X"/>
                <Property name="ObjectName" value="employee"/>
    <Property name="WebDynproApplication" value="HRMSS_A_CICO_APPR"/>
    <Property name="WebDynproNamespace" value="sap"/>
    <Property name="System" value="SAP_ERP_HumanResources"/>
        <Property name="openInNewWindow" value="true"/>
              </Properties>
              <Descriptions default="defaultAction"/>
            </Action>
          </Actions>
        </ItemType>
    Please help.
    Thanks,
    Ravi.

    Hi All,
    This is resolved.
    Issue was from WF approver task, in that Request id is not binded to correct Container element,.
    After doing the correct binding it is working,
    Thanks,
    Ravi

  • How to remove Forward/Resubmit options from UWL workitems

    Hi Folks,
    I have a requirement to remove Forward/Resubmit options from UWL workitems of the Hover menu.
    Can anyone let me know how to do it ?

    Hi Chaitanya,
    If you want to remove forward and resubmit actions for all the UWL items, it should be simple.
    Open the UWL iview and look for a property called "List of UWL actions to exclude".
    In that property enter the values "followUp" and "forward" separated by a comma.
    followUp - Resubmit
    forward - Forward
    This should remove the two actions for all the UWL items.
    Here is a help link with more info:
    [UWL Action to Exclude|http://help.sap.com/saphelp_nw04/helpdata/en/fd/8bf6d1b0484ec7ade4369792a22293/content.htm]
    If you want to remove these options for selected UWL items only, refer to this forum:
    [post|Exclude Actions from UWL using XML;
    Thanks,
    Shanti

  • How to remove forward button from notification Page?

    Hi All,
    I would like to remove (disable ) forward button from Req approval work flow ? How can i achive this functionality ?
    I will be appriciate for help.
    Thanks
    pat

    Well, I'm guessing that you are using PO workflows, and using one of the standard lookups? Without having any details of what you are using, trying to second guess the answer is somewhat difficult.
    If it's the case that you are talking about the PO workflows, then the buttons are standard functionality based on the lookup type that is used as the notification response. Trying to suppress this doesn't actually make much sense - you are sending someone a notification, asking them to take action, and then not giving them any ability to respond to the notification.
    You would need to customize / personalize the notification page if you want to remove the buttons. The question then is - how will the process continue if you are removing the ability to respond to the notification?
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Customize email Notifications sent from UWL

    Hello,
    Can the eMail notifications sent from UWL be customized in Portal 7.3 ?
    Regards,
    Jay.

    Hi Jay
    I hope you are well and many thanks for using the SAP Discussion Forums.
    In relation to your query you mentioned the following:
    Can the eMail notifications sent from UWL be customized in Portal 7.3 ?
    In UWL lingo, notifications that you would see under the notification tab are specific to: Knowledge Management Collaboration Recent Notifications. Notifications through the Universal Worklist deal with Knowledge Management and Collaboration. If you are looking to integrate SAP Office within the Universal Worklist please refer to note 945484 How to receive office notifications in the universal
    worklist.
    Now in terms of actually customizing the emails themselves. From my research and understanding if
    you are using the default mail notification this is not customizable. You can however put a notification task in the flow(just before the human task), if you want to customize the notification content. This would be done through the task ID for the workitems (you can find this through the enalbement of the support information).
    Kindly update me as per your findings.
    Kind Regards & All The Best
    Troy Cronin
    Enterprise Portal Support Engineer
    AGS

  • How to close email notifications to senders from HP eprintCenter?

    Hi,
    How to close email notifications to senders from HP eprintCenter?
    Thank you.

    Hi Jack7363,
    Welcome to the HP Support Forums. I gather that you would like to know how to turn off notifications from HP’s ePrintCenter.
    To better assist you, would you please supply some additional information:
    What make/model/product number of HP printer do you have? How Do I Find My Model Number or Product Number?
    How is the printer connected (USB cable, ethernet, or wireless)?
    Do you have an HP Connected account or HP ePrintCenter account?
    Are the emails coming [email protected]?
    Thank you.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Cannot send or forward email from Apple products since last update

    Since my last Apple update I am  unable send or forward mail from my ipad or iphone.  Because I can send / forward from my PC and webmail my email provider advises the issue is an Apple problem and that their tech support line has had numerous similar complaints.  I have hunted through settings and on-line with no success to date.  Any suggestions?

    suggest you delete the mail account, then re enter it.  But first, masker sure to check google for the current settings for their email set up.  sometimes they change server names or ports.  Existing accounts are not affected - but when you do a system update, the pad tries to initialize the account as new (as far as their servers are concerned) and if you are not using the current server names, it won't work.  (You using yahoo by any chance?)

  • Home Hub 3 Port Forwarding Issue - Question to BT

    Question to BT
    Hello i have recently joined BT Infinity and have hit the issue of the Port Forwarding not working. My HH3 is on the following version of software. Will this version automatically upgrade to the latest version of firmware and will this fix my port forwarding issue?
    As i work in IT (Cisco Network Eng) i need to be able to access several devices/services at home and this is a real pain for me. If you think that this could drag on as some posts have indicated could you please let me know and i will either get a draytek or throw in a cisco 1841.
    Thank you
    Dean.
    Current firmware:
    V100R001C01B031SP09_L_B
    Last updated:
    Unknown

    requiem wrote:
    Question to BT
    Hello i have recently joined BT Infinity and have hit the issue of the Port Forwarding not working. My HH3 is on the following version of software. Will this version automatically upgrade to the latest version of firmware and will this fix my port forwarding issue?.........
    Thank you
    Dean.
    Current firmware:
    V100R001C01B031SP09_L_B
    Last updated:
    Unknown
    Hi Dean
    By the look of it you've got the type B version of the HH3 with current firmware.
    From http://bt.custhelp.com/app/answers/detail/a_id/13073
    The latest versions of the firmware are:
    BT Home Hub 3 – Software version 4.7.5.1.83.8.57.1.3 (Type A) or V100R001C01B031SP09_L_B
    Please Click On any Text in Blue as that automatically links to information.
    PC (NDEGR)

  • PDF not displaying in Portal from UWL : cl_fitv_navigation= navigate_to_object

    Hi Experts,
    We are using a custom webdynpro application for the approval of expense claim.If I am clicking the link from UWL, a new window is opened and it is showing a blank page and PDF is not displaying in the browser.
    I have checked from application level (SE80) and it is working fine,PDF is getting displayed in browser.We have done the UWL re-registration as well.
    We have used the class 'cl_fitv_navigation' and method 'navigate_to_object' to display the PDF.
    Also I have debugged the same method and could found that the codes are different for calling the application from portal and for using SE80.
    Kindly let me know what could be the issues or if I missed any parameters.Also please let me know if I need to check any related R/3 configs and parameters maintained in R/3.
    Thanks & Regards,
    Arun Narayanan.

    Hi Pramod,
    We are not using iFrame to display the PDF.
    We are using the class and method
      CALL METHOD cl_fitv_navigation=>navigate_to_object
        EXPORTING
          component           = l_api_component
          operation           = l_operation
          business_parameters = lt_bo_params.
    where ;
      l_api_component = wd_comp_controller->wd_get_api( ).
      l_operation = 'DisplayForm'.
    and
      ls_bo_param-key   = 'SAP_FITV_PERSNO'.
      ls_bo_param-value = l_pernr.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
      ls_bo_param-key   = 'SAP_FITV_TRIPNO'.
      ls_bo_param-value = l_tripno.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
      ls_bo_param-key   = 'SAP_FITV_TRIPCMP'.
      ls_bo_param-value = ''.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
      ls_bo_param-key   = 'SAP_FITV_DATASRC'.
      ls_bo_param-value = ''.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
    Regards,
    Arun.

  • How to get the workitem id from UWL

    HI All,
               I have developed a workflow and   starting this workflow from webdynpro abap.I integrated that task in SWFVISU
    transaction  to trigger the webdynpro from UWL up to now its working fine.
    but now the problem is i need to get the WI_ID of the particular workitem (which i clicked on UWL to trigger my webdynpro application).
    Thank you,
    Harsha P

    Thank you very much for your quick response
      Please guide me to complete this
    1.  I have created parameter type DYNPRO in SWFVISU transaction and i have created a application parameter in my webdnypro
         application also even though i cannot get the workitem id in to  my default method of my WD component window 
         So could you please send us any document links regarding this issue
    Thank you,
    Harsha p

  • Small Window when opened from UWL

    We are using HCM Form & Processses and our forms is approved by multiple levels
    We notice that when forms are opened from Universal worklist, the window to view form appears in a 1 inch box (Impossible to view) This is also specific to certain users.. Most of other users see the form is launched in a window where we can see the content clearly.
    Has anyone faced / resolved such issues? What in client machine can control the window size when opened from UWL?

    Hello , We have the same issue while opening the form window in UWL, How did you resolve this issue ?

  • Remove debug information from UWL

    Hello.
    We need to remove the debug information from UWL (under the list of tasks). This debug information contains the next blocks:
    - logged-on user information
    - current view information
    - current navigation information
    - current item information
    Did anyone face this situation? Is it XML-configuration or properties of UWL iView?
    Thank you.

    Hi there,
    You can disable the UWL support information by doing the following:
    (700 + system (so EP7 or higher)
    1. Log on to the portal
    2. Navigate to the following path: system administration   > system
    configuration
    3. In detailed navigation click on the UWL & Workflow folder
    to expand out
    4. Then click on the Universal Worklist Administration link
    5. Scroll down to the bottom of the page:
    Optional Universal Worklist Service Configuration
      Open the Tray for the Optional UWL Service Configuration
    Click on the button to open the tray for the optional UWL service
    configuration
    6. Scroll down again
    7. Go into edit mode
    8. Display Support Information:   Set the parameter to false
    9. Save
    This will remove the detailed information from your UWL Iview. 
    If your portal is lower version than 700 you can disable the parameter on the iview itself.  Display support information should be set to false if you do not want to see this detailed information.  However, if you need to troubleshoot UWL issues, this information is very very important :).
    I hope that this information is helpful to you!
    Beth Maben
    EP - Senior Support Consultant
    AGS Primary Support, Business Suite & Technology
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • Disabling FORWARD option in UWL

    Hi,
    We are on SRM 7.1
    Is there a way to disable the "FORWARD" option in UWL completely?
    Do I need to modify the iview property or change something else in UWL in Portal?
    Please advise.

    Hi,
    If you are not supposed to ever forward a task to another user, I would change the task properties in the backend system. If you know the task ID, you can open it in transaction PFTC. Then from the menu you will find a possibility to maintain the agent assignment of the task. Now I don't have an access to a system from which I could check the menu path, but if you search in SDN about how to set a task as a "general task", you should be able to find the correct path in some thread. The "Forwarding not possible" setting can be set up at the same place as where the task can be set as "general task" (=whoever can complete the task and it can be forwarded to anyone). I could perhaps check the menu path tomorrow, if you are not able to find it.
    If you need to know the how to configure the item type in UWL (you don't need to do this, if you do the above), you need to e familiar about UWL configuration in general before you can do this. I would suggest that you try the above solution, before trying to do UWL configuration unless there is a specific reason for it (for example you need to be able to forward the task in backend but not in UWL).
    Regards,
    Karri

  • Weird problem in reading workitem id into java WD application from UWL

    Hi All,
    We are trying to read the workitem id of the current workitem into the java web dynpro application when executing from UWL. For this we are using the following statement
    <b>String workItemID = WDWebContextAdapter. getWebContextAdapter(). getRequestParameter("wi_id");</b>
    We are trying to read the workitem and pass this workitem to an RFC which will read various container elements in the workitem and display it in the JWD screen.
    Now when i click on the workitem for the first time it is opening the JWD application with all blank values (If i put external debugging i can see in the RFC i can see that the worktiem id remains 00000000).
    Now i go back to the UWL and once again click on the same workitem for the second time. This time it opens the form with right container data in all the fields(If i put external debugging i can see that the correct workitem id is getting passed to the RFC)
    Now i go back to the UWL and click on the same workitem once again it opens the same blank form  now (Once again in external debugging i can see workitem as 00000000).
    This happens alternatively on every click. i,e first time everything is empty (workitem id not passed to RFC) and second time all data retrieved properly (workitem id passed to RFC) and third time again everything is empty and fourth time everything populated properly and so on......
    I am not sure why this happens on every alternate click. Has anyone faced such a problem? Please help me out in solving this issue.
    We are in NW2004 SP12.
    Thanks,
    Prasath N

    Hi Raja,
    Thanks for your reply.
    I have tried this code already once in our test systems (NW2004S). It is working fine there. But our client system is on NW2004 and this code does not get recoginized here.
    And the latest thing i have found is this works fine if i open this using my Mozilla Firefox browser (version 2.0.0.5). i.e. it opens the form with data on every click. But in older versions of firefox and internet explorer it works only on alternate click. I am wondering if this can happen based on the browser versions!!!
    If nothing materializes i am also planning to try to make this Application as an iview and try launching it from UWL (may be there i can pass the workitem id as a dynamic parameter).
    Thanks,
    Prasath N

Maybe you are looking for