UWL iView Properties...

Hi all,
I'm Using EP7.0 and SP16.I copied the UWL iView from this location (content provided by Sap --> End User Content --> Standard Portal User --> iViews --> com.sap.netweaver.bc.uwl.iviews --> Universal Worklist).
Changed the iView Properties:
Display UWL Overview Page = Yes
Initial state of Navigation Panel = close
That iView works fine.. It displays the Overview look and feel and also hide the Detailed navigation part..
My Problem is
when i click the link (Tasks, Notification, Alerts and Tracking) in the Oveview page, it opens the corresponding Tab look and feel and open the Detailed Navigation part.. i want to close the Detailed Navigation part of the Tab iView also..
what can i do? how to achieve this? please help me..
Regards
Thillai J

Hi All,
Solution:
Goto this location
Portal content > Portal User> Standard Portal User > Universal Worklist> Task
Open the Task iView and close the Initial State of Navigation Panel. Its automatically close the Naviagtion Panel when we click the links in the UWL overview iView.
Regards
Thillai J

Similar Messages

  • 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

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

  • UWL iView in Sharepoint: Popup shows TLN

    We are displaying the Unviversal Worklist (UWL) iView in Sharepoint. Whenever an item therein is clicked, the resulting Popup displays the DTN (Detailed Navigation) and TLN (Top-level Navigation) in the Popup and displays the content in the Content Area.
    My assumption is that this is happening because the UWL item Popup window has no Navigation Context.
    Does anyone have any ideas on how we can make the item Popup like it does in SAP Enterprise Portal i.e. No TLN or DTN, but just the content in the Popup window?
    Thanks.

    Simon, what we found is that when we add the Dynamic Property it doesn't append the URL with a URL parameter, but just appends a value pair to the "DynamicProperty" URL parameter. So the Dynamic Property of "NavMode=3" didn't work when I tried it.
    I looked at the properties of the iView and there's nothing about Popups of items displaying the TLN/DTN or not.
    Again, I don't think its a matter of setting a property to toggle the Nav display. It works just fine straight out of SAP Enterprise Portal. The problem exists only when the UWL iView is housed in Sharepoint. So, again, I feel its more related to the Navigation Context being unknown, though I am open to all suggestions.
    Thanks for brainstorming this with me.
    Edited by: Shibli Zaman on Jan 7, 2010 11:13 PM

  • 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

  • Can I force UWL iview to get the updated task items when first visit

    Hi all:
        We are implementing EP7 on aix. Currently UWL iView will not display the updated items when first click on. Only when I click on the tasks tab, it will display the updated items. I change set keepItemCountUpdated tag to “Yes”, but it doesnot work.
        Can we force the UWL iview to connect to backend to get the updated items when it is first launch ?

    Have a look at the properties of the UWL iView, for example "Wait duration before calling providers on loading of UWL" and similar properties.
    You could try setting these to lower numbers to hurry up the initial update.......

  • 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

  • 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

  • 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

  • UWL Iview getting 500 Internal Server Error

    Hi All,
    We have Uwl iview which is connected to R/3 system and its works fine. But if the user leaves the UWL session for more than 30 mins its get an message:
    " Web dynproapplicatie 'UWL' past. Start application again. Launch iView again via "Refresh" in iview vak or knowp browser 'Refresh' "
    Portal cookie is still active, User can navigate to other applications easily, I want to know why this message is appearing and how can we increase the duraction.?
    Cache Value parameters under UWL service are:
    Default Cache Validity Period, in Minutes:5
    Timeout Value for the Connected Systems, in Seconds: * 30
    Regards
    Parth

    Hey Parth,
    check the note recommended by Ladislav i.e. 842635 and also check note 842878.
    I would suggest you to check the backend system parameters about the session timeout related things through RZ10/RZ11.
    The param is "rdisp/gui_auto_logout".
    You can configure the HTTP session timeout using the web.xml descriptor. Session configuration u2013 Session timeout field.
    You can get this file from the following location:
    \usr\sap\<EP_SID>\j2ee\j2ee_01\cluster\server\services\servlet_jsp\work\jspTemp\irj\root\WEB-INF\web.xml
    You have to restart your portal to ttake this effect.
    Hope it helps.
    Regards
    Puneet

  • 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

  • Hiding the "Manage Substitution" button in the UWL IView

    I am trying to hide the "Manage Substitution" button in the UWL IView but I can not figure it out.  I have tried looking at all of the documentation I can find and none of it describes how to hide the button.  Can anyone help me out?

    Manage Substitution button you see is an Action triggered by UWL. Action name is "launchSubstitutionManager".
    If you want to remove total support for substitution, set the IView Property "Display substituted user selector" (in PCD content) to "no" or "false".
    If you want substitution feature,but dont want to display manage substitution button, then add "launchSubstitutionManager" to the IView Property "List of UWL Actions to exclude"
    Hope that helps.

  • Details of CRM iView properties delivered by BP-CRM

    Hi, SDN Fellows.
    Our portal have installed with CRM Business Package (based on CRM 5.0).
    I am trying to figure out and get more detail information on different CRM iviews delivered by the Business Package. I wish to know the properties of each iview, and some guide to configure them.
    For instance,
    When I create a   "com.sap.pct.crm.app.channelmgmt iview", I can choose any of these portal component:
         CallBackiView 
         DocOverview 
         ExtAppTerm 
         GenericFSCMComponent 
         GenericICSSComponent 
         GenericISAComponent 
         ISalesShop 
         PortalTerm
    and I need to know where I can get a detail description about its functionality and its iview properties.
    This is the list of CRM iviews (par type) listed (coming with the BP):
    com.sap.pct.crm.app.activitymanagement
         com.sap.pct.crm.app.channelmgmt
         com.sap.pct.crm.app.commissionsimulator
         com.sap.pct.crm.app.erms
         com.sap.pct.crm.app.favoritecompetitors
         com.sap.pct.crm.app.favoritecustomers
         com.sap.pct.crm.app.favoriteopportunities
         com.sap.pct.crm.app.favoriteproducts
         com.sap.pct.crm.app.favoritesalesdocs
         com.sap.pct.crm.app.kmext
         com.sap.pct.crm.app.leadmanagement
         com.sap.pct.crm.app.quickcreate
         com.sap.pct.crm.app.salesmgrlistdeals
         com.sap.pct.crm.app.salesreplistdeals
         com.sap.pct.crm.app.sdbreport
         com.sap.pct.crm.app.sis
         com.sap.pct.crm.app.sisopt
         com.sap.pct.crm.core.admintools
         com.sap.pct.crm.core.centralsearch
         com.sap.pct.crm.core.drnavigation
         com.sap.pct.crm.core.factsheet
         com.sap.pct.crm.core.factsheetframework
         com.sap.pct.crm.core.masteriviews
         com.sap.pct.crm.core.services
         com.sap.pct.crm.core.userlinkrepositoryfilter
         com.sap.pct.crm.dam.dam
         com.sap.pct.crm.dam.damconv
         com.sap.pct.crm.dam.damrm
         com.sap.pct.crm.factsheet.account
         com.sap.pct.crm.mkt.calendar
         com.sap.pct.crm.simplePage
    I wonder is there a document which describe the detail of all these iviews?
    Thanks in advance,
    Kent

    Hello KC,
    Can you let me know if you can send me the business package for CRM 5.0 ( english). I cannot find the details of pdf.
    Regards
    PN

  • It possible to use bpm uwl or mdm uwl iview instead of standatd uwl?

    it possible to use bpm uwl or mdm uwl iview instead of standatd uwl?

    Hi thanks for reply.
    issue not solve yet...
    i just joined organization, it has standard UWL. And in last oragnization i seen advance UWL which showing details of item, add note, attachment while approve n reject.
    I am developer. n some where i seen advance UWL and BPM n MDM iview showing advance falicity of approve n reject.
    Also seen in portal content about MDM UWL iView, BPM UWL iView.....
    might be that was customized standard UWL iView....
    n i think there are some xml file in mdm n bpm so we can show item in UWL list or to do customize UWL with .xml.
    so my thing is there are any cotmization in MDM BPM .xml or standard so we can use that iview or xml instead of UWL standard UWL or .xml

  • Bpm UWL iview , it is possile to use BPM UWL iview instead of standard UWL iview?

    Hi
    It is possible to use BPM UWL iview instead of standard UWL iview?
    if yes then how?
    thanks in advance

    Hi Radhesh,
    If you need to get some BPM skills then try the BPM space itself or better yet the Process Orchestration space has the most recent materials by checking out the materials in  http://scn.sap.com/community/process-orchestration
    Apart from that the BPM forum can help you, but it's always best to post one question at a time.
    Perhaps you could be clearer about what you are looking for?
    Is it an approach to the process?
    Is it how to call the backend system?
    Is it how to work with the user interfaces?
    Think about it carefully and then start a new discussion for each issue.
    Rgds,
    Jocelyn

Maybe you are looking for

  • ITunes 10.2.1 not installing

    Hello I'm trying to download the latest iTunes, should be very simple. I click 'Check For Updates' in iTunes and it tells me there is a new version available - 10.2.1 - and asks if I want to download it now. I click to download it now and the Softwar

  • Calling Stored Procedure with OraClob as parameter IN

    I am using Visual C++ and using oo4o the ole way I am try to call stored procedure that have Clob as parameter in it seems the the OraParameters Add method don't have the ability since it can only receive variantt. How do I do it Thanks Yoav

  • Problem converting air-ap1131ag-a-k9 to Lwapp

    i have a person on my team who converted some autonomoous air-ap1131ag-a-k9 to lwapp. I don't think they did it right. what they did is , booted the ap ( at this point it was running in autonomous mode), set the ip to 192.168.1.200 and their laptop t

  • STILL can't connect to wifi

    My Itouch still won't connect to my network. My Xbox live and Macbook are running just fine off of the router (Yes, I turned it off and on), and obviously know my password. The Itouch recognizes my network, but says it's unable to join. I've restored

  • If I delete an attachment in a group chat on iMessage on iOS 8, does it delete it from everyone?

    and if not, does anyone know how to do it? Or am I just going to have to get everyone to delete the group chat and start a new one?