UWL - removing attacments in portal?

Hi,
We're having som trouble handling attachments to workitems in the UWL of our portal (EP6, SP16).
The attacments are shown in the detailed view of the UWL. When the attacment is clicked, the portal launches an IAC iView displaying the MIR4 transaction of SAP R/3 throught an ITS-connection.
Is there anyway to redefine the action for the attacment link? Or alternatively to remove the attacment from the UWL details (without removing the attachment from the workitem!).
Kind regards,
Rasmus

Hi Pasumpon,
   I see the DYNPARAM field value is empty in SWFVISU. Give the value WI_ID=${item.externalId} in there and check again in UWL if it is working.
Regards,
Arpan

Similar Messages

  • UWL remove entries in uwl.webflow. systemalias (low)

    Dear Sirs,
    We re-registered our UWL system in the portal, which had not been done in a while. 
    We have a custom task items, which has worked for several months. The handling for this task has been controlled by a custom (medium) config file (launches SAP transaction in new window, when subject is clicked) 
    After we re-registered the following lines are added to our uwl.webflow..xml (low) file.
    <ItemType name="uwl.task.webflow.decision.TS91100XXX.ALIAS" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
    <ItemTypeCriteria systemId="P10300" externalType="TS91100XXX" connector="WebFlowConnector"></ItemTypeCriteria>
    The effect of this is that we no longer can click on the subject and get a transaction in a new window. When it is clicked now we are given a decision view.
    My question is, how can I remove the lines which was added by our re-registering?, and get it back the way it where.
    I guess it is not advisable to hack directly in the low files, which will we overwritten on next re-register anyway.
    best regards,
    Jørgen

    Hello Darren,
    I appricate your help.
    From file
    uwl.TS164
    , which is a file I have made and uploaded with medium configuration.
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'
      >
    <UWLConfiguration version="1.0">
      <ItemTypes>
        <ItemType name="uwl.task.webflow.TS91100164.ERP" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="Click" executionMode="default">
          <ItemTypeCriteria systemId="P10300" externalType="TS91100164" connector="WebFlowConnector"></ItemTypeCriteria>
          <Actions>     
         <Action name="Click" groupAction="no" handler="SAPTransactionLauncher" referenceBundle="lauch_sap" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
               <Properties>
            <Property name="p_nosecm" value="X"></Property>
            <Property name="display_order_priority" value="5"></Property>
               </Properties>
              <Descriptions default=""></Descriptions>
            </Action>
    </Actions>
        </ItemType>
      </ItemTypes>
    </UWLConfiguration>
    In the
    uwl.webflow.ERP (Low)
    , the following lines where added after I registered the system again. The task TS911000164 was made after we registered for the first time, and it worked as I wanted as wanted until the lines below was added to this file following a re-registration.
    <ItemType name="uwl.task.webflow.decision.TS91100164.P10300" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="P10300" externalType="TS91100164" connector="WebFlowConnector"></ItemTypeCriteria>
        </ItemType>
    So want I need to do is to somehow makes the above lines dissapear from the uwl.webflow.ERP file.
    regards,
    Jørgen

  • UWL Removing detail area menu/context menu that appears on each item/task

    Hi
    On the MSS Universal Worklist on the Portal(EP7 SP14)(ESS MSS 600 SP11, ECC 6), how can I remove the context menu(detail area menu) on each item/task. The options for the menu are Forward and Resubmit.
    I understand(I stand corrected) that it is on uwl.standard xml file where this menu can be removed. Im not too sure what to change on this file.
    Your help is much appreciated and points will be rewarded if your answer works.
    Kind regards
    RD

    Hi Andy
    Thank you for your quick response. I have added the necessary actions to the "List of UWL Actions to exclude" property, and this sorted out my problem.
    Thank you - I have given you points
    Cheers
    RD

  • Integrating WebDynpro ABAP applications with UWL for workflow in Portal

    Dear
    We want to integrate an abap webdynpro application as task in the workflow with UWL.
    More information was found in /people/ginger.gatling/blog/2005/12/14/create-new-uis-for-existing-workflow-tasks-with-abap-web-dynpro-and-universal-worklist
    But no answer on the following issue:
    We use the transaction SWFVISU to prepare standard setting for our  task. This defines how a task is executed, once you select the task subject line on the worklist.
    Task                           TS91700001
    Visualization Type             ABAP Web Dynpro
    APPLICATION     z_wd_pas
    DYNPARAM     IV_WIID=${item.externalId}&period=${item.PERIOD}
    NAMESPACE     SAP
    SYSTEM_ALIAS     SAP_BSP_EREC
    But we want to start the abap webdynpro application with a dynamic parameter: period 07.2010 or 08.2010 or MM.YYYY. This parameter is a container element of the task, filled when the task is created. Also other parameters are available in the abap webdynpro application.
    Component       Z_WD_PAS
    Interface View  PAS
    Plug Name       DEFAULT
    Help Menu Text
    Help Link
                                                                                    Package         Z_PAS
    Language        EN
    URL             http://saperpd1.imec.be:8000/sap/bc/webdynpro/sap/z_wd_pas                                                                               
    with parameters
    IV_WIID     000000000000     SWW_WIID
    ORG_UNIT     00000000     ORGEH
    PERIOD                              SPMON
    PERNR     00000000     PERSNO                            
    Can we set the dynamic parameter list DYNPARAM from the task
    or should  we read the container in our abap webdynpro application described in http://wiki.sdn.sap.com/wiki/display/WDABAP/IntegratingWebDynproABAPapplicationswithUWLforworkflowin+Portal?
    More information: The task is a webservice
    Standard task        91700001   Z_PAS_CC
    Object Category      BOR Object Type
    Object Type          WEBSERVICE   WebFlow Service
    Method               PROCESSDIALOG                      Dialog Service
    with the following standard program code for this method:
    begin_method processdialog changing container.
    DATA: l_wi_objkey TYPE swotobjid-objkey.
    DATA: l_wiid TYPE swwwihead-wi_id.
                                                                                    CALL FUNCTION 'SWE_WI_GET_FROM_REQUESTER'
      IMPORTING
        requester_workitemid = l_wi_objkey.
    l_wiid = l_wi_objkey.
                                                                                    CALL FUNCTION 'SWF_WSC_START_LH_DIALOG'
      EXPORTING
        i_wiid                 = l_wiid
      EXCEPTIONS
        url_creation_failed    = 1
        browser_launch_failure = 2
        OTHERS                 = 3.
    IF sy-subrc <> 0.
      CASE sy-subrc.
        WHEN 1.
          exit_return '1000' space space space space.
        WHEN 2.
          exit_return '1001' space space space space.
        WHEN OTHERS.
          exit_return '1002' space space space space.
      ENDCASE.
    ENDIF.
    end_method.                                           
    Before calling the function SWF_WSC_START_LH_DIALOG the parameters for the abap webdynpro should be defined. Is this possible ?
    Thanks for your suggestions.
    Best regards
    Luc Marent

    I added below sources .
    >    <ItemType name="uwl.request.webflow.WS91000001" connector="WebFlowConnector" defaultView="WorkItemRequestsView" defaultAction="launchWebDynPro" executionMode="default">
    >      <ItemTypeCriteria systemId="UWLSETXXX" externalType="WS91000001" connector="WebFlowConnector" />
    >      <Actions>
    >        <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    >          <Properties>
    >            <Property name="WebDynproApplication" value="ZWD_WF_002" />
    >            <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no" />
    >            <Property name="DynamicParameter" value="wi_id=${item.externalId}" />
    >            <Property name="openInNewWindow" value="yes" />
    >            <Property name="System" value="WDSETXXX" />
    >            <Property name="WebDynproNamespace" value="sap" />
    >            <Property name="display_order_priority" value="5" />
    >          </Properties>
    >          <Descriptions default="" />
    >        </Action>
    >      </Actions>
    >    </ItemType>
    >    <ItemType name="uwl.request.webflow.decision.WS91000001.UWLSETXXX" connector="WebFlowConnector" defaultView="WorkItemRequestsView " defaultAction="viewDetail" executionMode="default">
    >      <ItemTypeCriteria systemId="UWLSETXXX" externalType="WS91000001" connector="WebFlowConnector" />
    >    </ItemType>

  • Error when launching GP UWL tasks from consumer portal

    In our federated portal network we have configured the universal worklist in the consumer portal to display guided procedure tasks from a producer portal - both portals are NW 7.0 SP14.
    All GP tasks from the producer portal are displayed in the consumer portal without issue.
    When we attempt to launch one of the GP tasks in the consumer portal we recieve the following error - Could not retrieve process instance: contact your system administrator.
    If we launch the GP tasks in the producer portal there are no issues.
    Has anyone experienced a similar situation?

    I worked through this issue with SAP support.
    For the ItemType with name="uwl.task.gp.XXX", where XXX is the system alias of the remote GP system.
    Changed attribute from defaultAction="launchGP" to defaultAction="editItem" because the name of the Action described for this itemType is "editItem".
    The action handler that is used is "UrlLauncher" (handler="UrlLauncher") but this handler works only with attribute launchInNewWindow="yes". So in all actions with attribute handler="UrlLauncher" change the attribute launchInNewWindow from "no" to launchInNewWindow="yes".
    Uploaded new uwl.gp.config.xml with high priority.

  • UWL configuration for Federated Portals logging errors in defaultTrace

    Hi everyone,
    I've just finished configuring UWL for Guided Procedures on federated portals using the help provided in the links below:
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/904ca240-63bc-2a10-1c98-de81b6a045bf|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/904ca240-63bc-2a10-1c98-de81b6a045bf]
    [http://help.sap.com/saphelp_nw70/helpdata/EN/43/ef06a7860c7061e10000000a1553f6/content.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/43/ef06a7860c7061e10000000a1553f6/content.htm]
    Everything is running very well except for the fact that exceptions for the GPsystem I created are showing up in the defaultTrace log. The message repeats itself several times:
    03/12/2009 , 15:56:12:234 , GPsystem    | ACCESS.ERROR        | null     |           | Permission=(com.sap.caf.eu.gp.model.permission.GPPermission GP.GET.WORKITEMS) , Error , /System/Security/Audit , com.sap.security.core.util.SecurityAudit , sap.com/cafeugpmodeleap , GPsystem
    These log traces repeat themselves so many times that they seem to be causing an unnecessary load on the system. Other that that, both the Guided Procedure and UWL are working perfectly. Does anyone have any idea as to why this might be happening?
    Thank you very much,
    Luis

    Hi
    UWL Configuration is not  proper so only this happening.
    Refer the [Link1|https://wiki.sdn.sap.com/wiki/x/IwBbAQ ] [Link2|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45] [Link3|http://help.sap.com/saphelp_nwce10/helpdata/en/05/fe8ef669674991a4205666694b9c85/content.htm] .
    Regards,
    Surjith

  • Remove queries from Portal Roles

    Hi,
    We have a requirement in the portal and BW queries.
    We want to remove queries from the portal roles. That is the queries must not be physically deleted, but they should not appear in the portal when viewed through Business Explorer.
    Is this possible with in the portal. How can this be done?
    Regards,
    Sujana

    Hi
    Go to TCode
    PFCG.
    Enter the role in which the query is assigned.
    Then go to the Tab menu,
    Select the name of the report or Query.
    Remove the entry from the role.
    This will do what you need.
    Its in BW side not in R/3.
    Regards
    M.A

  • UWL Tracking Tab in Portal

    Hi KM Gurus,
    Could anyone tell me how to get information about an EBP PO status in the tracking tab of the Portal's UWL?
    The tracking tab does get populated when a Leave Request is sent through the approval workflow.
    However, none of the approved, rejected or completed workflows are reported in the tracking tab.
    Your help will be greatly appreciated and suitably rewarded.
    Thanks & Regards,
    Vibhu

    I have a similar issue. If a user starts a workflow, then it appears in the tracking tab of the UWL however, if a user just executes i.e. approves/rejects a workflow then nothing shows up in the tracking tab.
    My finding was that the tracking tab in UWL points to OUTBOX in R/3. Whenever, a user starts a workflow, it gets populated in OUTBOX as well as the subfolder WORKFLOWS STARTED BY ME therefore it shows up in the UWL tracking tab. But when a user just executes the workitem, then it only gets populated in the subfolder - WORKITEMS EXECUTED BY ME. The OUTBOX is blank and hence UWL is also blank.
    Now in my personal office settings, I do have the COPY TO OUTBOX checkbox checked. So, not sure whats the way out here..Any help will be appreciated..

  • How do I remove "Customize my portal" link from portal

    Hi,
    I want to remove the "Customize my portal" link from our portal application. I don't want to deny users access to this feature.
    Any ideas how it can be done?
    Regards,
    Melvin

    Are you using a Windows or a Mac? What you're seeing (the backwards L shaped menu) is probably the Canon Quick Menu. If you have a Mac you can go into your applications, select Canon Utilities, then drag Canon Quick menu to the trash and empty trash can. On Windows you'd go to the control panel, select Programs and Features (or Uninstall Program/Add or Remove Program) and uninstall the Canon Quick Menu. Not required for all the normal functions of the printer. You can do the same thing for My Image Garden. Also not required.

  • Creating UWL tasks in 2004 Portal

    Hi all,
    we have a 2004 SP 19 Portal and would like to build a scenario in UWL. Because of this i need a programming way for creating an UWL Task. Is this possible for a 2004 Portal. I only raed that an UWL API ist only available for 2004s.
    Thanks a lot
    Markus
    Edited by: Markus Kraus on Jan 2, 2008 3:28 PM

    What ideas are you looking for?
    You can create a widget in any number of ways to display this information. The simplest to get started would be to create a widget based on the "Table Widget Template".
    Did you need ideas on how to get the data?
    If you wanted to get fancy, you might want to create a flex application to show the data and embed it into a widget. The flex app could then be reused elsewhere.
    JohnA

  • UWL Item description in Portal

    Hi folks
    Need your help
    My scenerio is Portal , showing  workflows designed in MDM using MS Visio.
    At the moment, UWL work item is nothing but the step name in the Workflow, Can we modify it?
    Can we append the Material number to the Step description?
    Regards
    Shifali

    Hi Pasumpon,
       I see the DYNPARAM field value is empty in SWFVISU. Give the value WI_ID=${item.externalId} in there and check again in UWL if it is working.
    Regards,
    Arpan

  • UWL: remove item icon

    Hi,
    We're trying to remove the icon on each item type from the Universal Worklist. None of the actions of
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/fd/8bf6d1b0484ec7ade4369792a22293/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/fd/8bf6d1b0484ec7ade4369792a22293/frameset.htm</a>
    seem to have any effect. Neither did at forum search give the answer.
    Any suggestions?
    We're on EP 6.0, SPS16.
    Kind regards,
    Rasmus

    Hi,
    The icon is removed by adding the parameter 'launchSubstitutionManager' to the action list of actions to remove from the UWL.
    - Rasmus

  • How to remove default "Home" portal role from every portal user

    Hi
    My Portal system is configured on our BW UME.
    When ever I create a Used ID in BW,A portal account is created for the same user id.
    With out any portal roles (navigational) assigned to the user.
    Ex:
    Lets say I created a user u201CTesteru201D in BW and assigned him the relevant BW Roles (ABAP).
    When I logon to Portal using u201CTesteru201D, I can see a TAB u201Chomeu201D under which worksets Company,Work,Teams,Documents and Portal Information
    I checked the user account in Portal for tester there are no portal roles assigned to himu2026u2026.
    My requirement is not to display Home (tab)u2026.how can is that Home is assigned to all portal users and how can I remove it so that the users will be displayed with only navigational role that I assigned.
    Thanks

    Hi,
    In User Admin of Portal  search for eu_role and see check assigned users and assigned groups tab and see if this is added to the users or group.
    If you find it assigned to any users or any group delete the assignment and it should be gone.
    Hope this helps.
    Cheers-
    Pramod

  • Remove Roadmap from Portal page

    hi All,
    i want to remove Roadmap from our portal page which carrying hirarchy in ess-benifits & payments-open enrollement-shows roadmap and other. i want this page is without roadmap.Can anybody have any idea about this?
    or can you suggest me how code flows for this in webdynpro? i am trying on this but still without any clue.please help me out.
    thanks.
    Nutan

    Sai,
    For the page in question, ensure that you select the "fixed", check box to resolve the issue.
    Good Luck!
    Sandeep Tudumu

  • UWL item to use portal customize theme.

    Dear all,
    I have a customize abap web dynpro application that will launch in the UWL. (second level leave request). How can i force it to use our portal customize theme.
    Can i include some code in the UWL and below are my XML code.
        <ItemType name="uwl.task.webflow.TS90200060.SAP_ECC_HumanResources" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="SAP_ECC_HumanResources" externalType="TS90200060" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="ZMSSLEAVE_APPROVAL"/>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                <Property name="DynamicParameter" value="WI_ID=${item.externalId}"/>
                <Property name="openInNewWindow" value="yes"/>
                <Property name="System" value="ECDCLNT110b"/>
                <Property name="WebDynproNamespace" value="SAP"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
    Thanks
    Regards,
    Bryan

    Hello,
    I see your thread is still unanswered, were you able to resolve the problem yourself (if so can you share with others who may have the same problem)? If so can you add anymore details which may help someone else to find an answer?  Or is it ok to mark this post as assumed answered?
    Beth Maben
    EP - Senior Support Consultant II
    SAP Active Global Support
    Global Support Centre Ireland
    **SDN Forum Moderator:
    SAP Enterprise Portal: Application Integration
    **SDN Universal Worklist Wiki:
    http://wiki.sdn.sap.com/wiki/x/ehU

Maybe you are looking for

  • Is there a way to get two separate bills on same contract?

    I know it sounds weird, but I need my phone for work and I cannot pay a $200+ every month, so I want to just pay for my phone and charges and split the other phones.  My contract doesn't terminate until 10/2015

  • Windows Server 2012 R2 RDS + User profile Disks + App-V = Explorer.exe crashing all of the time

    I have built a new RDS farm on Windows Server 2012 R2 with two Session Hosts and a combined Connect Broker/Web Access server. I had the farm up and running with User Profile Disks and all seemed OK. However, as soon as I installed the App-V 5.0 SP2 R

  • MacMini display problem

    I have upgraded to Leopard, and have installed XP SP2 on my MacMini successfully but the display only allows 640 x 480. Before installing the Boot Camp drivers in Windows I could select a number of display options, eg1280 x 1024, but after the Boot C

  • Why doesn't printing use the default printer?

    I have two main printers to use at home and whenever I print a web page, Firefox automatically prints using the non-default printer. If I select the default printer from the drop down list, it works fine. I shouldn't have to select the default printe

  • Supermicro SuperServer 2028TP-HC1TR - 2U TwinPro2

    Hi Andre, Sorry I just read the title of your post and feel a little embarrassed that I asked for details in my first post. My apologies.