UWL Refesh Link

Hi All,
There is a UWL 'Refresh' available at the top right corner of the UWL iView. There are other options like 'Show filters' 'Manage substitution rules' etc...
The 'Show filter / Hide filter' option is available as default link and the user has to click of the icon by the side in order to display the other options.
Our requirement is make the 'Refresh' option as the default link... is it possible to this through XML configuration ? Or do we need to modify the Java WebDynpro    for this, please advice.
Thanks
Bharath mohan B

Hi Bharath,
I think this is possible and your approach also correct.
1. Create custom attribute for "Refresh Link" in XML
2. In that link, you can call the Defalut UWL iview thorw "EPCM" doNavigate.
3. Configure the Updated XML in System Administration > System Configuration > Universal Worklist -    Administration.
Note: While doNavigate the UWL iview make sure entire portal refreshed or not!
Thank you,
Regards,
Devasarathy Pandi.
Edited by: DEVASARATHY PANDI on Jun 2, 2009 9:50 AM
Edited by: DEVASARATHY PANDI on Jun 2, 2009 9:51 AM

Similar Messages

  • UWL direct link

    Hi,
    One of our user want to have a UWL link which he wants to use in an external application.So,there should be no other tabs just UWL screen.
    I created one page where i added the UWL iview and by accessing preview I captured the URL.I am providing this URL now to the user.But i am thinking if this approach is fine or not as if user try to access the URL like this the page(UWL sceen) is not showing Log Off button.
    Please suggest.
    Regards
    Imran

    HI
    UWL direct link:
    1) This request runs a specified iView or page without a framework page.
    http://<host>:<port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fevery_user!2fgeneral!2feu_core_role!2fcom.sap.uwl.home_core_ws!2fcom.sap.netweaver.bc.uwl.overview!2fcom.sap.netweaver.bc.uwl.uwl_page!2fcom.sap.netweaver.bc.uwl.uwl_iview
    2)  It displays the entire portal desktop and framework page for the current user.
    http://<host>:<port>/irj/portal?NavigationTarget=ROLES://pcd:portal_content/every_user/general/eu_core_role/com.sap.uwl.home_core_ws/com.sap.netweaver.bc.uwl.overview/com.sap.netweaver.bc.uwl.uwl_page/com.sap.netweaver.bc.uwl.uwl_iview
    p.s : http://help.sap.com/saphelp_nw70/helpdata/EN/44/42c2ed81ce2152e10000000a114a6b/frameset.htm
    p.s: http://help.sap.com/saphelp_nw70/helpdata/EN/b3/7b8163404448e7aad7899c0b30313e/content.htm
    Regards
    Shridhar Gowda

  • UWL - delta linked copy of iView

    Hi Experts,
    We have customized a delta link copy of the standard UWL iView and add this delta link copy to several role (delta linked too). We have NW 2004s (SPS15).
    As I could see in NW 2005 HowTo guide from SAP that UWL personnlized iview should only be copy (and not delta link copy), which problem could occurs due to delta link copy?
    Thanks in advance for your help,
    Regards,
    Oliver

    Hi
    http://help.sap.com/saphelp_nw04/helpdata/EN/f5/eb515d0e6a11d7b84900047582c9f7/content.htm
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=77988232
    Regards
    Shridhar Gowda

  • UWL object link missing parameters when jump to external page via portal

    We configured SWFVISU in ECC to jump out to an external application via a portal page. Our resultant URL looks like this:
    http://XYZ:50000/irj/servlet/prt/portal/prteventname/Navigate/prtroot/pcd!3aportal_content!2fevery_user!2fgeneral!2fdefaultDesktop!2fframeworkPages!2fcom.xyz.portal.frameworkpage!2fcom.sap.portal.innerpage!2fcom.sap.portal.contentarea?NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fcom.xyz.pct.xyz%2Fcom.xyz.pct.rols.func_Sales_Representative1%2Fcom.xyz.pct.wrks.s.func_Sales%2Fcom.xyz.pct.pgs.func_Order_Accounts_OA&uname=USER.CORP_LDAP.mdeklerk&langu=EN
    BUT the work item object link parameter i.e. Sales Order No. does not get passed/attached to the string. What are we missing?

    It is passed as an implicit UWL parameter and will not be displayed in URL. You can read this parameter from webdynpro application.

  • Link in User Decision step not showing correctly in UWL

    Hi SAP Experts,
    I have a requirement to add a link in a user decision step, this link triggers a custom webdynpro for additional input. When I access the workitem from Business Workplace, the link is showing fine. But when I execute the workitem in UWL, the link is not displayed, instead the code is shown (<a>...</a>). Please advise on what I should do to have the link working. Thanks in advance.

    Hi,
    This same thing was just recently discussed. I just cannot find the thread anymore (well, in that thread there was not really any solution). Basically the hyperlinks in work item do not seem to work in UWL as they should. I don't know if there are any way to make them work. My suggestion is to not use the hyperlink at all and replace that with an action (=button) to the task in the UWL. This can be achieve quite easily by simple XML configuration in portal. If you have worked with UWL this should be quite straightforward for you, or if there is a consultant at the site, who is familiar with UWL, this should be simple for him/her.
    Regards,
    Karri

  • How to integrate UWL funciton with database information.

    Hi
    I am using web dynpro and GP to implement a workflow system (for example order process system). I need to implement a function to display on going order status of current processor. Database records around 10 order that were handled by current processor but maybe in different process stage. I can use Email and provide link for user to connect to the informed task. But I can't find any example to teach me how the use web dynpro  to implement the function to allow user link to on going task by our GUI. The UWL seems provide the function to link on going
    task, but UWL seems good for system maintenance. For our user the database information seems more friendly for they using system. Is there any API or example can help me to implement this function.
    GUI example
    Current processor: Hank    Department: Dept 1
    Order No       Customer      issue date    process stage
    001001          John             2007/2/2          stage 1
    002001          Bill               2006/2/5          stage 3
    001234         Tim               2007/4/5            stage 2

    Hi Lee,
    Yes there is a UWL API available from 2004s SPS 09 onwards.
    Just search on SDN for the UWL API Link.
    Meanwhile this blog will help you get started with simple developments using the API.
    Flashy UWL ...
    You will be able to create tasks with info you retrieve from the database you have.
    Hope this helps.
    If it did kindly consider rewarding points.
    Message was edited by:
            Prem Mascarenhas

  • Execute Work Item: Invalid Link (SWN155)  for WD ABAP task ?

    Dear all,
    I have created a workflow task with WEBSERVICE object and configured task visualization with WD ABAP application.
    When i am executing the work item through  SAP Inbox , the application is triggering successfully.
    But when the work item is transmitted to Outlook through Extended notifications configuration i am getting the error
    Execute Work Item: Invalid Link (SWN155).
    We have already implemented the 1381164 and 1164090 OSS notes.
    We don't have UWL, the link need to be opened the WD application directly.
    I am unable to find the error.
    Please help to solve the issue.
    Thanks,
    Vamshi

    Hi,
    Have you checked OSS for possible fixes? It might that this was something that was clearly a bug, and not matter what you do, it will not work, unless you implement some fix.
    Regards,
    Karri
    PS. The note is 966681
    Edited by: Karri Kemppi on Oct 27, 2009 9:26 PM

  • UWL Configuration for KM Resources

    We are creating XML documents in KM folders using custom PAR file based iViews.  These XML documents do go through approval process.  When a notification received by an approver in UWL, the link the task is opening XML document in browser.  Instead, our requirement is to open this document using another custom iView (that reads this XML document and displays the data in formatted HTML fields).  
    Please note that each KM folder stores different type of XML content.  Thus, all documents in the same folder should be opened with one specific iView.
    Is it possible do the above using standard configuration?  If so, please advice on how we do it?  Any documentation, guidance, info would be highly helpful.
    If configuration task is not possible, is it possible to do the same by any custom coding?  Please advise with additional info.
    Thanks

    Hi Leena,
    Could you please tell me how did you solve the issue.
    Regards,
    Ramesh

  • UWL - Error when lauching webdynpro for Approve time

    Please suggest me how to solve this error.
    As part of Manager Self Services (MSS) - we are getting error , when we try to click on the UWL Task link for "Approval of Working Times", UWL tries to launch a Webdynpro page and it could not find that.
    As we followed up with our basis team, they informed us that the Webdynpro Component does exists in the Portal.
    Error Details:       com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'sap.com/msscatapproval' and application 'CatManagerApprove' are not deployed on the server. Please check the used URL for typos.

    check from the content admin, If you are able to launch this correctly
    Please make sure you have defined the
    Task in SWFVISU.
    Task                           TS31000007
    APPLICATION    CatManagerApprove
    PACKAGE        sap.com/msscatapproval
    If you are using the standard task/
    http://help.sap.com/saphelp_nw70/helpdata/EN/20/f0c82c9f6748c58d
    9ea14b3bbed93a/content.htm
    This error occurs when the Portal is unable to detemine the above files due to the config issue of SAP_ECC_HumanResources
    Please check the port setting etc

  • Reg. UWL Configuration

    Hi Friends,
         I am trying to configure UWL in Portal 7.0. I am following a document which says that i have to register the systems in System Administration -> System Configuration -> Universal Worklist Administration. But I dont see any such link under System Configuration instead, there is Universal Worklist & Workflow folder under which i have the link 'workflow'. And i dont have a UWL Administration link under this as mentioned in the document.
    What could be wrong?
    Regards,
    Nathan.

    Hi Nathan
    Hmm, looks like you're missing something . There should be two options under System admin -> System Config -> Universal Worklist & Workflow - one called "Universal Worklist - Administration", the other called "Workflow".
    Please check you have all the system admin roles assigned to your user and that there are no .err files under your \usr\sap\SID...
    The Details link for the missing iView shows pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.system_administration/com.sap.portal.system_admin_ws/com.sap.portal.system_configuration/com.sap.netweaver.bc.uwl.UWLWorkflow/com.sap.netweaver.bc.uwl.uwl_administration_page/com.sap.netweaver.bc.uwl.uwl_webflow_type_admin in case you want to check the PCD...
    (This is on SP10)
    Cheers

  • Error in UWL config help!!

    We are having following error in the "Registration for Item Types of Universal Worklist Webflow" iview   , when we are trying to configure the UWL,
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.system_administration/com.sap.portal.system_configuration/com.sap.netweaver.bc.uwl.uwl_administration_page/com.sap.netweaver.bc.uwl.uwl_webflow_type_admin
    Component Name : com.sap.netweaver.bc.uwl.ui.UWLWebflowTypeAdmin
    com.sap.netweaver.bc.uwl.admin.IWebflowConfigurationAdmin.getSystems(Lcom/sap/netweaver/bc/uwl/admin/IUWLConfigurationAdmin;)[Ljava/lang/Object;.
    Exception id: 06:19_31/01/05_0001_1446750
    See the details for the exception ID in the log file
    Thank you in advance.

    Hi,
    I'm trying to configure SAP MDM30 in WebAs 6.40 with Abap and J2ee for which SAP EP6.0 and XI30 are prerequisites.To access SAP MDM30 thru EP60 i have to configure and apply some settings.I'm following the configuration guide "SAP MDM Master Data Harmonization and Central Master Data Management: Configuration Guide for SAP MDM 3.00".
    The access to the functions of SAP MDM is controlled by SAP EP.To activate single sign-on i have to create a system for the MDM system template in the system landscape and assign an alias name for it.Then i gave all the necessary settings for J2EE,ITS,WAS,Connector and when i tested the system for connection it gave an error.
    Retrieval of default alias successful
    Connection failed. Make sure user mapping is set correctly and all connection properties are correct.
    Further i tried to configure UWL for MDM.There are certain tasks to be followed for configuring UWL such as to copy and rename a certain file com.sap.netweaver.bc.uwl.par.bak and then in the UWL Configuration tab create a new entry for the system alias i creates and using the webflow_connector as the connector. Before using the Universal Worklist, the object types for all systems have to be registered in the UWL Administration.But when i register it gave me an error stating that user mapping is not correct. Then i went for user mapping with userid and password.But yet again there was an eror.The user mapping logon data for the user cannot be saved.And then the UWL Administration link displayed an error message for the three ivies in that page.
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm/roles/com.sap.pct.mdm.master_data_administrator/com.sap.pct.mdm.workflow_admin/overview/com.sap.netweaver.bc.uwl.uwl_administration_page/com.sap.netweaver.bc.uwl.uwl_webflow_type_admin
    Component Name : null
    Page could not create the iView.
    See the details for the exception ID in the log file
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm/roles/com.sap.pct.mdm.master_data_administrator/com.sap.pct.mdm.workflow_admin/overview/com.sap.netweaver.bc.uwl.uwl_administration_page/com.sap.netweaver.bc.uwl.uwl_configuration_admin
    Component Name : null
    Page could not create the iView.
    See the details for the exception ID in the log file
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm/roles/com.sap.pct.mdm.master_data_administrator/com.sap.pct.mdm.workflow_admin/overview/com.sap.netweaver.bc.uwl.uwl_administration_page/com.sap.netweaver.bc.uwl.uwl_cache_admin
    Component Name : null
    Page could not create the iView.
    See the details for the exception ID in the log file
    When i searched for the error in forums i found that i have to upgrade my EP from SP9 to SP11.When i did this i lost the UWL Administration link.How to proceed further.
    regards
    Gopi

  • UWL Issue not working with HTTPS

    Hi,
       The UWL is implemented and are in live for long long time in our company. Recently, we changed the Portal to be accessible via HTTPS as well and after chaging realized, none of the UWL worklist links are working. Worklist Items are Displayed with hyperlink. But when clicked on it, nothing happenes and no javascript error thrown as well.
    Is there are Dependencies for UWL with HTTP Protocoal. And if not, can you please suggest on how to make it work with HTTPs protocol.
    Thanks.

    Thanks (again!)
    Before making any changes, I am assuming you are referring to the protocol of the ERP system in the System Landscape?  I don't actually see that parameter name (Protocol of target system) in the list of values.  I do see a few other protocol options (CVIEWS, FSCM, DRS, though).
    I have not changed any of these values as part of trying to support SSL for the portal via terminating it on a load balancer (but keeping HTTP on the backend portal/erp systems) - I was assuming that these settings were related to the portal itself establishing connections to ERP, but if they are somehow used with URL generation to the browser.......my confusion!  It seems there are a number of values that could be changed (I've often wondered why there are multiple places where the hostname shows up for one R3 system connection!)
    Application Host
    ITS hostname
    ITS Protocol
    Web AS Host Name
    Web AS Protocol
    My theory would be to change all of the hosts to be external FQDN on the load balancer and the protocol to HTTPS.  Again, I have not configured the Portal OR the ERP system to support HTTPS.
    I've also observed the logoff link comes back as HTTP, so maybe that is the DSM trying to hit the backend system via HTTP due to this as well
    Thanks a million for your time.

  • Open UWL workitem from outlook mail

    Hello friends,
    I have a requirement to execute/open workitem of UWL, which should open from outlook...
    I have searched for the same in sdn forum and SAP-WUG, but was unsuccessful to find the exact solution...
    I have used 3 technique to achive the requirement, but they are not working and also don't know it is a right approach or not..
    1) Maintained the UWL url in SWNCONFIG-> General setting -> INBOX_LINK_URL
    2) Configured setting as suggested for Extended notification and UWL in link
    http://help.sap.com/saphelp_nw70/helpdata/de/ad/d64842d59fb430e10000000a155106/content.htm
    3) Maintained link in SWNCONFIG-> General setting -> WD_HOST and WG_HOST
    For getting the UWL workitem link in Outlook wich program needs to be executed --> 1) RSWUWFML2  OR  2) SWN_SELSEN ?
    I am not sure the requirement is possible or not...
    If it is possible then please suggest the right approach and the techniques I have tried are correct or not?
    Thanks and Regards,
    Mihir

    Dear Karri,
    I am very new to workflow. So I don't know why and where webdynpro application is used in my senario... And I will be very obliged to bare with me if I don't understand any terminology of workflow.
    I would like to share my complete senario with you.
    I have a existing workflow on "COURSE BOOKING" which is already working on production perfectly. And the manager is approving it on UWL for it.
    Now the requirement was given like this... I was told that manager has to search the workitem in UWL and had do refresh many time. So they asked me to provide a link or attachment of UWL's workitem directly in notification mail, so that he only needs to click on that link or attachment and required workitem in UWL will open and he/she could make decision.
          The requirement is very similary to the notification mail generted by program RSWUWFML2, which has 3 attachements and among them 1 is of Execute Workitem, which open up SAP R/3 inbox's workitem directly. Means he doesn't need to search in SBWP...
          So here in my case instead of SAP R/3 inbox workitem, he should open Portal UWL's workitem directly.
    Now I come to your question about "webdynpro application launches workitem". I don't know where the webdynpro application comes into the picture...
    Please guide...
    Thanks & Regards,
    Mihir

  • Not receiving all tasks in UWL (IUWLItemManager)

    I'm creating an stand-alone application for the UWL (so you don't have to use the portal), and I followed this blog:
    /people/kenichi.unnai/blog/2009/10/19/how-to-use-uwl-api-for-netweaver-bpm-tasks
    My problem is that I'm not receiving all my tasks with the IUWLItemManager, I only get some old completed tasks!
    I already took a look at the uwl API link provided, but I couldn't find anything.
    Does anyone have any idea why I'm having this problem?
    Thanks in advance!
    Lynne
    ps I'm using NWDS CE 7.11

    I was able to solve my question myself:
    using the method
                   QueryResult result = itemManager.getItemsForItemType(uwlContext,ItemType.UWL_ITEM_TASK, null, null);
    I get the tasks I was looking for. The other method seems to only give back a selection of items (allready completed etc.)

  • 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