Integrate custom workflow with UWL Iview

HI,
Can you provide me with steps or any documentation on how to integrate a custom workflow developed in ABAP on a R/3 with the UWL Iview in Enterprise Portal.
Thanks
Kirupanand
Message was edited by: Kirupanand Venkatapathi

Hi
Please go through the weblog:
https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2778. [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]
Hope this helps you.
Regards
Victoria

Similar Messages

  • How to integrate the custom workflow in UWL?

    Hi Gurus,
    How to get he custom workflow  task or alerts into my UWL page or iview?
    Please if you have step by step approach of the same kidnly share with me
    Thanks in Advance,
    Dharani

    Dharani,
    Try this Document,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45
    Ram

  • Issue in a custom workflow with Approval Type Notification. Urgent

    Hi
    I have created a custom workflow which contains an approval notification.
    If the user approves/rejects the notification I need to update a table column as Approved or Rejected.
    I have created a function activity,say X, which calls a PL/SQL procedure.
    The issue is,
    when the user approves or rejects the notification, the function X errors out even without entering the PL/SQL procedure.
    Following is the error message
    An Error occurred in the following Workflow.
    Item Type = XXYH_UMX
    Item Key = 55
    User Key =USERKEY:55
    Error Name = -6502
    Error Message = ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Error Stack =
    Wf_Engine_Util.Function_Call(XXYH_UMX_WF_PKG.is_resp_assigned, XXYH_UMX, 55, 242407, RUN)
    Activity ID = 242407
    Activity Label = XXYH_UMX_ASSIGN_RESPONSIBILITY:XXYH_UMX_RESP_ASSIGNED
    Result Code = #EXCEPTION
    Notification ID =
    Assigned User =
    If I go the function from any other function,say Y, (bypassing approval notification) it works fine.
    Can you please help me what could be the issue?
    Thanks,
    Kamath.

    The danger in putting in one activity is that if there is any scope longer-term to expand the process to multiple activities, then it may be better to break it out into a sub-process early in the design phase.
    Generally, you get the feeling from the client fairly early on about whether they have a final design and how likely they are to complicate the process later on :)
    I wouldn't include it as a post notification function myself - it saves a tiny amount of processing time and database space, but at the cost of making it less clear what is happening. Plus you'd need to check the result in the PNF manually - putting it on a conditional branch ensures that you always know what the value is. If the lookup type changes at any stage, you would need to check a PNF to ensure that the code still remains valid; if it's on a branch then the only thing to change would be to change the label on the branch.
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Errors with UWL iViews

    Hi All,
    We're on EP 7, sp13. ever since we first installed ep7, we've been seeing errors on all the UWL iViews including the UWL administration iView (under System admin). Upon clicking the iView, i see "Portal Runtime error" and this is true for all users including admin users, i tried previewing the iViews from content admin but still got the same error msg.i retrieved the following from the logs via nwa:
    Content pass of Application Integrator failed.
    Component Name:       com.sap.portal.appintegrator.sap.WebDynpro,
    Context Name (iView): pcd:portal_content/every_user/general/uwl/com.sap.netweaver.bc.uwl.uwlSapWebDynproLaunch,
    Top Layer:            WebDynpro/TopLayer,
    Producer ID (FPN):    null,
    System Alias:         SAP_LocalSystem, 
    i also referred to the below thread on the same issue:
    UWL Administration error
    but im really not sure what is the impact of deleting the .bak par file etc as mentioned in the thread above..
    Can somebody pls advise on how to troubleshoot this and configure the uwl iViews/service? Thanks!!
    cheers
    Prachi

    This has been resolved - the reference system was set incorreclty in system admin -->ume
    ~Prachi

  • Integrating  ABAP workflow with UWL

    Hi Experts,
    I am trying to integrated ABAP tasks with Portal UWL. I have done all the configuration steps as mentioned on sap help sites.
    I am getting all item types from ECC. If I need to fetch only a specific task ID , for example TS90200025 from ECC to UWL, can we do that ?
    My goal is to give only a specific type of task to the end user. Currently he is getting all type of tasks.
    Thanks,
    Yomesh.

    Hi,
    You need to modify the standard UWL configuration file to do this. There's a blog that explains how to modify this file :[Universal Worklist - when you only need a single tab|http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417500)ID0282335850DB11533758682118626478End?blog=/pub/wlg/4581].
    You can create a new ItemType or use the one corresponding to the task and then create a new view or modify the DefaultView and change the "supportedItemTypes" attribute.
    Here's an example. Define a new ItemType :
    <ItemType name="uwl.task.webflow.TS90200025" connector="WebFlowConnector" defaultView="DefaultView" defaultAction ...
      <ItemTypeCriteria externalType="TS90200025" connector="WebFlowConnector"/>
    </ItemType>
    Change DefaultView :
    <View name="DefaultView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.webflow.TS90200025" ...
      <DisplayAttributes>
    </View>
    Regards,
    Pierre

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

  • ESS/MSS problem with UWL

    Hi,
    Situation
    We are using ESS/MSS within the Portal 7.0 SP 14. The SAP Backend which we are using is ECC 6.0.
    SSO between the Portal and Backend works efficient.
    Problem
    There are some issues when using the Universal Worklist. All tasks appear in our Universal Worklist from the Backend. Unfortunately, when trying to open any task we are facing the following error:
    com.sap.aii.proxy.framework.core.DataAccessException: Type conversion error, field I_TRIPNUMBER, complex type class com.sap.xss.tra.tri.model.tripform.Ptrm_Web_Form_Pdf_Get_Input
    at com.sap.aii.proxy.framework.core.JcoBaseTypeData.propagateJcoException(JcoBaseTypeData.java:130)
    at com.sap.aii.proxy.framework.core.JcoBaseTypeData.setElementValue(JcoBaseTypeData.java:751)
    at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClass.setAttributeValueAsString(DynamicRFCModelClass.java:669)
    at com.sap.xss.tra.tri.model.tripform.Ptrm_Web_Form_Pdf_Get_Input.setI_Tripnumber(Ptrm_Web_Form_Pdf_Get_Input.java:282)
    at com.sap.xss.tra.tri.fc.tripform.FcTriTripForm.rfcFormPdfGet(FcTriTripForm.java:382)
    ... 65 more
    Following steps have been followed up
    The URL parameter of the resource "Employee_travel_tripform_srv05 has the value "sap_xss_tra_UsePdf=true"
    The iView "Display Trip Form" has the application parameter "sap.xss.tra.UsePdf=true"
    Question
    When a task is opened from the Universal Worklist, the Trip Form must appear in PDF Form.At this stage the iview "Display Trip Form" opens but shows the error mentioned above.
    Is there anyone who could help us out?
    Any help would be appreciated.
    Regards,
    Gene Madikrama

    Hi Barin Desai,
    Again thank you for your response. We have checked the workflow *WS90000013*, and you are right; it is a customized workflow.
    As we already mentioned, we are using a &BUS2089&.
    In this &BUS2089& there are the elements: &TRIP.EMPLOYEENUMBER& and &TRIP.TRIPNUMBER&
    Unfortunately it is not possible to delete &BUS2089&. Deleting the &BUS2089& will cause a lot of problems for this total Workflow.
    UWL iView
    For the UWL iView we are using the XML file "com.sap.pct.erp.mss.tra.xml" that comes with the ESS/MSS business package.
    A piece of the code of "com.sap.pct.erp.mss.tra.xml is:
    <Action name="com.sap.pct.erp.mss.tra.action.DisplayExpenseForm" referenceBundle="com.sap.pct.erp.mss.tra.DisplayForm"
             handler="SAPAppLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes"launchNewWindowFeatures="toolbar=no,menubar=no">
         <Properties>
           <Property name="SAPIntegrator" value="ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_travel_expenses/com.sap.pct.erp.ess.tripform"/>
           <Property name="sap.xss.tra.TripNo" value="${item.TripNumber}"/>
           <Property name="sap.xss.tra.PersNo" value="${item.EmployeeNumber}"/>
           <Property name="sap.xss.tra.TripComponent" value=" "/><!-- Display Travel Expense Report -->
           <Property name="display_order_priority" value="10"/><!-- Shift to left side -->
           <!Property name="UserComment" value="$"/>
           <!Property name="User" value="$The specified item was not found."/>
         </Properties>
        </Action>
    Question:
    Will changing the code of "com.sap.pct.erp.mss.tra.xml" solve our problem? Or do we need to change something else?
    Is there anything we need to do from the portal side or any configuration on the ECC backend?
    Regards,
    Gene Madikrama

  • Custom Workflow - BPEL - delete registered policies

    Hi all,
    I am trying to set up a custom workflow with the Oracle Beehive Custom Workflow Tutorial.
    After some difficulties I finally succeeded in deploying the BPEL-process. Only the integration with beehive does not (yet ;-)) work correctly.
    I need to redeploy the policy, since I would like to change the triggering eventtype. My first trial was to just add the policy once again - but it failed with 'A policy with the same name already exists.' Now I was trying to delete the policy - but that failed with 'No entity found the the given bodn'. 'Beectl list_policies' does not show my policy.
    How can I ever delete or lookup my registered policies?
    Thanks for any help.
    Regards,
    Bettina

    Hi Nickw..,
    Sorry for the multiple repeated updates... it happened because of the slow internet connection
    I am able to get the Worklist task now, but only for the CAPS lettered Users..!!
    The Audit section in the BPEL Console for this process looks like:
    <NAME>IFS_MESSAGE_SUBJECT</NAME>
    <VALUE>Checkout Request 88731 submitted in Content Services</VALUE>
    <DATATYPE>STRING</DATATYPE>
    </PARAMETERLIST_ITEM>
    <PARAMETERLIST_ITEM>
    <NAME>IFS_REJECT_MSG</NAME>
    <VALUE>Choose <B>No</B> to Reject the request.</VALUE>
    <DATATYPE>STRING</DATATYPE>
    </PARAMETERLIST_ITEM>
    <PARAMETERLIST_ITEM>
    <NAME>IFS_ECM_WORKFLOW_OWNER</NAME>
    <VALUE>ORCLADMIN</VALUE>
    <DATATYPE>STRING</DATATYPE>
    </PARAMETERLIST_ITEM>
    <PARAMETERLIST_ITEM>
    <NAME>IFS_MESSAGE_HEADER</NAME>
    <VALUE>A Checkout Request has been submitted in Content Services. You are listed as a responder for this request. Your response is requested. <BR><BR>Request Details:<BR><BR><B> Requester </B> : ORCLADMIN<BR><B> Responders </B> : PRASANT PRASANT1 <BR><BR> For complete request details click here</VALUE>
    <DATATYPE>STRING</DATATYPE>
    </PARAMETERLIST_ITEM>
    <PARAMETERLIST_ITEM>
    1. I am able to get the heading the IFS_MESSAGE_SUBJECT as Checkout Request 88731 submitted in Content Services
    2. But nowhere i can find the IFS_MESSAGE_HEADER in the Worklist screen
    the following:
    For complete request details click here</VALUE>
    Where will be the issue..?
    Thanks in advance....
    and best regards,
    Prasant

  • Custom workflow integrated into SAP Standard

    I have a requirement were the business would like a workflow to create material master, but prior to actually creating the material they have a form that needs passed around and approved my many business units. Once all approvals are obtained a material master can be created. What I would like is to create a custom BOR and event to route the form and get approvals, but I would like to some how carry over or link this custom workflow with the SAP standard for material master so you can view the log of who and what was approved for this material. Any suggestions?

    Hi,
    Create a workflow or copy the SAP standard. Insert a fork step with the number for branches corresponding to the number of approvals you need. Say you need 5 approvals, have 5 branches and 5 required for completion.
    In each branch use a Form step or a custom method to get the approval.
    After the fork has completed then insert your step which call the CREATE method for your material.
    Everything will be contained in the workflow log.
    Regards,
    Eddie

  • UWL iView exception error

    Hi, I am getting below error while opening UWL iView...
    Portal runtime error
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    See log file for details about this exception
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Failed to load Universal Worklist! Server side include of the application integrator failed!
    at com.sap.netweaver.bc.uwl.ui.UWLMain.redirectToWebDynpro(UWLMain.java:124)
    at com.sap.netweaver.bc.uwl.ui.UWLMain.doContent(UWLMain.java:135)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:205)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:121)
    at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$5.service(RequestDispatcherFactory.java:308)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:270)
    at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.service(RequestDispatcherFactory.java:298)
    Please do advice how to fix..and appreciate your quick reply.
    -Ian

    Thanks Beth.
    Problem with UWL iView path now I corrected it and could see preview of uwl. I have identified few issue on this context -
    One is, when I see the preview of sap given standard uwl page (content provided by sap -> end user content -> ....Universal worklist) I could see default view with 5 tabs, where as if I assign eu_role or eu_core_role to user then browse Home -> work -> Universal Worklist then I could see single tab named "Open Items" alone.
    We are using sap standard configurations and no customization had done, and more over working on BPM so I have checked uwl.standard.xml & uwl.bpem.xml configuration files with Q system where UWL UI and functinality is working fine.
    Here my question is, Is the problem with eu_role & eu_core_role..or how come in run time UI is changing.
    Second one is, If I tried to check system connection by click on Display Connection Status at UWL page getting error - Page not found or not available I am not sure where to check this.
    I assigned Process viewer as related link to uwl page, If I open that link getting error as No autorization and the same error even to see preview at iView level as well. usr having BPEM End user role.
    http://xyz.abcd.com:52100/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fevery_user!2fcom.sap.bpem!2fcom.sap.bpem.pages!2fcom.sap.bpem.ProcessListViewer?sap-config-mode=true
    Now I have created a cusome role with sap standard UWL page. I have assigned role to user and could see standard UWL now. But still I coulln't test system connection.
    Highly appreciated your inputs on this..because project is in crusial stage.
    Thanks in advance,
    Ian
    Edited by: ian.sapce on Oct 2, 2011 5:21 PM

  • Facing problem in integrating my custom jsp with the workflow engine

    Hi,
    I am using Jdeveloper 11.1.1.6.0 for BPM 11g implementation on my Application.I have Weblogic Server 10.3 Installed and configured the domain. Also the server is up and running.
    I am trying to create workflow and wants to integrate it with my custom jsp but i am facing problem in integrating my custom jsp with the workflow engine.Can you please answer the following questions:
    1)how to link BPM human task with my custom jsp (Requester jsp).
    2)how my custom jsp data(Requester data) will be stored in workflow engine and how the same data will be visible to the next custom jsp(Reviewer jsp).
    This is urgent .Any early reply will be great help.
    Thanks in advance.
    Edited by: 990133 on Mar 24, 2013 5:31 AM

    you forgot to add the usage dependency in the DC metadata section in your DC, you have to add the XSS~utils and fpm as a used DC's as part of your DC, try to add those, if you already done that, so check where missed the adding of used webdynpro components in any of the VAC's or FC's,
    Cheer,
    Appa

  • How to add custom columns with BO data from GP to UWL

    Hi
    We have CE 7.1 in our project UWL taskitems only have GP workflow tasks.
    In UWL we can see that by default there are standard columns but now we need to add custom columns with data from ours BO associated to process instance
    For that we need to develop one custom connector for UWL where we can retrieve the values from custom conenctor to UWL.
    Currently our NWDS 7.1 does not have plugins for UWL Connector can anybody tell me where can I download this plugins?
    thanks in advance!
    Regards
    Cristian

    Hi,
    plz refer the following link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0ee5047-c7a0-2a10-70b7-9557e3e4d440
    Regards
    Manohar

  • Custom Filter for Date on UWL iview

    Hello Experts-
    I want to display previously approved tasks and current tasks in a UWL iview.
    As of now in the iview the taks which are displayed are the one which are pending.
    For this I am planning to add a custom filter to my UWL iview.
    Can anyone point me some documentation on this? Or Is there any other way to display previously approved tasks or timesheets?
    Please let me know.
    Any helpful repsonses are appreciated with points.
    -Raj.

    Hi Raj,
    I think its not possible to display previously approved tasks.
    If we take example for tasks like Leave Requests or Travel Requests ---
    When users raise the leave request it triggers the Work Flow in R3 and it goes to
    SAP Inbox of Manager (R3) for Approval.
    Now UWL fetches all the task those are in SAP Inbox , UWL does not stores it anywhere.
    Aa soon as tasks get approved it goes out of SAP Inbox.
    So its not possible to to show it  in UWL again.
    Same case with GP task , One the GP taks gets approved it will not come to UWL.
    Regardas,
    Piyush

  • UWL modification for Custom Workflow

    Hello ,
    We are implementing Expense Approval on EP7.0 via UWL....there is a custom workflow in the ECC system which was being used earlier in ITS....we want the same Inbox entries on portal and give managers the option to Approve from there....they are able to Approve .....but the "Approve with Changes" button is not working ....it just says "Successful" at the top but does not actually approve it ....do we need to make changes in the UWL XML file for this...?
    Any help would be highly appreciated.

    Hi Saurabh,
      try to add your custom attribute in your view com.sap.pct.erp.mss.myOpenTasksTimeAp  how <DisplayAttributes>.
    Example:
    <View name=...........
    <DisplayAttributes>
    <DisplayAttribute name="REQ_ID" type="string" width="" sortable="yes" format="default" referenceBundle="decision" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="VERS_NO" type="string" width="" sortable="yes" format="default" referenceBundle="decision" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </DisplayAttributes>
    Change the type and the other property of displayattribute as you want.
    Regards,
    Rocco
    Edited by: Rocco P. on Oct 20, 2011 10:39 AM

  • Make customized XML default for UWL iView

    Hello,
    We are using Portal 7.0.
    I went to system adminstration > System configuration > Universal Worklist & Workflow > Universal worklist - Administration > Universal Worklist Content Configuration.
    I've created & uploaded my own XML succesfully!
    The question is:
    How can see the result of my customized XML
    Regards,
    Gene

    Hello Martin,
    Thanks to for your reply.
    I've created a very simple XML file:
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd' [ ]
      >
    <UWLConfiguration version="1.0">
    <Views>
    <View name="Yellow2b" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task" columnOrder="attachmentCount, detailIcon, subject,
    priority, creatorId, creatorDate, dueDate" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10"
    headerVisible="yes" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000"
    dueDateWarning="259200000" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom"
    referenceBundle="tasks">
    </View>
    </Views>
    </UWLConfiguration>
    - The priority is set to "High"
    - I've opened the iView "UWL:My task
    However I still see the old settings. Do I have to change some settings in my UWL iView to see my own customized XML file?
    Regards,
    Gene

Maybe you are looking for

  • Crystal Reports Server 2008 trial install - unable to log into CMC

    Hi, I have been looking for a way to host my existing Crystal XI reports on our in house web application rather than using a thick client application with cview. I was told that the options were Crystal Reports Server 2008 or Visual Studio 2008. I ha

  • Fax and Iphone

    When i have a special fax-number (activated on the same sim-card like my phone number in my Iphone) from my network provider, is the Iphone able to receive and/or send faxes (maybe by using the e-mail editor)or do i need a program from the app store

  • Partials Confirmations - QTY's not getting picked automatically

    We are facing issues, where we are doing confirmations partially. Intial confirmations are done for a set of quantities followed by confirmations for remaining quantities for that production order. The problem is system is not picking the remaining q

  • 'Application Error' showing while playing games in...

    I downloaded a couple of games for my Nokia C3.But while playing for sometime it showed an error 'Application Error' and then exited.In the details it showed Out Of Memory.I cant really figure out why this is happening. I tried a couple of games spec

  • Had iphone 5 15 days and a mark has started to show up on photos, esp when I zoom in.

    I have a new iphone 5 on a contract with Orange and yesterday I noticed this strange mark on all the photos taken in the last few days. (see picture)I have always kept the phone in an impactology case and have screen protectors front and back. I real