UWL iview layout - move buttons/userdecision position

Currently in EP7.0 SPS 12 the layout of our UWL preview is:
Title
Attributes
Description
Attachments
DescisionHandler
Buttons
I have the requriement to move the buttons/userdecision to the to the top? Can anyone provided details on where and how this is configured?
I have looked at the iview config and cannot see a setting to alter the layout, but only to limit the visible components. As i have removed the attributes section as that content is displayed in the UWL table.
The aim is to reduce scrolling within our UWL that has long task descriptions, by moiving the button position.
Cheers.

Thanks for the response.
There is no issue in creating/altering views (DefaultView etc), but this only handles the table layout, and not the work item details layout. Which is what I am looking to alter. The default DefaultView from uwl.standard.xml (below) has no config and I am unable to find the uwl_confiuration.dtd element that will alter the order/layout in which components (subject, attributes, description, attachments, userdecision, actions etc) are ordered/displayed in the work item details screen.
Page 16 of the linked pdf shos the sections that Hauge mentions you can choose to display or not, but not the order in which you can display them.
Universal Worklist with SAP NetWeaver® Portal - D. Hague
Edited by: Andrew Tolongos on Feb 15, 2008 6:15 AM

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

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

  • I downloaded Dreamweaver CC 2014.1, started using it but cannot find Show Fluid Grid Layout Guides button, Resize LI.link sizing handle and 'move up a Row' arrow. Where can I find them?

    I downloaded Dreamweaver CC 2014.1, started using it but cannot find Show Fluid Grid Layout Guides button, Resize LI.link sizing handle and 'move up a Row' arrow. Where can I find them?

    You have the latest version (CC 2014.1 or 2014.1.1) in which the interface condenses Design View with Live View buttons in normal layouts.  See screenshot.
    However, in FGLayouts, Live View is the only option which poses some editing problems and has been highly criticized.
    Is there any way to display the Design View in fluid grid pages?
    New Features in CC 2014.1 October Release
    http://helpx.adobe.com/dreamweaver/using/whats-new.html
    New Features in CC 2014.1.1 February Release
    https://helpx.adobe.com/dreamweaver/using/whats-new.html#Enhancements%20to%20Live%20View%2 0editing
    You can disable this restriction by adding an X to the FGLayout CSS.
        Dreamweaver Fluid Grid Properties
        dw-num-cols-mobile:      X 4;
        dw-num-cols-tablet:        8;
        dw-num-cols-desktop:    12;
        dw-gutter-percentage:    25;
    =====================================
    Having said that, it might just  be simpler to revert to an earlier version.  Log-in to Creative Cloud Desktop app.  Go to Filters & Versions > Previous Version.  See screenshot.
    Nancy O.

  • 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

  • UWL - Help with Decision Buttons

    Hello SDNers,
    I'm customizing the UWL iView to show approval itens only, and their respective decision buttons.
    Everything looks ok, but when someone try to submit the decisions it shows the message:
    "reject wasn't correct"
    Where "reject" is the name I gave to the action.
    It also happens with the approval action.
    Below is the XML I've created.
    Does someone have a clue in what that message means, or what I've done wrong?
    Thanks in advance!!

    Hi There,
    Make sure that your decisionKeys are correct.  I have seen issues with this many times.  Log on to the backend system and call  SAP_WAPI_DECISION_READ or SWK_DECISION READ for a specific workitem  (You can get the details of the workitem id from the support information on the UWL - enable this and you can check this specific workitem)  The decision key is an internal value (typically a numeric value) corresponding to the selected decision used by the provider.
    You will need to ensure that you have x amount of decisions configured in the xml file, where x = the amount of decisions configured in the backend system.
    For additional help with this topic please see the userDecision Action Handler documentation:
    http://help.sap.com/saphelp_nw70/helpdata/en/7a/df014b037141ca9afc6433ed42b519/content.htm
    Beth Maben
    EP - Senior Support Consultant II
    AGS Primary Support
    Global Support Centre Ireland
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • Error in TCode iview Select a line or position the Cursor correctly

    Hi All,
    I am getting the below error while selecting the row in Tcode iview
    Select a line or position the Cursor correctly.
    You have not selected a delivery or a delivery item for processing and the cursor is not positioned on a valid line, even after i am
    selecting the Delivery and click on the execute button
    My system config  :
    NW04s SP 20
    Thanks&Regards
    Murthy

    Hi Murthy,
    Create the Iview again.Hope the issue will resolve.
    Thanks,
    Arun

  • 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

  • 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

    Hi,
    In a standard workfolw UWL iView, can the owner send the content to another user for a feedback?
    Imagine, content approver sees a content in his task list, he/she needs some clarity about this content. so he needs a help from other portal user. so can he send this document to his tasks list? the other person can therefore send a feedback back to the user.
    Can this feature be enabled in UWL iView?
    Thanks in regards
    BP

    Hi,
    try to change the layout set for the Iview.
    Greetingz
    Lars
    PS: Questions aren´t replied more often u post it.

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

  • Having arranged some scanned pictures in an album in I-Photo how can I keep them in the order I have chosen when I move the album. They all have the scan date and not the taken date and move to new positions if I move them from one album to another.

    Having arranged some scanned pictures in an album in I-Photo how can I keep them in the order I have chosen when I move the album. They all have the scan date and not the taken date and move to new positions if I move them from one album to another.
    Is there any way to re-number them in the order I have chosen so that they can then be sorted by number? The scans are all from pre-digital images that I wish to move to a photobook and I don't want to have to organise them twice!
    Thanks for any suggestions.

    I was a bit short, Chris, sorry. It is limited, what can be posted, when typing on an iPad.
    Now I am back on my Mac. I meant the following:  Batch Change the date for a large range of photos, that should have a date stepped in increments.
    Select all Photos at once and use the command "Photos > Batch Change".
    Then set the date for the first photo and select an increment, e.g. one minute.
    Now all photos will get a new date assigned, incremented by one minute, in the sequence you have selected. So you will be able to sort them by date.  This way it will be unnecessary to change the titles or filenames.

  • Can't find the "Video" move button on Apple TV to move Rentals from MacBook

    Hi, I just bought an Apple TV. I had a couple of rented movies on my MacBook Pro and would like to watch the rentals on the Apple TV. I have already looked in support and it says it is possible to move the rentals to the Apple Tv by clicking on the device and click the move button. I have done this with my ipod before. When I click on the apple tv I get only "Summary" and "Photos" tabs. There is no "Video" tab as described on the Support website. Can anyone help me with this?
    I have no problems watching or listening to my iTunes Library on Apple TV.
    Thanks
    Ramona

    You have the tv set up to use your itunes library as a secondary library, change it to a primary library.
    See This

  • Goods movement button not visible in CO11N

    Hi,
    i am not able to see goods movement button CO11N transaction as shown below in one if my IDES server....
    what settings we need to do for this so that goods movement button is visible like below...
    Thanks
    Kumar

    Hi AKS AKS,
    I am working on a ides server....you want me to add this parameter CORUPROF in the SU01/SU02 to the id I am using...
    Thanks
    Kumar

Maybe you are looking for