UWL Task Launching Problem

I have a step in my workflow which call a function module with a call screen as shown below
CALL SCREEN '9000'.
  wfaction = wa_reason-wfaction.
  reasontx = wa_reason-reasontx.
  textreq  = wa_reason-textreq.
In the inbox, I can doubleclick on the work item and launch the screen. This does not work in the UWL.. I am under a time crunch.
Any pointers will be greatly appreciated.
The XML file entry for this task in the UWL is as follows
<ItemType name="uwl.task.webflow.TS90100140" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="pessimistic">
      <ItemTypeCriteria externalType="TS90100140" connector="WebFlowConnector"/>
      <Actions>
        <Action name="launchWSHanlder" groupAction="" handler="SAPTransactionLauncher">
          <Properties>           
            <Property name="GuiType" value="WinGui"/>
            <Property name="display_order_priority" value="5"/>
          </Properties>
          <Descriptions default=""/>
        </Action>
      </Actions>
    </ItemType>
Thanks a lot in advance

Hi  Vreddy,
Did you make any recent changes? Did it ever work before?
What version are you on?
Did you check to see if there are any errors on the connector?
Did you restart the UWL service?
Please go through the UWL Troubleshooting wiki page (below) which discusses this issue:
http://wiki.scn.sap.com/wiki/display/TechTSG/Universal+Worklist+Troubleshooting+Guide
Thanks and regards,
Lorraine

Similar Messages

  • UWL Task List problem.

    Hi Exports,
    I am facing UWL iview task tab is  not visible , mean while  work items also not coming from backend sytem ...
    Regards,
    vreddy

    Hi  Vreddy,
    Did you make any recent changes? Did it ever work before?
    What version are you on?
    Did you check to see if there are any errors on the connector?
    Did you restart the UWL service?
    Please go through the UWL Troubleshooting wiki page (below) which discusses this issue:
    http://wiki.scn.sap.com/wiki/display/TechTSG/Universal+Worklist+Troubleshooting+Guide
    Thanks and regards,
    Lorraine

  • Work items are not visible  UWL task are visible in tracking in portal

    HI
    Friends
    i  am new from sap Ess/Mss implementation project...
    i am facing an Problem " Work items are not visible under UWL in portal overview page"
    but i am configured  all the ess/mss related things....and also Created for one user for Requester(send Leave Request)...and one more user for App-rover(Apporve an Leave)..
    Requestor send an Leave through portal send it successfully......but i am facing  a problem in uwl under work items are not showing in overview page...but in tracking work items are (Leave request)showing.....work items are not showing in uwl TASK(VERY PROBLEM)...
    i am configured and also registered UWL IN PORTAL..it is good..
    in sap ecc i can assigned UWL_SERVICE user to roles
    1.SAP_BC_BMT_WFM_UWL_ADMIN    
    2.SAP_BC_BMT_WFM_UWL_END_USER
    3.SAP_BC_ADMIN_USER
    4.SAP_BC_UWL_SERVICE
    PLEASE HELP ME.
    Tanks
    Shaik Rafi

    Hi All,
    In such cases, please try to check as below :
    1) Create Leave request work item from Employee and check the same under the UWL Tracking tab of employee.
    2) Log-in to swi5 transaction of the respective back end system and give "US" -> manager's UserID -> Choose Tasks to be completed from the drop down -> Remove any date if mentioned -> Execute.
    3) Here if you can see the Leave request created, but not on the portal, it reflects some portal issue like sync.
    4) If no leave request work item is seen here, then there is a problem in the employee manager mapping or the workflow setup.
    5) In such cases, you can try to check the Swi1 and check the log of that workflow to understand the current status of the Leave request.
    Revert if further help is needed with more info.
    Reward points if found useful.
    Regards,
    Shri vidya S

  • 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.

  • Problem in closing UWL Task in BPM

    Hi,
    In WDJ UI, I have save and submit button.
    On click of save button, the uwl task has to be created, the user may click submit button in same time or the user may not click the submit button.
    When the user click the submit button after clicking save button, the task has to be completed and no open task should be visible in UWL, but in my case the uwl task is not completed. It's still in UWL.
    When I open the task from UWL and click submit button, it's working fine.
    Let me know, how to fix this problem.
    Regards,
    Sriram

    Sorry for late reply. When I open the task from UWL and click submit the task get closed successfully.
    But In my scenario,  I have User A, in that there is save and submit button.
    On click of save button, the task get generated, the user A may open the task from UWL or the user A may click submit button.
    When the user A click submit button without opening the task from UWL, the already created task in UWL must get closed and it has to move to another user. ie User B
    If you guys have any suggestion, please help me.

  • Exception while clicking button on UWL that launches WebDynpro Application

    Hi All,
    I am getting a portal runtime error while clicking on Button thatu2019s there in UWL. When user clicks on this button a webdynpro abap application should get launched. However we are getting exception. Button is added via UWL configuration file. Everything is working fine in Development system however this issue is there in QA system only.
    Here is the piece of code written in UWL configuration file.
    <ItemType name="uwl.task.webflow.TS00008267.MK1_500" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="MK1_500" externalType="TS00008267" 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="ZTE_EXP_DETAILS"/>
                <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="WebDynproNamespace" value="SAP"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
    Below are the details of portal exception.
    [EXCEPTION]
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template '&lt;System.Access.WAS.protocol&gt;://&lt;System.Access.WAS.hostname&gt;/sap/bc/webdynpro/&lt;WebDynproNamespace&gt;/&lt;WebDynproApplication&gt;/;sap-ext-sid=&lt;ESID[url_ENCODE]&gt;?sap-ep-iviewhandle=007&lt;ESID[HASH]&gt;&amp;sap-wd-configId=&lt;WebDynproConfiguration&gt;&amp;sap-ep-iviewid=&lt;IView.ShortID&gt;&amp;sap-ep-pcdunit=&lt;IView.PCDUnit.ShortID&gt;&amp;sap-client=&lt;System.client&gt;&amp;sap-language=&lt;Request.Language&gt;&amp;sap-accessibility=&lt;User.Accessibility[SAP_BOOL]&gt;&amp;sap-rtl=&lt;LAF.RightToLeft[SAP_BOOL]&gt;&amp;sap-ep-version=&lt;Portal.Version[url_ENCODE]&gt;&amp;&lt;ProducerInfo&gt;&amp;sap-explanation=&lt;User.Explanation[SAP_BOOL]&gt;&amp;&lt;StylesheetIntegration[IF_true PROCESS_RECURSIVE]&gt;&amp;&lt;Authentication&gt;&amp;&lt;DynamicParameter[PROCESS_RECURSIVE]&gt;&amp;&lt;ForwardParameters[QUERYSTRING]&gt;&amp;&lt;ApplicationParameter[PROCESS_RECURSIVE]&gt;'; the problem occured at position 310. Cannot process expression &lt;System.client&gt; because Invalid System Attribute:
    System:    &amp;#39;SAP_LocalSystem&amp;#39;,
    Attribute: &amp;#39;client&amp;#39;.
         at java.lang.Throwable.<init>(Throwable.java:194)
         at java.lang.Exception.<init>(Exception.java:41)
         at java.lang.RuntimeException.<init>(RuntimeException.java:43)
         at com.sapportals.portal.prt.runtime.PortalRuntimeException.<init>(PortalRuntimeException.java:57)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:166)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:111)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:200)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:115)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:177)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:200)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:115)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:177)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
         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:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:963)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:249)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:0)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:92)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:30)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:35)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:101)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Please guide how to resolve same.
    Regards,
    Madhvika
    Edited by: Madhvika Joshi on Apr 8, 2011 2:52 AM
    Edited by: Madhvika Joshi on Apr 8, 2011 2:52 AM
    Edited by: Madhvika Joshi on Apr 8, 2011 2:57 AM

    Here is the code for Config file
      <ItemType name="uwl.task.webflow.TS00008267.QT1_500" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="QT1_500" externalType="TS00008267" 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="ZTE_EXP_DETAILS"/>
                <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="WebDynproNamespace" value="SAP"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>

  • UWL ABAPWebdynpro Launch Error - 404 not found

    I have a created a Workflow Custom Task and linked it with the ABAP Webdynpro application (no parameters) in SWFVISU.
    In the Portal>System Admin>System Config, i have registered item types for all systems.
    The problem is When i try to execute the work item , instead of launching the ABAP Webdynpro application, i get the error '404 Not found The Requested resource does not exist'.
    This Service is activeted along with other required activations in SICF.
    Any ideas about what I might be missing here?
    Thanks,
    Saurabh

    Hi,
    1. Check the UWL Config which is in High Priority, within that config check for the Task Item and see if everything is been passed.
    If the first option doesn't work, here is an alternative:
    2. Create a iView for the Web Dynpro ABAP application in Portal and get the PCD URL of the object created.
    Take a backup of the existing config and replace the definition for the task item in discussion.
    <ItemType name="uwl.task.webflow.Task Item Number.System Alias" connector="WebFlowConnector" defaultView="com.sap.pct.erp.ess.leaverequest" defaultAction="launchIView" executionMode="pessimistic">
          <ItemTypeCriteria systemId="System Alias" externalType="Task Item Number" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchIView" groupAction="no" handler="SAPAppLauncher"  returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="SAPIntegrator" value=" ROLES:// give the PCD URL which you created***"/>
                </Properties>
            </Action>
          </Actions>
        </ItemType>
    And after replacing the content upload the new config to UWL in High Priority.
    Hope this helps.
    Cheers-
    Pramod

  • Email Notifications for UWL Tasks and Collaboration Tasks

    Hi,
    I want to configure Email Notifications for both UWL Tasks and Collaboration Tasks.
    I done with the all the Configurations suggested in the below link:
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/706d054d-da24-2b10-f18a-fc82faf6468e]
    But Email Notifications are not reaching the users Lotus Mail ID. Could any one please suggest me that i am missing any Configurations.
    Thanks in Advance.
    Regards,
    Sridhar.

    Hi Sridhar,
    I created a Wiki page with usefull links to troubleshoot problems with the Email connectivity from KM:
    https://wiki.sdn.sap.com/wiki/x/g4KmAw
    Please see if it helps,
    Robert

  • UWL task takes up to 2 minutes to appear

    Hi there,
    We have a situation where the UWL task takes between 1 minute and 2 minuts to appear in the user's inbox. in our analysis we have found that the task is created immediatly in the business process but it set with an inactive status. After a period of time the task status changes to Ready and the  task appears in the users UWL.
    We are using NW 7.2 SP3. The task is using WD for Java UI and the "Activate this task by default when creating it" is set in the time constraints. No other time constraints have been set.
    Regards,
    Christiaan

    Hi Paul,
    we have the same problem since we move from CE 7.2 SP3 to SP4.
    We just created an OSS-Message last week.
    regards,
    Sid

  • ESS Leave Request in UWL not launching

    Hello,
    We are trying to configure ESS\MSS, and currently stuck at the step of Leave Request\UWL configuration. 
    u2022     We have configured UWL with the backend system (WebFlow Connector).  We can register the system successfully.
    u2022     In IMG, we have set the u201CProcess Request Using Workflow: u201C: 12300111
    Once a user fills out a leave request, We see the following in the UWL ([SEE IMAGE|http://www11.speedyshare.com/files/21590441/download/LeaveRequest.jpg])?  We do not see any option to launch WebDynpro? And why does the item text states u201CGeneral Workflow for Documentsu201D instead of u201CLeave Requestu201D?
    Thanks,
    Rob

    Hello,
    I donu2019t see any items in the Tasks tab, the way Iu2019m testing is on the u201CTracking" Tab of the person that have made the Leave Request.  When I click on the item in UWL, it does not open up any Web Dynpro.  I've checked the Tasks in TCode SWFVISU, and WDynpro Java is defined.
    Below is a part of my UWL definition file:
    =================================================================
    <ItemType name="uwl.task.webflow.TS12300116.SBX" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="SBX" externalType="TS12300116" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="LeaveRequest"/>
                <Property name="WebDynproDeployableObject" value="com.sap/ess~lea"/>
                <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="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
    =========================================================================
    Thanks,
    Rob

  • Displaying UWL tasks in Webdynpro java application

    Dear Experts,
    I am developing a WebDynpro Java application to access uwl tasks,
    Have added the following code in try catch block with external jars
    1. prtapi.jar
    2. bc.uwl.service.api.jar
    IUWLService uwlService = null;
    IWDClientUser user1 = WDClientUser.getLoggedInClientUser();
    IUser epUser =user1.getSAPUser();
    IPortalRuntimeResources runtimeResources = PortalRuntime.getRuntimeResources();
    if( runtimeResources == null)
       wdComponentAPI.getMessageManager().reportSuccess("Portal Runtime NULL");
    else
       uwlService = (IUWLService)runtimeResources.getService( IUWLService.ALIAS_KEY);
    UWLContext uwlContext = new UWLContext();
    IUser user = user1.getSAPUser();
    uwlContext.setUser(user);
    uwlService.beginSession(uwlContext, 20);
    IUWLItemManager itemManager = uwlService.getItemManager(uwlContext);
    QueryResult result = itemManager.getItems(uwlContext,null,null);
    int size = result.getTotalNumberOfItems();
    ItemCollection collection = result.getItems();
    java.util.List list = collection.list();
    Item item = null;
    Date date = null;
    String subject = null;
    for(int i = 0; i < 5; i++)
      if(!(i > (size -1)))
          item = collection.get(i);     
          date = item.getDueDate();     
          subject = item.getSubject();
         wdComponentAPI.getMessageManager().reportSuccess("item "+item);
         wdComponentAPI.getMessageManager().reportSuccess("date "+date);
         wdComponentAPI.getMessageManager().reportSuccess("subject "+subject);
      }//if
    }//for
    I have created this webdypro application with Authentication mode set as True.
    After deploying this application, i'm getting this error...
    "java.lang.NoClassDefFoundError: com/sap/netweaver/bc/uwl/IUWLService "
    can anybody tell me what is the problem???

    Hi
    see the following link it will be helpful for u.
    [UWL Tasks|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#12]
    Regards
    Hazrath
    Edited by: Hazrath on Mar 25, 2008 8:01 AM

  • UWL Task Attachments

    We have a requirement to launch custom webdynpro java app when the user selects the atttachment for the UWL task. We can modify the UWL XML file to lauch custom app for a task but for attachments I am not sure. Is there a way to configure the attachments for the UWL task to launch custom webdynpro java application?  We are on NW 7.01 SP6.
    Thanks for the help in advance

    Hi Anu,
    I am not sure that we can configure the attachments or not for your requirement. 
    As attachments link comes from Wrok Flow side.
    But i can suggest you one work around  -- you remove the default attachments  button from UWL iview
    and in  UWL XML do the changes to add link which each will appear for each task . On this link you can
    open your custom apps very easily and for justification you can say that for checking the attachments 
    no need to open the task details.
    Regards,
    Piyush

  • UWL Tasks

    Hi,
    By default SAP workflow tasks uses SAPTransactionLauncher and launches items using the Business Workflow transaction SWK1 in the SAP GUI for HTML. Is it possible to launch the transactions using WIn GUI. A particular workflow tasks I would like to open using Win GUI
    Thanks,
    Vaishali

    Hi All,
    I was able to open the task in Wingui by change the GUI type in the standard iview : Content Administration ->Portal Content  -> Portal Users  -> Standard Portal Users  ->Universal Worklist  ®->UWL u2013 Launch SAP Transaction.
    Thanks,
    Vaishali

  • UWL Tasks Tab don't appear

    Hello.
    I have a problem. I have made all settings for UWL for MDM Portal iViews but (according "How To Work with UWL and MDM
    Workflows in the Portal" document) but I can't see Tasks Tub on my mdm portal page. May be I have missed smth?
    Dmitry

    Hello,
    Do you get an error or the UWL Task tab doesnt appear at all.
    1355180 - Personalizing View on a Wizard created tab of the UWL
    regards,
    Abhishek

  • UWL tasks run transaction SWNWIEX

    Hi Experts,
    When I click a task in the UWL, it will open a new window and run transaction SWNWIEX.
    Below are the example url that is run when the task is clicked.
    hxxp://xxx.xxx.com:xxxxx/irj/servlet/prt/portal/prteventname/Navigate/prtroot/pcd!3aportal_content!2fcom.sime.portal.simeep1_projectfolder!2fcom.sime.portal.SimePortalDesktop!2fframeworkPages!2fcom.sime.portal.frameworkpage!2fcom.sap.portal.innerpage!2fcom.sap.portal.contentarea?NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fevery_user%2Fgeneral%2Fuwl%2Fcom.sap.netweaver.bc.uwl.uwlSapLaunch&System=SONIC_R3&TCode=SWNWIEX&UseSPO1=false&AutoStart=true&DynamicParameter=p_nosecm%3DX%26p_action%3DEXECUTE%26p_wi_id%3D000000498089&CurrentWindowId=WID1202180999515&NavMode=1
    Is it possible to change the transaction SWNWIEX to another custom transaction?
    Thanks.

    Hi All,
    I was able to open the task in Wingui by change the GUI type in the standard iview : Content Administration ->Portal Content  -> Portal Users  -> Standard Portal Users  ->Universal Worklist  ®->UWL u2013 Launch SAP Transaction.
    Thanks,
    Vaishali

Maybe you are looking for

  • % Excise Duty is coming wrong in Report

    Hi, I have a report of Gross Margin (FI).... My problem is that when i m picking the % Excise Duty from J_1IEXCTAX table against the Chapter ID....it is showing the 4 values against it...means 4 time % Excise Duty....i.e. periodic changed... like....

  • Explain plan for Procedures

    Hi, I know we can generate explain plan for queries using "Explain plan" statement or "Autotrace option". I would like to know how can we generate explain plan for oracle procedures. Thanks in Advance..

  • ISync.app has "Disappeared" ?

    Both before and after the 10.4.8 update, I can't find the iSync application in the finder. I still have the circle arrow icon at the top of the screen (when I log on as User as opposed to administrator), and "Sync Now" seems to work with my Palm and

  • Sun ONE Application Server 6

    J2EEApplicationException what are the reasons for it

  • Font - Export for ActionScript

    Hello, When I add a font to the library, export it for ActionScript and select Bitmap text what is that doing exactly ? I am never able to reproduce that font in Photoshop, Notepad or any other program, the one my SWF displays is always a little diff