URL in UWL

Dear Experts,
How to diplay a URL as a hyperlink in UWL (under Notification); currently the URL is displayed as a text.
Regards,
Kanthimathi

I am looking for an answer to the same question.
In one of the workflow steps, i am sending notification out to the user using SELFITEM-SENDTASKDESCRIPTION method. In the Notification text, i am using a variable that contains a URL to one of the Portal iview. In the task description i use <a href="&URL&"> Click Here </a>.
This appears as a hyperlink Click Here in SAPGUI Inbox but appears as <a href="www.google.com"> Click Here </a> in the Universal Work-list.
Does anyone know what needs to be done to display the text as hyperlin in UWL?
I will appreciate any ideas.
Thanks,
Saurabh

Similar Messages

  • Passing parameter to the URL in UWL

    Hi ,
      We are sending the workitem from ECC to UWL and all these works fine.
    We have a custom form that opens from the UWL workitem on the click of a button 'Launch URL'  . We need to pass a name into the cutom form while it opens.
    We are using the Task visualization in the SWFVISU.
                                 Visualization type  = Portal page
                                  DYNPARAM          = zname=${item.externalld}.
    But the URL opens with a null value. Kindly help.
    - Liz

    Hi,
    please check the following OSS notes;
    <a href="https://service.sap.com/sap/support/notes/1015257">Note 1015257 - Need to enter escape characters for direct input in Variable</a>
    <a href="https://service.sap.com/sap/support/notes/1062214">Note 1062214 - Errors with direct input in web variable screen</a>
    hope this helps...
    Olivier.

  • Problem in launching a url when UWL Item is clicked

    Hi,
    I am developing a custom UWL connector which will fetch items from 3rd party system. Whenever I clicked on any of the item in the task list, It should open a url (value fetched from 3rd system which is dynamic).
    I tried putting the action tag in uwl_xxxconfiguration.xml with
    Action name="showDetails" handler="UrlLauncher" launchInNewWindow="yes">
          <Properties>               
                <Property name="url" value="${item.executionUrl}"/>
          </Properties>
    <Descriptions default="Show Details"/>
    </Action>
    before that I am setting the executionUrl value in uwlItem.setExecutionUrl("www.google.com") in getItems methods.
    After configuring the connector to the portal, when I click on the items, it is launching the details view of the item rather than google. Please help me on this issue.
    Thanks,
    Gobi

    Found the workaround in .xml only by removing the action of DefaultAction and incorporated my action for different tasks. Here is the code snippet for xml
    <ItemType name="uwl.task.mytask" connector="TestUWLConnector" defaultView="DefaultView" defaultAction="launchApp" executionMode="default">
          <Actions>
            <Action name="launchApp" groupAction="" handler="UrlLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="url" value="${item.executionUrl}"/>
              </Properties>
              <Descriptions default="Go To Application"/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <Actions>
            <Action reference="viewDetail"/>
            <Action reference="viewMemos"/>
            <Action reference="viewPreviewDetail"/>
            <Action reference="viewSimilar"/>
            <Action reference="uwlReturnToTable"/>
            <Action reference="markAsRead"/>
            <Action reference="markAsLaunched"/>
            <Action reference="connectionstatus"/>
          </Actions>
        </ItemType>
    Edited by: Gobinath Kasimayan on Sep 5, 2008 9:30 AM

  • URL is not displayed in Work flow task of CRM UI and displayed in SOST Tcode

    Hi All,
    I am trying to display the dynamic URL with short link in work flow task, the same got properly displayed in SOST Tcode and mail but not displayed in CRM UI, may I know the reason behind it?
    code in work flow task under description is below :
    /*   <A HREF= "&URL&">Portal UWL</A>
    Thanks,
    VijHyd

    Hi Vij,
    You can use the below sample code to make a hyperlink for text,
    lv_url type string.
    lv_url = 'you can give url here'
    <thtmlb:link
                      id        = "test"
                     reference = " <%= lv_url %> "
                     tooltip   = "Download template file"
                     text      = "Please click on this link to download the Excel XML template" />

  • Web dynpro URL not working in user's UWL

    Hi,
    I am not sure if this is the right place for this question. I have created a web dynpro application and copied the URL and we put this URL in the UWL of a user using workflow, now the issue is when a user click on that URL on the portal side it's not doing anything but when I go r/3 side and click on the URL in my inbox I can see my web dynpro application running.
    Any idea why is this happening.
    Thanks,
    Raj

    Hi,
    Have you checked the proxy settings in server? If yes use this code
    URL u = new URL("http://download.finance.yahoo.com/d/quotes.rss?s=gm&d=t&f=l1t1c1");
    System.getProperties().put("proxySet", "true");
    System.getProperties().put("proxyHost", <HTTP Proxy Host> );
    System.getProperties().put("proxyPort", <HTTP Proxy Port> );
    InputStream is = u.openStream();
    DataInputStream dis = new DataInputStream(new BufferedInputStream(is));
    You can check the proxy settings in System Administration - >System Configuration -> Service Configuration -> Applciations ->com.sap.portal.ivs.httpservice -> Services -proxy.
    Regards
    Suresh Bachimanchi

  • Invalid URL error when displaying Work Item Attached URL Object in UWL

    Hi,
    After upgraded from EP6 to EP7 the user can no longer display the attached URL object of work items in the UWL Inbox.  It works fine in the SAPGUI Inbox so the URL should be okay.  We found below error messages in UWL log file:
    #1.5#0003BA5D298B001E0000030300003A280004314BFE992222#1180102370599#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.UWLActionControl#C004049#43497#####SAPEngine_Application_Thread[impl:3]_0##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.UWLActionControl#Plain###com.sap.tc.webdynpro.services.exceptions.InvalidUrlRuntimeException: Invalid URL=HTTP://apinvoice.d51.lilly.com
    gbip
    gbip.asp?po=invoice=TC630400360USERID=USC076601#
    #1.5#0003BA5D298B001E0000030400003A280004314BFE9986AB#1180102370625#/uwl/ui#sap.com/tcwddispwda#com.sap.netweaver.bc.uwl.ui.control.UWLActionControl#C004049#43497#####SAPEngine_Application_Thread[impl:3]_0##0#0#Warning#1#com.sap.netweaver.bc.uwl.ui.control.UWLActionControl#Plain###com.sap.netweaver.bc.uwl.UWLException: Fri May 25 10:12:50 EDT 2007
    (Portal) :com.sap.tc.webdynpro.services.exceptions.InvalidUrlRuntimeException:Invalid URL=HTTP://apinvoice.d51.lilly.com
    gbip
    gbip.asp?po=invoice=TC630400360USERID=USC076601#
    Looks like the error is related to the back slashes in the URL but it was working fine in EP6.  We are going to change the back slashes to forward slashes to see it will work.  We would like to know if any SDNer’s can provide some more detail on why this is happening and if there is other solution.  Any hint will be very appreciated.
    Regards,
    Jiannan Che

    Use link attachment or add button action to UWL as possible workaround. It appears that work item text can only be displayed as-is.

  • URL not active in UWL

    I'm trying to pass a URL from a workflow container to a task in the UWL. I can display the URL when I open the task, but the URL is not active. I cannot click on the link. Any suggestions?
    This is the code that I'm using in my XML file:
    <DisplayAttribute name="TEST_URL" type="link" sortable="no" maxTextWidth="0" headerVisible="yes" actionRef="ChangeUrl">
    <Descriptions default="Test URL"/>
    </DisplayAttribute>
    The ChangeUrl action looks like this:
    <Action name="ChangeUrl" handler="UrlLauncher" launchInNewWindow="yes">
    <Properties>
    <Property name="url" value="${item.TEST_URL}"/>
    </Properties>
    <Descriptions default="Test URL"/>
    </Action>
    Your assistance is appreciated,
    Keith

    Hi Keith,
    I'm not sure I understand this either.  Is this you click on the subject of the UWL, and you are brought to another window where there is a URL, you click on the URL, and now you are brought to the page?
    Have you tried to use the: http://help.sap.com/saphelp_nw70/helpdata/EN/3a/648b505d764efcbbcbf7fab0e3070a/content.htm
    UrlLauncher handler?
    <Action name="launchUrl" handler="UrlLauncher">
      <Properties>
        <Property name="url" value="http://my.web.com"/>
       <Property name="workitem_id" value="${item.externalId}"/>
      </Properties>
    </Action>
    Beth Maben
    EP - Senior Support Consultant II
    AGS Primary Support
    Global Support Centre Ireland
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • Sap_uwl_selecteditem in the UWL workitem URL

    Hi,
    I needed to capture the value that is generated for sap_uwl_selecteditem in the UWL work item URL.
    Is there a way to get its value as we do for the work item id by setting the dynparam as wi_id=${item.externalType} ?
    Thanks & Regards,
    Jyoti

    Hi Arpit,
    Check the UWL iview that you are using.  The sap_uwl_selecteditem is a parameter that is stored on the iview.  On my internal test portal the value for this parameter is set to -1.
    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  ***

  • Sending URL's to outllook which directly links to th workitem of the UWL

    My project which was developed on ASP with oracle is now being re-designed into enterprise portals and SAP R/3 4.6c. Here the scenario is when a user creates or changes a pricing condition on the PORTAL .it should trigger a workflow in SAP r/3 which goes through a loop of approval process and finally gets approved or rejected.
    Here the notifications are sent to the approver’s outlook where the outlook subject should contain two links, the first should link to the portal UWL and the second should link to the respective WORKITEM in the UWL.
    My questions are
    1)     How an event on the portal side does trigger a workflow at the backend?
                Do we need to explicitly raise the event in the BAPI for create/change to trigger workflow using SWE_EVENT_CREATE or is there any alternative?
    2)     How to send a notification to the outlook with URL’s which directly points to UWL and respective work item in the portal UWL?
                     I gone through the EXTENDED NOTIFICATIONS FOR SAP Business WORKFLOW help file but I didn’t a clear picture of it.
                             It is all with the BSP’s in the help file?
    3)     Its only configuration that we do in the portal to  get all the work items from  SAP inbox or Do we need to do any extra coding to get all the work items into the UWL ?
    Please do the need full .Basically I am new to WEBFLOW. So, if possible spare some time and send me the flow and the solutions in detail.
    Advance thanks…
    Warm regards,
    Sateesh

    Hi sateesh
    To make RSWUWFML2 work at least you have to do:
    1. Set up SAP Gatway to connect to Outlook (SCOT) as type INT
    2. There are some settings additional that basis will have to carry out - CHECK OSS for that
    3. Ensure all the users have home email address
    4. In SO16 Tab MailSySgRP choose send email to user's home address
    5. Then in SAP schedule report RSWUWFML2 (frequency should be ideally
    every 10 min -depends on the volume of emails)
    You will find further information in note: 733681
    If the requirement for direct acces to the workitem in the UWL is very important you could do the following:
    Make a copy of the report ie. ZRSWUWFMS2 and make the appropriate changes in the code and schedule that instead. This is not recomendable, since all changes made to the report by SAP will be lost to you.
    Hope it helps
    Kind regards
    Mikkel
    Message was edited by: Mikkel Iversen

  • UWL Invalid URL

    Hi,
    I'm implementing the UWL in portal 7 and at first glance it works ok. But if I leave a work item in my inbox for more than 2 days, I get the following Exception:
    com.sap.tc.webdynpro.services.exceptions.InvalidUrlRuntimeException: Invalid URL=../../../resources/sap.com/tckmcbc.uwl.ui~wd_ui/Components/com.sap.netweaver.bc.uwl.ui.UWLMain/Aug 28, 2007
         at com.sap.tc.webdynpro.serverimpl.core.url.AbstractURLGenerator.checkURL(AbstractURLGenerator.java:658)
         at com.sap.tc.webdynpro.serverimpl.core.url.AbstractURLGenerator.applyWSRPTemplate(AbstractURLGenerator.java:1184)
         at com.sap.tc.webdynpro.serverimpl.core.url.AbstractURLGenerator.computeWebResourceURL(AbstractURLGenerator.java:1039)
         at com.sap.tc.webdynpro.serverimpl.core.url.AbstractURLGenerator.getWebResourceURLInternal(AbstractURLGenerator.java:237)
         at com.sap.tc.webdynpro.services.sal.url.core.URLGeneratorInternal.getWebResourceURLInternal(URLGeneratorInternal.java:333)
         at com.sap.tc.webdynpro.progmodel.view.ViewElement._resolvedWebResourceURL(ViewElement.java:459)
         at com.sap.tc.webdynpro.clientserver.uielib.standard.impl.Image.getSource(Image.java:1047)
         at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ImageAdapter$ImageProxy.getSrc(ImageAdapter.java:325)
         at com.sap.tc.ur.renderer.ie6.ImageRenderer.render(ImageRenderer.java:63)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.SapTableCellRenderer.renderSapTableGenericCellFragment(SapTableCellRenderer.java:1188)
         at com.sap.tc.ur.renderer.ie6.SapTableCellRenderer.renderSapTableCellFragment(SapTableCellRenderer.java:205)
         at com.sap.tc.ur.renderer.ie6.SapTableCellRenderer.render(SapTableCellRenderer.java:84)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.SapTableRowRenderer.renderSapTableRowFragment(SapTableRowRenderer.java:105)
         at com.sap.tc.ur.renderer.ie6.SapTableRowRenderer.render(SapTableRowRenderer.java:49)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.SapTableDefaultBodyRenderer.renderSapTableDefaultBodyFragment(SapTableDefaultBodyRenderer.java:214)
         at com.sap.tc.ur.renderer.ie6.SapTableDefaultBodyRenderer.render(SapTableDefaultBodyRenderer.java:44)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.SapTableRenderer.renderSapTableFragment(SapTableRenderer.java:769)
         at com.sap.tc.ur.renderer.ie6.SapTableRenderer.render(SapTableRenderer.java:84)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:826)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:424)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutFragment(GridLayoutRenderer.java:336)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.render(GridLayoutRenderer.java:79)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render(ScrollContainerRenderer.java:74)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:826)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:424)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutFragment(GridLayoutRenderer.java:336)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.render(GridLayoutRenderer.java:79)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render(ScrollContainerRenderer.java:74)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutItemFragment(FlowLayoutRenderer.java:288)
         at com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutFragment(FlowLayoutRenderer.java:244)
         at com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.render(FlowLayoutRenderer.java:49)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render(ScrollContainerRenderer.java:74)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:826)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:424)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutFragment(GridLayoutRenderer.java:336)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.render(GridLayoutRenderer.java:79)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render(ScrollContainerRenderer.java:74)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.UiWindowRenderer.render(UiWindowRenderer.java:52)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendHtml(HtmlClient.java:1052)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.fillDynamicTemplateContext(HtmlClient.java:455)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse(HtmlClient.java:1236)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.retrieveData(HtmlClient.java:252)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRetrieveData(WindowPhaseModel.java:595)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:156)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:759)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:174)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    If I set the property "Launch WebDynpro UI" to No, everythings works fine.
    How can I resolve this problem?
    Thanks in advance!
    Liesbeth

    I've solved the issue. The Configuration Wizard created the Sent Date with type "image" instead of "date".

  • Displaying URL (in work item description) as Hyperlink in UWL

    Hi experts,
    I have successfully configured my UWL to retrieve and display work items under "Tasks" tab.
    However some of the work items contain a URL which I would like to display as a hyperlink (i.e. clicking on the hyperlink opens a new browser window and takes the user to the specified location). Currently the UWL displays these URL as plain text.
    I tried to add HTML tags: &lt;a href="http://www.abc.com"&gt;http://www.abc.com</a> to denote the URL as a hyperlink. The URL was correctly interpreted as a hyperlink on SAP inbox (transaction code SBWP). However, when it is accessed via UWL, the HTML tags are incorrectly displayed in plain text.
    Please kindly advise whether any configuration can be done to the UWL such that it will correctly recognize and display the URL as a hyperlink. Any help is greatly appreciated.
    Regards,
    Lionel

    Hi Lionel,
    You can't directly do what you want with the workitem text, but there is perhaps a workaround.  If you make the URL available as an element in the workitem container and include it in the text that way, you will preserve the original functionality, but more importantly you will then be able to configure a custom action in the UWL which refers to this URL. The result will be visible to your users as a seperate link or button in UWL.
    See <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/3a/648b505d764efcbbcbf7fab0e3070a/frameset.htm">URL Launcher</a> in the SAP docs for details of how to do this config.
    Hope this helps,
    Darren
    <a href="http://www.fortybeans.com/">My blog</a>

  • UWL Item URL Links

    Hello Experts,
    I have created a Webdynpro application in which i have the UWK Items. I am able to read all the properties of the items.
    But I don't know how to create the URL for the specific ITEMS,  to open the item, when clicked.
    Can you please provide me information of how to create the specific Item URLs, which i can link to the Item.
    Regards,
    Gursimran Singh

    Hi,
    Try the following
    package samplepackage;
    import java.util.Iterator;
    import java.util.Locale;
    import java.util.Properties;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    import com.sap.netweaver.bc.uwl.IUWLItemManager;
    import com.sap.netweaver.bc.uwl.IUWLService;
    import com.sap.netweaver.bc.uwl.IUWLSession;
    import com.sap.netweaver.bc.uwl.Item;
    import com.sap.netweaver.bc.uwl.ItemCollection;
    import com.sap.netweaver.bc.uwl.QueryResult;
    import com.sap.netweaver.bc.uwl.UWLContext;
    import com.sap.netweaver.bc.uwl.UWLException;
    import com.sap.security.api.IUser;
    import com.sap.security.api.UMFactory;
    public class Sample {
      public void retriveItems() {
        try {
          // look up UWL service
          IUWLService uwlService = findService();
          // define session timeout perios
          final int sessionIdleTimeout = 60;
          // create context
          UWLContext uwlContext = new UWLContext();
          // find logged in user.
          IUser user = //TODO Get the user for whom the items are to be retrieved.
          uwlContext.setUser(user);
          uwlContext.setLocale(Locale.getDefault());
          // begin session
          IUWLSession uwlSession;
          uwlSession = uwlService.beginSession(uwlContext, sessionIdleTimeout);
          uwlContext.setSession(uwlSession);
          IUWLItemManager itemManager = uwlService.getItemManager(uwlContext);
          QueryResult result = itemManager.getItems(uwlContext, null, null);
          ItemCollection items = result.getItems();
          Item item = null;
          for (int i = 0; i < items.size(); i++) {
            item = items.get(i);
            Map params = new HashMap();
            params.put("taskId", item.getExternalId());
            String executionURL = WDURLGenerator.getApplicationURL("sap.com/tcbpemwdui~taskinstance", "ATaskExecution", params);
            //TODO Add code send mail which contains above URL.
        } catch (UWLException e) {
          e.printStackTrace();
        } catch (NamingException e) {
          e.printStackTrace();
      // look up UWL service
      private IUWLService findService() throws NamingException {
        Properties env = new Properties();
        env.put(InitialContext.INITIAL_CONTEXT_FACTORY, "com.sapportals.portal.prt.registry.PortalRegistryFactory");
        // create initial context
        InitialContext ctx = new InitialContext(env);
        // retrieve UWL service
        IUWLService uwlService = (IUWLService) ctx.lookup("/broker/services/" + IUWLService.ALIAS_KEY);
        return uwlService;
    which is taken from the following blog : <br>
    /people/kenichi.unnai/blog/2009/10/19/how-to-use-uwl-api-for-netweaver-bpm-tasks

  • UWL - direct URL needed for work items

    We have NetWeaver Portal EP7 and use the UWL for work items from the ECC6 backend system. The work items appear as expected and users can process them correctly.
    I now have a requirement for a direct portal URL for each work item that appears in the UWL so that it can be accessed directly instead of via the UWL. However, I'm struggling in my attempts to find or construct such a URL.
    I would appreciate any help to resolve this.
    Trevor

    Hi,
    Why do you need this URL? If you want the recipient to be able to display a work item from within an e-mail, this can help you : [Executing or Displaying Work Items from Within a Message|http://help.sap.com/saphelp_nw70/helpdata/en/c7/009f405660f418e10000000a1550b0/frameset.htm].
    Regards,
    Pierre

  • Sending UWL task URL via email

    I am using NW 2004s Sneak Preview. I have Guided Procedure setup with several tasks to be completed by different user.
    I would like to send an URL for a UWL task to a user by email. So User need not go to UWL to check his inbox.
    Appreciate any help.
    Thanks,
    Abhay

    Hi Abhay,
    UWL connects to GP Runtime and shows the task in a window.
    The URL used is the one to GP Runtime.
    There are 2 options:
    1. You are running in portal:
    http://<server>:<port>/irj/portal?NavigationTarget=ROLES://portal_content/com.sap.pct/platform_add_ons/com.sap.caf.eu.gp.folders.gp/com.sap.caf.eu.gp.roles.runtime/com.sap.caf.eu.gp.worksets.runtime/com.sap.caf.eu.gp.pages.procinstance&DynamicParameter=processId%3D<XaX>%26taskId3D<YaY>
    2. You are running stand-alone WDp:
    http://<server>:<port>/webdynpro/dispatcher/sap.com/cafeugpuirt/Runtime?app.processId=<XXaXX>&#38;app.taskId=<YYaYY>
    In both cases you will need the IDs of the process<XaX> and task<YaY>, which can be taken from the GP NWA tool.
    Hope that helps.
    Best regards,
    George.

  • Workflow UWL attachment external url

    Hi all,
    i'm trying to open an URL as attachment via the EP form the UWL. Links like http://www.google.de or other external URL are not correctly shown in the webbrowser (IE7.x).
    how can i attach an URL (documenttype is URL) to an Workitem an let it show directly from the UWL
    Cheers
    Felix

    I don't know if it works in UWL but using html tags
    <a href="www.xyz.com"> test </a>
    works for SAP inbox. Try this.
    Regards, IA
    Edited by: Imthiaz Ahmed on Jul 25, 2008 9:11 AM

Maybe you are looking for

  • Game Center Being Strange...?

    i recently got an iphone 4. i already had an ipad 2 with many games on it that i play regularly (like clash of clans and boom beach) that i used with game center so that i could connect with my friends. now that i got a new phone, i made a new apple

  • Set default value with mouse click?

    Hi guys, I'm new enough to LabVIEW, and indeed this forum, so I hope you can help. I'm guessing it's a simple problem, but I can't figure out how to do it. I've got a cRIO taking in 4 analog voltages. Each voltage is from a linear potentiometer which

  • Opening a Word Document in Pages - floating objects not supported

    I am trying to open a Word document in pages. It is a table of labels with artwork and text. Pages tells me that floating objects inside cells are not supported and were deleted. I've tried making them inline with text in the original document and th

  • VL/AO:Create Masterdetail @ same time ENSURE that Master is created first??

    Hi, I have for example an Order table and lines table with FK.(AO) I i want to create a master record and some lines at the same time. But If I call createInsert on the Master view then call createRow on the detail VO. The detail lines are inserted f

  • Responses to forum questions

    after i post a question on the forum do i get notified by email when there is an answer or solution or do i have to go in and change some setting?