UWL Iview giving in proper data alignment

Hi Friends,
I have created new uwl iview that iview data coming form back end system.If we go to backend system and checking that woklist is giving the one proper alignment.That work list coming from the Portal side its given defferent data alignment its not look like back end system.So any body help me how trigger the same alignment in EP UWL also.
Regards,
Sai

Hi Sai,
There have been some changes to the UWL in the workitem description in the newer versions.  This is just plain text now.
Please see note number: 1416050
6. In a previous release the textEdit Web Dynpro component was changed
to FormattedTextEdit in UWL user interface in order to support formatted
html texts. The change would affect all text that is sent to backend as
scenarios do not expect html but plain text. This fix changes the
FormattedTextEdit to textEdit for UWL configured to work with
WebFlowConnector so that the text sent is plain text as expected. Note
that memos entered prior to the fix  will not be affected. They will
continue to be displayed along with the html tags at both backend and
UWL side. A workaround is to recreate these memos. All text entered
after the fix will be sent to backend in plain text and will be
displayed in both backend and UWL user interface in plain text.
In NW04 this was a text editor and supported html.  However this has changed in 700 and now only supports plain text.
I'm sorry I don't have a more positive response for you.
If I can be of any further assistance, please do not hesitate to ask.
I look forward to awaiting your reply.
Beth Maben
EP - Senior Support Consultant
AGS Primary Support, Business Suite & Technology
Please see the UWL Wiki @
https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

Similar Messages

  • 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

  • HTMLEditorKit.Parser.parse() method is not giving a proper HTMLDocument alw

    Hi,
    I am developing util program for HTML filter, for my project. I have find using HTMLDocument we can do that.
    But when I created I found few starnge things.
    HTMLEditorKit.Parser.parse() method is not giving a proper HTMLDocument always. the below application will show the HTML one if you comment the String str ="" ; and uncomment the next line.
    I am wondering why this happens.
    import java.io.StringReader;
    import java.io.StringWriter;
    import javax.swing.text.html.HTMLDocument;
    import javax.swing.text.html.HTMLEditorKit;
    import javax.swing.text.html.HTMLWriter;
    import javax.swing.text.html.parser.ParserDelegator;
    public class HTMLDocExample {
    public static void main(String args[]) throws Exception {
    System.out.println("start the parsing");
    String data = "dsfdssfsdf<A HREF='http://yahoo.com'>HTMLEditorKit.Parser</A><h1>dsfdsf</h1><table border='1' class='test'><tr><td><input type='text'>dfsf</input><select id='id1' name='name1'><option>fff</option><option>aaaaa</option></select><input type='text'/><a href=#></a></td></tr></table>";
    String str ="" ;
    //String str ="<TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE>" ;
    StringReader br = new StringReader(data + str );
    HTMLEditorKit htmlKit = new HTMLEditorKit();
    HTMLDocument htmlDoc = (HTMLDocument) htmlKit.createDefaultDocument();
    HTMLEditorKit.Parser parser = new ParserDelegator();
    HTMLEditorKit.ParserCallback callback = htmlDoc.getReader(0);
    parser.parse(br, callback, true);
    StringWriter writer = new StringWriter();
    HTMLWriter hWriter = new HTMLWriter(writer, htmlDoc);
    hWriter.write();
    String outPut = writer.toString();
    System.out.println(outPut);
    System.exit(0);
    }

    import java.io.StringReader;
    import java.io.StringWriter;
    import javax.swing.text.html.HTMLDocument;
    import javax.swing.text.html.HTMLEditorKit;
    import javax.swing.text.html.HTMLWriter;
    import javax.swing.text.html.parser.ParserDelegator;
    public class HTMLDocExample {
      public static void main(String args[]) throws Exception {
        System.out.println("start the parsing"); 
        String data = "dsfdssfsdf<A HREF='http://yahoo.com'>HTMLEditorKit.Parser</A><h1>dsfdsf</h1><table border='1' class='test'><tr><td><input type='text'>dfsf</input><select id='id1' name='name1'><option>fff</option><option>aaaaa</option></select><input type='text'/><a href=#></a></td></tr></table>";
        //String str ="" ;
        String str ="<TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE><TABLE >test</TABLE>" ;
        StringReader br = new StringReader(data + str );   
        HTMLEditorKit htmlKit = new HTMLEditorKit();
        HTMLDocument htmlDoc = (HTMLDocument) htmlKit.createDefaultDocument();
        HTMLEditorKit.Parser parser = new ParserDelegator();
        HTMLEditorKit.ParserCallback callback = htmlDoc.getReader(0);
        parser.parse(br, callback, true);
        StringWriter writer = new StringWriter();
        HTMLWriter hWriter = new HTMLWriter(writer, htmlDoc);
        hWriter.write();
        String outPut = writer.toString();       
        System.out.println(outPut);
        System.exit(0);
    }

  • While Accessing UWL iviews - Issues with PCD Paths.

    Hello All,
    We Are using EP 7.0 SP 18.
    I am trying to access the UWL  iview with two different paths.
    Path1 :--> http://xxxx:50xxx/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
    For Path1 UWL iview is opening in a new Window with out Portal Frame Work page(i.e with out TLN and DTN).But if click on any task , the respective task information popup is opening with Portal Frame work page , TLN,DTN. The Task information is Showing in Content Area Part.
    Path2 : --> http://xxx:50xxx/irj/portal?NavigationTarget=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
    For Path2 UWL is opening in a new Window With Portal Frame Work Page(With TLN ,DTN), but if i click on any task , the respective task infomation popup is opening in Simple Task infomation Window With out any Portal FrameWork Page(No DTN,TLN)
    I wanted to know what is the Difference between these two portal paths? Which Property is Controlling the Portal Frame work page for these Popup's.
    And also How to give the path in the Portal-app.xml [ property name ="xxx" , value = "pcd:portal_content/----
    While we retrive with profile.getProperty(" xxx ").
    Please Specify any prefixes we need to mention in the Portal-app.xml Value attribute ????
    My Requirement is to task Information Popup Not to open with Portal FrameWork Pages (i.e wtih Masthead, TLN, DTN)
    Thanks in Advance
    Ganesh

    Hi GLM ,
    Thanks for your response, but still i didn't get the answer for my query??
    If i open the UWL iview with path1 --> http://xxxxxx:50xxx/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
    In the UWL iview , if i click on any task , task information popup with portal framework page  is having the below path
    http://xxxx:50xxx/webdynpro/dispatcher/sap.com/ess~lea/LeaveRequestApprover;jsessionid=(J2EE18708900)ID0119451551DB00027146301853284939End?sap-ext-sid=c4SpjkIxw3oBtgYJAM21A--DLq8JAHogHUEDoyoN1_KA--&sap-wd-cltwndid=WID1252057673082&sap-wd-tstamp=1252057673240&sap-locale=en&sap-accessibility=&sap-rtl=&sap-ep-version=7.00.200902051510&sap-cssurl=http%3A%2F%2Fxxxxl%3A50100%2Firj%2Fportalapps%2Fcom.sap.portal.design.urdesigndata%2Fthemes%2Fportal%2FBekaertBranding%2Fur%2Fur_ie6.css%3F7.0.18.0.2&sap-cssversion=7.0.18.1.0&sap-tray-type=PLAIN&sap-tray-padding=X&wi_id=000008952152
    If i open the UWL iview with path2 ---> http://xxxx:50xxx/irj/portal? NavigationTarget=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
    UWL Iview is Opening in Portal Framework page window, if  click on any task , task information popup(without framework page)
    is having the below path.
    http://xxx:50xxx/webdynpro/dispatcher/sap.com/ess~lea/LeaveRequestApprover;jsessionid=(J2EE18708900)ID0863376650DB00007048691018306318End
    If u clearly  observe both the paths, its different.
    Please Suggest me how both pcd paths are giving different views. I need to display my task information popup window with out any portal framework page.
    Thanks in Advance
    Ganesh

  • Data alignment issue with function module SO_DOCUMENT_SEND_API1

    Hi All,
    I am using function SO_DOCUMENT_SEND_API1 to send email from SAP. What is happening is the internal table which contains the data of the email(Content of the email) is ok. That is data in internal table is in proper format as required. This table is passed to FM SO_DOCUMENT_SEND_API1. After execution of this FM, mail is sent but the format of the email content is not the same as the format of the data in internal table.
    Can anyone guide me regarding this discrepancy in the data alignment or format in the actual email ?
    Thanks in advance.
    Regards,
    Chetan

    Hi,
    Pass the values like the following format,
      CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
        EXPORTING
          document_data  = docdata
          put_in_outbox  = 'X'
          commit_work    = 'X'
        TABLES
          object_content = objcont
          receivers      = intrcvers[].
      CASE int_error.
        WHEN 0.
          MESSAGE s888(sabapdocu) with "Mail Sent Successfully...".
        WHEN OTHERS.
          MESSAGE s888(sabapdocu) with "Mail Not Sent...".
      ENDCASE
    I hope this will solve your problem.
    Gothrough the following link,
    https://forums.sdn.sap.com/click.jspa?searchID=14853082&messageID=5409233
    Regards,
    Harish

  • Not getting proper date values for original GI Date

    Hi,
    I have to Calculate Original GI Date based on Original promise Date and transport Date(Original GI Date = Original promise Date-transport Date) and I am getting Original Promise date as"21112008" and transport date as"20112008". when I subtract in Update rules as formula as (Original promise Date-transport Date) getting Original GI DATE as"01000001" as it is giving wrong date values.please help me whether i am going right way or is there any thing else i have to select in Update rule level (formula) to get proper date values or how can i approach to get original GI date.
    it is QUITE Urgent...please help any one to solve the Issue.
    REGARDS
    VENKAT.

    Hi Venkatesh,
    Please search SDN forum before you post any questions. There are lots of threads available for this scenarios.
    Use formula variables in Bex in order to achieve your requirement. 
    Links below, may be helpful:
    Formula variable with replacement path on system date
    How to creae days count variable in SAP BI-BEx
    http://help.sap.com/saphelp_nw70/helpdata/en/f1/0a56a7e09411d2acb90000e829fbfe/frameset.htm
    Regards,
    Ravi Kanth.

  • UWL iView Problem

    Hi,
    I am facing a strange problem. In portal when I use a UWL iView the UWL item is shows one day behind in portal. In R/3 the date is perfect. I checked the dates in R/3 and Portal system and they are same.
    Kindly help.
    Thanks & Regards,
    Vijith

    Not being a portal person I just try a shot in the dark: Does the user have the same time zone setting in the portal and the R/3 system?
    I assume there is a time zone associated with every user in the portal system also, and this may be used to adjust the time display. Of course my theory will not work very well if the time difference displayed in the two systems is exactly 24 hours....
    Second shot in the dark: is it the same timestamp you are watching in both systems, i.e. are you sure it is the work item creation time you are looking at in both systems?

  • Problem wih UWL iView

    Hi,
    I am facing a strange problem. In portal when I use a UWL iView the UWL item is shows one day behind in portal. In R/3 the date is perfect. I checked the dates in R/3 and Portal system and they are same.
    Kindly help.
    Thanks & Regards,
    Vijith

    Hi,
    Thanks for your response. Will be greatful once you cacn update the message when you get a reply from OSS.
    T&R,
    Vijith

  • Action for workitem in subject of uwl iview is not working

    Hi,
    UWL is configured in EP 7.0 and using ECC 6.0.  when i click on the workitem under subject, the concerned action is not opening.  instead it is opening the data which is displaying in detail area of the uwl iview. 
    there is no action mentioned for the task type in xml file. 
    anyone have faced this problem....
    how to resolve this
    vv

    Hello Rajendra,
    This sounds like the same issue that is described in SAP note 1319278, apply the recommendations from the note and it should resolve the issue.
    Regards,
    Lorcan

  • UWL iView UI Change

    Hi All,
    I have implemented the UWL iView and it is working fine. Now I have a requirement where in I have to remove the create Ad-hoc workflow and forward buttons that appear in the UWL iview.
    Is it possible ? If it is then please let me know how ?
    Regards
    Jay Kapadia

    Hi Jay,
    here is the "Comment removing for Ad hoc Button" (commented 2 places in xml)in uwl.standard.xml.
    <u><b>I HAVE NOT TESTED THIS XML</b></u>, kindly make sure you have he back up of the original uwl.standard.xml.
    replace/addcomment to the uwl.standard.xml and let me know, I have done this in removing "new task" button, it works fine for me.
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE UWLConfiguration PUBLIC  "-//SAP//UWL1.0//EN" "uwl_configuration.dtd" []>
    <UWLConfiguration>
    <DescriptionBundles>
         <DescriptionBundle name="blank" default=" ">
              <ShortDescriptions>
                   <Description Language="en" Description=""/>
              </ShortDescriptions>
         </DescriptionBundle>
    </DescriptionBundles>
    <Actions>
    <b><!Comment for removing Ad hoc Button></b><!--
         <Action name="uwlTaskWizard"
            handler="IViewLauncher"
            referenceBundle="wizard"
            launchInNewWindow="yes"
            launchNewWindowFeatures="width=520,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                   <Property name="display_order_priority" value="-1" />
                   <Property name="iview" value="com.sap.workflow.template.wizard.QuickTask"/>
                   <Property name="launchContext" value="UWL"/>
                   <Property name="appContext" value="${context.appContext}" />
                   <Property name="internalId" value="${item.internalId}" />
                   <Property name="externalObjectID" value="${item.externalObjectId}"/>
                   <Property name="subject" value="${item.subject}"/>
                   <Property name="dueDate" value="${item.dueDate}"/>
                   <Property name="action" value="subprocess" />
              </Properties>
        </Action>
       -->
         <Action name="defaultGlobalWizard"
            handler="IViewLauncher"
            referenceBundle="new_task"
              launchInNewWindow="yes"
            launchNewWindowFeatures="width=520,height=650,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                   <Property name="display_order_priority" value="-1" />
                   <Property name="iview" value="com.sap.workflow.template.wizard.CreateNewProcess"/>
                   <Property name="type" value="button"/>
                   <Property name="ignoreWorkIdParams" value="yes"/>
                   <Property name="appContext" value="${context.appContext}" />
                   <Property name="launchContext" value="UWL" />
              </Properties>
         </Action>
         <Action name="viewDetail" handler="UIActionHandler" referenceBundle="view_detail">
              <Properties>
                   <Property name="display_order_priority" value="-2" />
                   <Property name="image" value="icon_detail.gif"/>
              </Properties>
         </Action>
         <Action name="viewSimilar" handler="UIActionHandler" returnToDetailViewAllowed="no" referenceBundle="view_all_of_same_type">
              <Properties>
                   <Property name="display_order_priority" value="-5" />
                   <Property name="image" value="icon_detail.gif"/>
              </Properties>
         </Action>
         <Action name="markAsRead" handler="UWLActionHandler" referenceBundle="mark_as_read"/>
         <Action name="delete"  handler="ProviderActionHandler" returnToDetailViewAllowed="no" referenceBundle="delete">
              <ConfirmDescriptions referenceBundle="delete_prompt"/>
         </Action>  
         <Action name="accept" handler="UserDecisionHandler" groupAction="yes" referenceBundle="approve">
              <Properties>
                   <Property name="UserDecisionNote" value="display"/>
              </Properties>
         </Action>
         <Action name="reject" handler="UserDecisionHandler" returnToDetailViewAllowed="no" groupAction="yes" referenceBundle="reject"/>
         <Action name="confirm" handler="UserDecisionHandler" returnToDetailViewAllowed="no" groupAction="yes" referenceBundle="confirm">
              <Properties>
                   <Property name="UserDecisionNote" value="display"/>
              </Properties>
         </Action>
         <Action referenceBundle="submit" name="submitUserDecisions" returnToDetailViewAllowed="no" handler="UIActionHandler">
              <ConfirmDescriptions referenceBundle="submit_prompt"/>
         </Action>
         <Action name="complete"  handler="ProviderActionHandler" returnToDetailViewAllowed="no" referenceBundle="complete">
              <Properties>
                   <Property name="display_order_priority" value="4" />
              </Properties>
         </Action>
         <Action name="acknowledge"  handler="ProviderActionHandler" returnToDetailViewAllowed="no" referenceBundle="acknowledge">
              <Properties>
                   <Property name="display_order_priority" value="3" />
              </Properties>
              <ConfirmDescriptions referenceBundle="acknowledge_prompt"/>
         </Action>        
         <Action name="refresh" handler="UIActionHandler" referenceBundle="refresh">
              <Properties>
                   <Property name="type" value="button"/>
                   <Property name="onClick" value ="onForceRefresh"/>
              </Properties>
          </Action>
         <Action name="uwlReturnToTable" handler="UIActionHandler" referenceBundle="return">
              <Properties>
                   <Property name="display_order_priority" value="-15" />
                   <Property name="type" value="button"/>
                   <Property name="onClick" value ="onCancel"/>
              </Properties>
          </Action>
         <Action name="addToNavigation" handler="UIActionHandler" referenceBundle="add_to_navigation">
              <Properties>
                   <Property name="type" value="button"/>
                   <Property name="onClick" value ="onAddToNavigation"/>
              </Properties>
          </Action>
         <Action name="removeFromNavigation" handler="UIActionHandler"  referenceBundle="remove_from_navigation">
              <Properties>
                   <Property name="type" value="button"/>
                   <Property name="onClick" value ="onRemoveFromNavigation"/>
              </Properties>
          </Action>
          <Action name="personalize" handler="UIActionHandler" referenceBundle="personalize">
              <Properties>
                   <Property name="type" value="button"/>
                   <Property name="onClick" value ="onPersonalize"/>
              </Properties>
          </Action>
          <Action name="deleteItem" handler="ProviderActionHandler" returnToDetailViewAllowed="no" referenceBundle="delete">
              <ConfirmDescriptions referenceBundle="delete_prompt"/>
            <CompoundExpression logicalOperation="OR">
                <Expression comparator="StartsWith" name="itemType" value="uwl.notassignedtome"/>
                <Expression comparator="Contains" name="trackBy" value="${context.userId}"/>
                   <CompoundExpression logicalOperation="AND">
                       <Expression comparator="NotStartsWith" name="itemType" value="uwl.task.coll"/>
                       <Expression comparator="NotStartsWith" name="itemType" value="uwl.request.coll"/>
                   </CompoundExpression>
            </CompoundExpression>
          </Action>
          <Action name="newItem" handler="ProviderActionHandler" referenceBundle="blank">
               <Properties>     
                 <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>                    
              </Properties>
              <CompoundExpression logicalOperation="OR">
                   <CompoundExpression>
                        <Expression name="itemSubtype" comparator="Equals" value="Q" />
                   </CompoundExpression>
                   <CompoundExpression logicalOperation="AND">
                        <Expression name="itemType" comparator="NotStartsWith" value="uwl.task.coll" />
                        <Expression name="itemType" comparator="NotStartsWith" value="uwl.request.coll" />
                        <Expression name="itemType" comparator="NotStartsWith" value="uwl.notassignedtome" />
                   </CompoundExpression>
              </CompoundExpression>
          </Action>     
          <Action name="inProgressItem" handler="ProviderActionHandler" referenceBundle="blank">
               <Properties>     
                           <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>                    
              </Properties>
              <CompoundExpression logicalOperation="OR">
                   <CompoundExpression>
                        <Expression name="itemSubtype" comparator="Equals" value="Q" />
                   </CompoundExpression>
                   <CompoundExpression logicalOperation="AND">
                        <Expression name="itemType" comparator="NotStartsWith" value="uwl.task.coll" />
                        <Expression name="itemType" comparator="NotStartsWith" value="uwl.request.coll" />
                        <Expression name="itemType" comparator="NotStartsWith" value="uwl.notassignedtome" />
                   </CompoundExpression>
              </CompoundExpression>
          </Action>     
          <Action name="completeItem" handler="ProviderActionHandler" referenceBundle="blank">
               <Properties>     
                  <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>                    
              </Properties>
              <CompoundExpression logicalOperation="OR">
                   <CompoundExpression logicalOperation="AND">
                        <Expression name="noapprovalquicktask" comparator="NotEquals" value="true" />
                        <Expression name="itemSubtype" comparator="Equals" value="Q" />
                   </CompoundExpression>
                   <CompoundExpression logicalOperation="AND">
                        <Expression name="noapprovalquicktask" comparator="NotEquals" value="true" />
                        <Expression name="itemType" comparator="NotStartsWith" value="uwl.task.coll" />
                        <Expression name="itemType" comparator="NotStartsWith" value="uwl.request.coll" />
                        <Expression name="itemType" comparator="NotStartsWith" value="uwl.notassignedtome" />
                   </CompoundExpression>
              </CompoundExpression>
          </Action>     
          <Action name="claimItem" handler="ProviderActionHandler" referenceBundle="blank" />
          <Action name="unclaimItem" handler="ProviderActionHandler" referenceBundle="blank" />     
          <Action name="priorityLow" handler="ProviderActionHandler" referenceBundle="blank">
              <Properties>
                   <Property name="newValue" value="1"/>
                   <Property name="priority" value="Low"/>
                          <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>               
              </Properties>
          </Action>
          <Action name="priorityNormal" handler="ProviderActionHandler" referenceBundle="blank">
              <Properties>
                   <Property name="newValue" value="2"/>
                   <Property name="priority" value="Normal"/>
                          <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>               
              </Properties>
          </Action>
          <Action name="priorityHigh" handler="ProviderActionHandler" referenceBundle="blank">
              <Properties>
                   <Property name="newValue" value="3"/>
                   <Property name="priority" value="High"/>
                   <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
              </Properties>
          </Action>
          <Action name="priorityVeryHigh" handler="ProviderActionHandler" referenceBundle="blank">
              <Properties>
                   <Property name="newValue" value="4"/>
                   <Property name="priority" value="VeryHigh"/>
                          <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>               
              </Properties>
              <CompoundExpression logicalOperation="AND">
                   <Expression name="itemType" comparator="NotStartsWith" value="uwl.task.coll" />
                   <Expression name="itemType" comparator="NotStartsWith" value="uwl.request.coll" />
                   <Expression name="itemType" comparator="NotStartsWith" value="uwl.notassignedtome" />
              </CompoundExpression>
          </Action>     
         <Action name="forwardToOneOrMoreUser" handler="ProviderActionHandler" returnToDetailViewAllowed="no" referenceBundle="forward">
              <Properties>
                   <Property name="userIdList" value="$"/>
                   <Property name="display_order_priority" value="3" />
              </Properties>
         </Action>
         <!-- For subprocess -->
         <Action name="cancelSubprocess"  returnToDetailViewAllowed="no" handler="ProviderActionHandler" referenceBundle="cancel_process">
              <Properties>
                 <Property name="display_order_priority" value="uwlSubprocessRunningOnly"/>                    
              </Properties>
              <ConfirmDescriptions referenceBundle="cancel_prompt"/>
         </Action>
         <Action name="viewSubProcess" handler="UIActionHandler" referenceBundle="view_subprocess">
              <Properties>
                    <Property name="type" value="link"/>
                 <Property name="display_order_priority" value="uwlSubprocessRunningOnly"/>                    
              </Properties>
         </Action>          
         <!-- Action name="exclude" handler="uwlExcludeAction"/ -->
    </Actions>
    <ItemTypes>
         <ItemType name="uwl" connector="*"      defaultView="DefaultView"     defaultAction="viewDetail"
              executionMode="default"     >
              <Actions>
                   <Action reference="viewDetail"/>
                   <Action reference="viewSimilar"/>
                   <Action reference="uwlReturnToTable" />
                   <Action reference="markAsRead"/>
              </Actions>
         </ItemType>
         <ItemType name="uwl.notification"     connector="*"     defaultView="NotificationsView">
              <Actions>
                   <Action reference="complete"/>
              </Actions>
         </ItemType>
         <ItemType     name="uwl.task"     connector="*"     defaultView="DefaultView">
              <Actions>          
    <b><!--Comment for  removing Ad Hoc button ></b><!               <Action reference="uwlTaskWizard"/>-->
                   <Action reference="priorityLow"/>
                   <Action reference="priorityNormal"/>
                   <Action reference="priorityHigh"/>
                   <Action reference="priorityVeryHigh"/>     
                   <Action reference="cancelSubprocess"/>
                   <Action reference="viewSubProcess"/>                               
              </Actions>
         </ItemType>
         <ItemType     name="uwl.task.approval"     connector="*"     defaultView="WorkItemsApprovalView">
              <Actions>
                   <Action reference="accept"/>
                   <Action reference="reject"/>
              </Actions>
         </ItemType>
         <ItemType     name="uwl.task.confirmation"     connector="*"     defaultView="DefaultView">
              <Actions>
                   <Action reference="confirm"/>
              </Actions>
         </ItemType>
        <ItemType       name="uwl.task.guidedprocedures"  connector="*"     defaultView="DefaultView">
             <Actions>
                   <Action name="launchGPUrl" handler="UrlLauncher" returnToDetailViewAllowed="no" referenceBundle="launchXHanlder" >
                        <Properties>
                             <Property name="url" value="${item.executionUrl}"/>
                        </Properties>
                   </Action>
             </Actions>
        </ItemType>
         <ItemType     name="uwl.futuretask"     connector="*"     defaultView="FutureTaskView"/>
         <ItemType     name="uwl.request"     connector="*"     defaultView="WorkItemRequestsView">
              <Actions>
                   <Action reference="cancelSubprocess"/>
                   <Action reference="viewSubProcess"/>     
              </Actions>
         </ItemType>     
         <ItemType     name="uwl.completedtask"     connector="*"     defaultView="WorkItemsCompletedView"/>
         <ItemType     name="uwl.forwardedtask"     connector="*"     defaultView="WorkItemsForwardedView">
              <Caching refreshPeriod="session"/>
         </ItemType>
         <ItemType     name="uwl.completedrequest"     connector="*"     defaultView="WorkItemsCompletedRequestView"     >
              <Caching refreshPeriod="session"/>
              <Actions>
                   <Action reference="viewSubProcess"/>     
              </Actions>          
         </ItemType>
         <ItemType name="uwl.alert" connector="AlertConnector" defaultView="AlertsView" defaultAction="viewDetail" >
              <Actions>
                   <Action reference="cancelSubprocess"/>
                   <Action reference="viewSubProcess"/>               
                   <Action reference="acknowledge"/>
                   <Action reference="forwardToOneOrMoreUser"/>
                   <Action handler="SAPAppLauncher" name="Alert Configuration" userDecision="no" returnToDetailViewAllowed="yes" launchInNewWindow="no" referenceBundle="alertConfig">
                        <Properties>
                             <Property name="display_order_priority" value="1"/>     
                           <Property name="SAPIntegrator" value="ROLES://portal_content/com.sap.pct/every_user/general/iViews/com.sap.netweaver.bc.uwl.uwlSapBSPLaunch"/>
                           <Property name="System" value="${item.systemId}"/>
                           <Property name="CustomerNamespace" value="sap"/>
                           <Property name="Namespace" value="sap"/>
                           <Property name="Application" value="ALERTPERSONALIZE_RULES"/>
                           <Property name="PageId" value="index.htm"/>
                         </Properties>            
                  </Action>
                 </Actions>
               <Menu>
                    <MenuItem name="acknowledge" actionRef="acknowledge" referenceBundle="acknowledge" />
                    <MenuItem name="forwardToOneOrMoreUser" actionRef="forwardToOneOrMoreUser" referenceBundle="forward" />
               </Menu>
            </ItemType>
      </ItemTypes>
    <Views>
         <View name="DefaultView"
              width="98%"
              supportedItemTypes="uwl.task"
              columnOrder="statusIcon, subject, dueDate, priority, creatorId, createdDate, attachmentCount, detailIcon"
              sortby="priority:descend, dueDate:ascend, createdDate:descend"
              selectionMode="SINGLESELECT"
              tableDesign="STANDARD"
              visibleRowCount="10"
              headerVisible="yes"
              tableNavigationFooterVisible="yes"
              tableNavigationType="CUSTOMNAV"
              actionRef=""
              refresh="300"
              dueDateSevere="86400000"
              dueDateWarning="259200000"
              emphasizedItems="new"
              referenceBundle="tasks"
              displayOnlyDefinedAttributes="yes">
              <DisplayAttributes>          
                   <DisplayAttribute name="priority" type ="user" width="10" sortable="yes" referenceBundle="priority">
                        <Menu>
                             <MenuItem name="Low" actionRef="priorityLow" referenceBundle="menu_priority_low" />
                             <MenuItem name="Normal" actionRef="priorityNormal" referenceBundle="menu_priority_normal" />
                             <MenuItem name="High" actionRef="priorityHigh" referenceBundle="menu_priority_high" />
                             <MenuItem name="VeryHigh" actionRef="priorityVeryHigh" referenceBundle="menu_priority_v_high" />                         
                        </Menu>
                   </DisplayAttribute>               
              </DisplayAttributes>          
              <Actions>
                   <Action reference="refresh"/>
                   <Action reference="defaultGlobalWizard"/>
                   <Action reference="addToNavigation"/>
                   <Action reference="removeFromNavigation"/>
                   <Action reference="personalize"/>
              </Actions>
         </View>
         <!--
         <View name="ConfirmationView"
              width="98%"
              supportedItemTypes="uwl.task.confirmation"
              columnOrder="attachmentCount, detailIcon, subject, priority, creatorId, createdDate, dueDate"
              sortby="priority:descend, dueDate:ascend, createdDate:descend"
              selectionMode="SINGLESELECT"
              tableDesign="STANDARD"
              visibleRowCount="10"
              headerVisible="yes"
              tableNavigationFooterVisible="yes"
              tableNavigationType="CUSTOMNAV"
              actionRef=""
              refresh="300"
              dueDateSevere="86400000"
              dueDateWarning="259200000"
              emphasizedItems="new"
              referenceBundle="tasks"
              displayOnlyDefinedAttributes="yes">
              <Actions>
                   <Action reference="refresh"/>
                   <Action reference="defaultGlobalWizard"/>
                   <Action reference="addToNavigation"/>
                   <Action reference="removeFromNavigation"/>
                   <Action reference="personalize"/>
              </Actions>
         </View>
         -->
         <View name="WorkItemsApprovalView"
              width="98%"
              supportedItemTypes="uwl.task.approval, uwl.task.coll.approval"
              columnOrder="subject, dueDate, priority, creatorId, createdDate, attachmentCount, detailIcon, approveCol, rejectCol"
              sortby="priority:descend, dueDate:ascend, createdDate:descend"
              selectionMode="SINGLESELECT"
              tableDesign="STANDARD"
              visibleRowCount="10"
              headerVisible="yes"
              tableNavigationFooterVisible="yes"
              tableNavigationType="CUSTOMNAV"
              actionRef=""
              refresh="0"
              dueDateSevere="86400000"
              dueDateWarning="259200000"
              emphasizedItems="new"
              referenceBundle="task_approvals"
              displayOnlyDefinedAttributes="yes">
              <DisplayAttributes>
                  <DisplayAttribute referenceBundle="reject" name="rejectCol" type="checkbox" width="" actionRef="reject" vAlign="BASELINE" hAlign="CENTER">
                  </DisplayAttribute>
                  <DisplayAttribute referenceBundle="approve" name="approveCol" type="checkbox" width="" actionRef="accept" vAlign="BASELINE" hAlign="CENTER">
                  </DisplayAttribute>
              </DisplayAttributes>
              <Actions>
                   <Action reference="submitUserDecisions"/>
                   <Action reference="refresh"/>
                   <Action reference="defaultGlobalWizard"/>
                   <Action reference="addToNavigation"/>
                   <Action reference="removeFromNavigation"/>
                   <Action reference="personalize"/>
              </Actions>
         </View>
         <View name="NotificationsView"
              width="98%"
              supportedItemTypes="uwl.notification"
              columnOrder="subject, priority, creatorId, createdDate, attachmentCount, detailIcon"
              sortby="createdDate:descend, priority:descend"
              selectionMode="SINGLESELECT"
              tableDesign="STANDARD"
              visibleRowCount="10"
              headerVisible="yes"
              tableNavigationFooterVisible="yes"
              tableNavigationType="CUSTOMNAV"
              actionRef=""
              refresh="300"
              dueDateSevere="0"
              referenceBundle="task_notifications"
              dueDateWarning="0"
              emphasizedItems="unread">
              <Actions>
                   <Action reference="complete"/>
                   <Action reference="refresh"/>
                   <Action reference="defaultGlobalWizard"/>
                   <Action reference="addToNavigation"/>
                   <Action reference="removeFromNavigation"/>
                   <Action reference="personalize"/>
              </Actions>
         </View>
    <!-- Alert-Begin View -->     
         <View name="AlertsView"
              width="98%"
              supportedItemTypes="uwl.alert"
              columnOrder="priority, subject, createdDate, recipients, alertcategory, attachmentCount"
              sortby="priority:descend, createdDate:descend"
              selectionMode="MULTISELECT"
              tableDesign="STANDARD"
              visibleRowCount="10"
              headerVisible="yes"
              tableNavigationFooterVisible="yes"
              tableNavigationType="CUSTOMNAV"
              actionRef=""
              refresh="300"
              dueDateSevere="0"
              referenceBundle="task_alerts"
              dueDateWarning="0"
              emphasizedItems="unread">
                  <DisplayAttributes>
                 <DisplayAttribute name="priority" type="user" width="1" sortable="yes" vAlign="BASELINE" referenceBundle="priority" headerVisible="no">
                        <ImageMapping default="High" >
                     <ImageMap value="VeryHigh" imageName="/irj/portalapps/com.sap.portal.htmlb/mimes/common/statusicons/s_s_ledr.gif" referenceBundle="menu_priority_v_High" />
                     <ImageMap value="High" imageName="1x1.gif" referenceBundle="menu_priority_high" />
                        </ImageMapping>
                 </DisplayAttribute>
                   <DisplayAttribute name="recipients" type ="people" width="" sortable="no" referenceBundle="recipients"/>
                   <DisplayAttribute name="alertcategory" type ="string" width="" sortable="yes" referenceBundle="alertcategory"/>
                   <DisplayAttribute name="createdDate" type ="datetime" width="" sortable="yes" format="medium" hAlign="LEFT" referenceBundle="sent_date"/>
                   <DisplayAttribute name="expiryDate" type ="datetime" width="" sortable="yes" format="medium" hAlign="LEFT" referenceBundle="expire_date"/>
             </DisplayAttributes>
              <Actions>
                   <Action reference="acknowledge"/>
                   <Action reference="refresh"/>
                   <Action reference="defaultGlobalWizard"/>     
                   <Action reference="addToNavigation"/>
                   <Action reference="removeFromNavigation"/>          
                   <Action reference="personalize"/>                
              </Actions>
         </View>
    <!-- Alert-End View -->     
    <!-- Alert Compact View -Begin -->
        <View name="MiniAlertsView"
                  selectionMode="NONE"
                  width="98%"
                  supportedItemTypes="uwl.alert"
                  columnOrder="priority, subject"
                  sortby="priority:descend, createdDate:descend"
                  tableDesign="STANDARD"
                  visibleRowCount="5"
                  headerVisible="yes"
                  tableNavigationFooterVisible="yes"
                  tableNavigationType="STANDARD"
                  actionRef=""
                  refresh="300"
                  dueDateSevere="0"
                  dueDateWarning="0"
                  emphasizedItems="unread"
                  displayOnlyDefinedAttributes="yes"
                  dynamicCreationAllowed="yes"
                  actionPosition="bottom">
          <Descriptions default="Alerts">
            <ShortDescriptions>
              <Description Language="en" Description="Alerts"/>
            </ShortDescriptions>
          </Descriptions>
          <DisplayAttributes>
                 <DisplayAttribute name="priority" type="user" width="1" sortable="yes" vAlign="BASELINE" referenceBundle="priority" headerVisible="no">
                        <ImageMapping default="High" >
                     <ImageMap value="VeryHigh" imageName="/irj/portalapps/com.sap.portal.htmlb/mimes/common/statusicons/s_s_ledr.gif" referenceBundle="menu_priority_v_High" />
                     <ImageMap value="High" imageName="1x1.gif" referenceBundle="menu_priority_high" />
                        </ImageMapping>
                 </DisplayAttribute>
          </DisplayAttributes>
          <Actions>
            <Action reference="refresh"/>
            <Action name="Extended" groupAction="no" handler="IViewLauncher" referenceBundle="expand" returnToDetailViewAllowed="no" launchInNewWindow="no">
              <Properties>
                <Property name="display_order_priority" value="1"/>
                <!-- To pass parameter sap_uwl_viewname need to call the iView (Page call wont take it -->
                <Property name="iview" value="pcd:portal_content/com.sap.pct/every_user/general/iViews/com.sap.netweaver.bc.uwl.uwl_iview"/>
                <Property name="sap_uwl_viewname" value="AlertsView" />
              </Properties>
            </Action>
          </Actions>
        </View>
    <!-- Alert Compact View -End -->
         <View name="FutureTaskView"
              width="98%"
              supportedItemTypes="uwl.futuretask"
              columnOrder="subject, createdDate, creatorId, futureDate, attachmentCount, detailIcon"
              sortby="createdDate:descend, subject"
              selectionMode="SINGLESELECT"
              tableDesign="STANDARD"
              visibleRowCount="10"
              headerVisible="yes"
              tableNavigationFooterVisible="yes"
              tableNavigationType="CUSTOMNAV"
              actionRef=""
              refresh="300"
              dueDateSevere="0"
              referenceBundle="future_tasks"
              dueDateWarning="0"
              emphasizedItems="none">
              <DisplayAttributes>
                      <DisplayAttribute name="futureDate" type ="date" width="" sortable="yes" format="medium" referenceBundle="future_date">
                     </DisplayAttribute>                 
              </DisplayAttributes>
              <Actions>
                   <Action reference="refresh"/>
                   <Action reference="defaultGlobalWizard"/>
                   <Action reference="addToNavigation"/>
                   <Action reference="removeFromNavigation"/>
                   <Action reference="personalize"/>
              </Actions>
         </View>
         <View name="ComboWorkItemRequestsView"
              width="98%"
              supportedItemTypes="uwl.request, uwl.completedrequest"
              columnOrder="statusIcon, status, subject, dueDate, priority, creatorId, createdDate, processor, attachmentCount, detailIcon"
              sortby="priority:descend, dueDate:ascend, createdDate:descend"
              selectionMode="SINGLESELECT"
              tableDesign="STANDARD"
              visibleRowCount="10"
              headerVisible="yes"
              tableNavigationFooterVisible="yes"
              tableNavigationType="CUSTOMNAV"
              actionRef=""
              refresh="300"
              dueDateSevere="0"
              dueDateWarning="0"
              referenceBundle="tracking"
              emphasizedItems="new"
              queryRange="Last_3_Months">
              <DisplayAttributes>
                      <DisplayAttribute name="completedDate" type ="date" width="" sortable="yes" format="medium" referenceBundle="completed_date">
                  </DisplayAttribute>          
                      <DisplayAttribute name="decision" type ="string" width="" sortable="yes" referenceBundle="decision">
                     </DisplayAttribute>
                      <DisplayAttribute name="processor" type ="people" width="" sortable="yes" referenceBundle="processor">
                     </DisplayAttribute>
                </DisplayAttributes>
              <AllowedFilters>
                   <CompoundExpression referenceBundle="filter_display_all" defaultViewFilter="yes">
                        <Expression name="itemType" comparator="StartsWith" value="uwl" />
                   </CompoundExpression>
                   <CompoundExpression referenceBundle="filter_completed" >
                        <Expression name="itemType" comparator="StartsWith" value="uwl.completedrequest" />
                   </CompoundExpression>
                   <CompoundExpression referenceBundle="filter_uncompleted">
                        <Expression name="itemType" comparator="StartsWith" value="uwl.request" />
                   </CompoundExpression>
              </AllowedFilters>
              <Actions>
                   <Action reference="refresh"/>
                   <Action reference="defaultGlobalWizard"/>
                   <Action reference="addToNavigation"/>
                   <Action reference="removeFromNavigation"/>
                   <Action reference="personalize"/>
              </Actions>
         </View>
         <View name="WorkItemRequestsView"
              width="98%"
              supportedItemTypes="uwl.request"
              columnOrder="statusIcon, subject, dueDate, priority, creatorId, createdDate, processor, attachmentCount, detailIcon"
              sortby="priority:descend, dueDate:ascend, createdDate:descend"
              selectionMode="SINGLESELECT"
              tableDesign="STANDARD"
              visibleRowCount="10"
              headerVisible="yes"
              tableNavigationFooterVisible="yes"
              tableNavigationType="CUSTOMNAV"
              actionRef=""
              refresh="300"
              dueDateSevere="0"
              dueDateWarning="0"
              referenceBundle="task_request_items"
              emphasizedItems="none">
              <DisplayAttributes>
                      <DisplayAttribute name="processor" type ="people" width="" sortable="yes" referenceBundle="processor">
                     </DisplayAttribute>
                </DisplayAttributes>
              <Actions>
                   <Action reference="refresh"/>
                   <Action reference="defaultGlobalWizard"/>
                   <Action reference="addToNavigation"/>
                   <Action reference="removeFromNavigation"/>
                   <Action reference="personalize"/>
              </Actions>
         </View>
         <View name="WorkItemsCompletedView"
              width="98%"
              supportedItemTypes="uwl.completedtask"
              columnOrder="subject, priority, creatorId, createdDate, completedDate, attachmentCount, detailIcon"
              sortby="priority:descend, completedDate:descend, createdDate:descend"
              selectionMode="SINGLESELECT"
              tableDesign="STANDARD"
              visibleRowCount="10"
              headerVisible="yes"
              tableNavigationFooterVisible="yes"
              tableNavigationType="CUSTOMNAV"
              actionRef=""
              refresh="300"
              dueDateSevere="0"
              dueDateWarning="0"
              referenceBundle="completed_tasks"
              emphasizedItems="none"
              queryRange="Last_3_Months">
              <DisplayAttributes>
                      <DisplayAttribute name="completedDate" type ="date" width="" sortable="yes" format="medium" referenceBundle="completed_date">
                  </DisplayAttribute>
                      <DisplayAttribute name="decision" type ="string" width="" sortable="yes" referenceBundle="decision">
                     </DisplayAttribute>
              </DisplayAttributes>
              <Actions>
                   <Action reference="refresh"/>
                   <Action reference="defaultGlobalWizard"/>
                   <Action reference="addToNavigation"/>
                   <Action reference="removeFromNavigation"/>
                   <Action reference="personalize"/>
              </Actions>
         </View>
         <View name="WorkItemsForwardedView"
              width="98%"
              supportedItemTypes="uwl.forwardedtask"
              columnOrder="statusIcon, subject, dueDate, priority, creatorId, createdDate, processor, forwardedDate, attachmentCount, detailIcon"
              sortby="priority:descend, dueDate:ascend, createdDate:descend"
              selectionMode="SINGLESELECT"
              tableDesign="STANDARD"
              visibleRowCount="10"
              headerVisible="yes"
              tableNavigationFooterVisible="yes"
              tableNavigationType="CUSTOMNAV"
              actionRef=""
              refresh="300"
              dueDateSevere="0"
              dueDateWarning="0"
              referenceBundle="forwarded_tasks"
              emphasizedItems="none">
              <DisplayAttributes>
                      <DisplayAttribute name="processor" type ="people" width="" sortable="yes" referenceBundle="processor">
                     </DisplayAttribute>
                      <DisplayAttribute name="forwardedDate" type ="date" width="" sortable="yes" format="medium" referenceBundle="forwarded_date">
                     </DisplayAttribute>
              </DisplayAttributes>
              <Actions>
                   <Action reference="refresh"/>
                   <Action reference="defaultGlobalWizard"/>
                   <Action reference="addToNavigation"/>
                   <Action reference="removeFromNavigation"/>
                   <Action reference="personalize"/>
              </Actions>
         </View>
         <View name="WorkItemsCompletedRequestView"
              width="98%"
              supportedItemTypes="uwl.completedrequest"
              columnOrder="subject, dueDate, priority, creatorId, createdDate, decision, completedDate, attachmentCount, detailIcon"
              sortby="priority:descend, dueDate:ascend, createdDate:descend"
              selectionMode="SINGLESELECT"
              tableDesign="STANDARD"
              visibleRowCount="10"
              headerVisible="yes"
              tableNavigationFooterVisible="yes"
              tableNavigationType="CUSTOMNAV"
              actionRef=""
              refresh="300"
              dueDateSevere="0"
              dueDateWarning="0"
              referenceBundle="completed_task_requests"
              emphasizedItems="new">
              <DisplayAttributes>
                      <DisplayAttribute name="completedDate" type ="date" width="" sortable="yes" format="medium" referenceBundle="completed_date">
                  </DisplayAttribute>          
                      <DisplayAttribute name="decision" type ="string" width="" sortable="yes" referenceBundle="decision">
                     </DisplayAttribute>
              </DisplayAttributes>
              <Actions>
                   <Action reference="refresh"/>
                   <Action reference="defaultGlobalWizard"/>
                   <Action reference="addToNavigation"/>
                   <Action reference="removeFromNavigation"/>
                   <Action reference="personalize"/>
              </Actions>
         </View>
    </Views>
    <!--
    <GlobalActions>
         <GlobalAction ItemTypeRef="uwl.task.approval">
              <Actions>
                   <Action reference="submitUserDecisions"/>
              </Actions>
         </GlobalAction>
         <GlobalAction ItemTypeRef="uwl">
              <Actions>
                   <Action reference="refresh"/>
                   <Action reference="defaultGlobalWizard"/>
                   <Action reference="addToNavigation"/>
                   <Action reference="removeFromNavigation"/>
                   <Action reference="personalize"/>
              </Actions>
         </GlobalAction>
    </GlobalActions>
    -->
    <GlobalDisplayAttributes>
    <!-- MKruse's mail Sep 3, 2004
         <DisplayAttribute name="internalId" referenceBundle="internal_item_id" type ="string" width="10" sortable="no"/>
         <DisplayAttribute name="appContext" type ="string" width="" sortable="yes" referenceBundle="application_context"/>
         <DisplayAttribute name="externalId" type ="string" width="10" sortable="yes" referenceBundle="work_item_id"/>
    -->
         <DisplayAttribute name="systemId" type ="string" width="10" sortable="yes" referenceBundle="system_id"/>
         <DisplayAttribute name="createdDate" type ="date" width="" sortable="yes" format="medium" hAlign="LEFT" referenceBundle="sent_date"/>
         <DisplayAttribute name="creatorId" type ="people" width="" sortable="yes"  referenceBundle="from"/>
         <DisplayAttribute name="dueDate" type ="date" width="" sortable="yes" format="medium" hAlign="LEFT" referenceBundle="due_date"/>
         <DisplayAttribute name="priority" type ="string" width="" sortable="yes" referenceBundle="priority"/>
    <!-- MKruse's mail Sep 3, 2004
         <DisplayAttribute name="connectorId" type ="string" width="" sortable="no" referenceBundle="connector"/>
    -->     
         <DisplayAttribute name="statusIcon" type ="user" width="1" sortable="yes" vAlign="BASELINE" referenceBundle="status_image" headerVisible="no">
              <ImageMapping default="enum">
                   <ImageMap value="enum" imageName="ico16_task_new.gif" referenceBundle="new_task_status" />
                   <ImageMap value="c" imageName="ico16_task_new.gif" referenceBundle="new_task_status" />
                   <ImageMap value="a" imageName="ico16_task_start.gif" referenceBundle="start_task_status" />
                   <ImageMap value="d" imageName="ico16_task_reject.gif" referenceBundle="reject_task_status" />
                   <ImageMap value="f" imageName="ico16_task_confirmed.gif" referenceBundle="confirmed_task_status" />
                   <ImageMap value="e" imageName="ico16_task_complete.gif" referenceBundle="completed_task_status" />
              </ImageMapping>
         </DisplayAttribute>
         <DisplayAttribute name="status" type ="string" width="" sortable="yes" referenceBundle="status" />
         <DisplayAttribute name="subject" type ="link" width="" sortable="yes" actionRef="viewDetail" referenceBundle="subject"/>
    <!--
         <DisplayAttribute name="itemType" type ="link" width="" sortable="yes" referenceBundle="item_type"/>
    -->
         <DisplayAttribute name="detailIcon" type ="image" width="1" sortable="no" actionRef="viewDetail" vAlign="BASELINE" hAlign="CENTER" referenceBundle="view_detail" headerVisible="no"/>
         <DisplayAttribute name="attachmentCount" type ="user" width="1" sortable="yes" vAlign="BASELINE" hAlign="CENTER" referenceBundle="attachments" headerVisible="no"/>
         <DisplayAttribute name="memoCount" type ="user" width="1" sortable="yes" vAlign="BASELINE" hAlign="CENTER" referenceBundle="memo" headerVisible="no"/>
    <!-- MKruse's mail Sep 3, 2004
         <DisplayAttribute name="internalStatusFlag" type ="user" width="1" sortable="yes" vAlign="BASELINE" hAlign="CENTER" referenceBundle="emphasized"/>
         <DisplayAttribute name="actions" type ="link" width="" sortable="no" actionRef="viewDetail" referenceBundle="actions"/>
    -->
    </GlobalDisplayAttributes>
    <NavigationNode name="root" view="">
         <NavigationNode name="MainOldStyle" groupId="UWL_GLOBAL_NAV" global="yes">
              <NavigationNode name="task" view="DefaultView"  referenceBundle="tasks">
    <!--
                   <NavigationNode name="taskApproval" view="WorkItemsApprovalView"  referenceBundle="task_approvals">
                   </NavigationNode>
    -->
                   <NavigationNode name="PersonalViewPlaceHolderTask" referenceGroup="UWL_PERSONAL"/>
              </NavigationNode>
    <!-- Alert Navigation Mode -->          
    <!-- Uncomment if Alert Notification is needed.
              <NavigationNode name="alert" view="AlertsView"  referenceBundle="alerts">
                   <NavigationNode name="PersonalViewPlaceHolderAlert" referenceGroup="UWL_PERSONAL"/>
              </NavigationNode>          
    -->
              <NavigationNode name="notification" view="NotificationsView"  referenceBundle="notifications">
                   <NavigationNode name="PersonalViewPlaceHolderNotification" referenceGroup="UWL_PERSONAL"/>
              </NavigationNode>
              <NavigationNode name="tracking" view="WorkItemRequestsView"  referenceBundle="task_requests">
                   <NavigationNode name="PersonalViewPlaceHolderTracking" referenceGroup="UWL_PERSONAL"/>
              </NavigationNode>
              <NavigationNode name="completed" view="WorkItemsCompletedView"            referenceBundle="completed_tasks">
                   <NavigationNode name="forwarded" view="WorkItemsForwardedView"            referenceBundle="forwarded_tasks">
                   </NavigationNode>
                   <NavigationNode name="PersonalViewPlaceHolderCompleted" referenceGroup="UWL_PERSONAL"/>
              </NavigationNode>
              <NavigationNode name="completedrequest" view="WorkItemsCompletedRequestView"  referenceBundle="completed_task_requests">
                        <NavigationNode name="PersonalViewPlaceHolderCompleteRequest" referenceGroup="UWL_PERSONAL"/>
              </NavigationNode>
              <NavigationNode name="others" referenceGroup="OPEN_ITEMS" />
    <!--  No need for the lass access list to be shown now.  Maybe needed later.
              <NavigationNode name="LastAccessedPlaceHolder" referenceGroup="UWL_LASTACCESSED">
              </NavigationNode>
    -->
         </NavigationNode>
         <NavigationNo

  • Is there any tool to check whether the proper data is inserting or not?

    Hi,
    We have different products A,B and C.
    whenever user crates an account under these products some X,Y,Z table gets updated.
    If user1 creates an account under A then X, Y, Z tables update with some data along with some ID
    If user2 creates an account under A then X, Y, Z tables update with SAME DATA along with some other ID
    Is there any tool to check whether the proper data is inserting (same data is inserting every time) or not?
    p.s : if this thread is not related to this forum .. where can I post?
    Thanks,
    Praveen

    Is there any tool to check whether the proper data is inserting (same data is inserting every time) or not?You need to check the code to see that. Is the update or insert on the table has from different places? In that case it would be better to have them moved to a centralized place may be a package.
    If you want to restrict the columns to specific values then you can use constraints.

  • Mdm uwl iview [(Item) Item is missing from the UWL persistent cache ]

    Hi All,
    we have a custom MDM repository, so I created the xml configuration file and uploaded into SAP system and clicked on "Register Item types" button and I am able to see that my items has been sucesfully registered.
    Now I am using the UWL iview and when I view the connection status, it says that it is sucessfull for the backend MDM system. but i couldnt get the task that i created in the backend system for my user id. I checked the Uwl Log file, The error in the log file is
    "com.sap.netweaver.bc.uwl.UWLException: (Item) Item is missing from the UWL persistent cache #"
    Also the views that I mentioned in the XML configuration are not appearing in the UWL.
    Could you please help me in resloving this issue.? any help?
    Thank You
    RKR
    P.S: Posted this question already in Portal Implementation forum, but thought that the MDM experts might have already worked on this type of problem..
    Edited by: RKR on Jan 6, 2008 12:15 AM
    Edited by: RKR on Jan 7, 2008 8:27 PM

    Hi,
    I have the same problem, have you found any solution?
    Are you also running MDM 5.5 SP6?
    BR
    Michael

  • Delete Attachment link and the launchWebdynpro button in the UWL iview

    Hi,
    Can anyone help me in deleting or hiding the Attachment link and the launchWebdynpro button in the UWL iview. I dont want to do it in the iview properties which would affect all the tasks. Is there a way I can do it in the backend.\
    I appreciate the help.
    Thanks

    Hi Surjith,
    I have the same problem. How can I remove the link? After I called the mentioned function module, the attachment was removed (content) but in the UWL the file name is still there:
    From UWL:
    myFile.pdf by WF-BATCH (94 kb)
    myDeletedFile.pdf   <-- I removed this one with the function module
            CALL FUNCTION 'SAP_WAPI_ATTACHMENT_DELETE'
              EXPORTING
                workitem_id     = me->mv_wf_instance_id
                att_id          = ls_att_id
                delete_document = abap_true
              IMPORTING
                return_code     = lv_return.
    Could you please help me?
    Thanks,
    Thomas

  • Issue with Refresh link avaiable in standard UWL iView

    Hi All,
    We have added the custom column "Comment" in the Tasks tab of UWL iView.In the Tasks tab we can view some rows in the table.When we click on one row it is opening the ABAP ADOBe forms.In this Form when we change the text for the field Comment and click on save button in adobe form then we can see the new text in SWI1 tcode for the work item id. But in portal the new text is not appearing in the custom comment column.If we click on Refresh link (this link is the standard link available in UWL iview) also the new text is not appearing.
    After clearing UWL Cashe from System Admin role after that we can able to see the new text in the comment column.
    If in Adobe form after changing the text we click on Check and Send button then on portal UWL automatically new text is appearing in commnet column.In this case no UWL cacshe release is required.
    Please find the attched document
    Can you please provide me the inputs why refersh link is not working to show the updated /modifiedd text in the comment column?
    Thanks & Regards,
    Susmita

    Hi Rajesh ,
    you can implement using java script also
    check below thread
    Implementing iView auto-refresh in JSP DynPages
    Koti Reddy

  • Problem in UWl Iview transport

    Dear Experts,
    This is Raji.I am trying to  tranport the UWL page and UWl iview.I ahev added these objects to Transport Package. If i click on Export button , i can see the added PCd objects are nothing. I can see only the blank transport package.
    Steps performed :
    1. I have copied the standard UWL iview in to my own folder as a copy( not the delta link).I have changes the iview properties according to my requrirement.
    2. I have  copied the standard  UWL page also in to my own folder and assigned my above  customized UWL iview to this page.
    3. added  these objects to Transport Package clicked on Export. ...................> now there are no PCD objects availble in the transport package.
    Appriciate your help.
    Raji.

    hi Raji,
    This is because you have  to change the id of the iview, page and roles which is to be transported.
    Merely copying the standard (iview/pages/roles ) into the custom folder will not help.
    Hope this help.
    Regards
    Pravesh.

Maybe you are looking for

  • Fields missing in Shipment Document VT01N

    Hi Experts, Can you help to have field's in Shipment Document Like Shipping condition & Shipping type.When i am creating shipment i don't see these fields in shipment header. Thanks.

  • Problems with Camera Raw 6.7 after upgrading to OS 10.8

    I've been using Photoshop CS 5 with Camera Raw 6.7 on my MacBook Pro with no issues until I recently upgraded to OS 10.8. Now my Canon CR2 files (shot with a Canon G15) won't open.  Does anyone know of a solution or work-around for this problem? 

  • Can't Output in 5.1

    I am trying to create a Bluray of a project using the Share command, but when I look at the Summary (prior to burning)  it lists the audio as Stereo, even though it is 5.1 (and even appears as such in the timeline.)  Could someone PLEASE tell me how

  • No connection to WiFi in France!

    Although I live in the U.S., I'm spending my entire summer vacationing at our summer home in France. The house has wireless internet via France Telecom's Wanadoo service. My parents both have PCs and can connect to the internet without problem, but w

  • Photoshop and asus7 tablet, does it work?

    Photoshop and my Asus 7, vän not get it to work, anyone know hos to download to tablets?