UWL Tracking Tab in Portal

Hi KM Gurus,
Could anyone tell me how to get information about an EBP PO status in the tracking tab of the Portal's UWL?
The tracking tab does get populated when a Leave Request is sent through the approval workflow.
However, none of the approved, rejected or completed workflows are reported in the tracking tab.
Your help will be greatly appreciated and suitably rewarded.
Thanks & Regards,
Vibhu

I have a similar issue. If a user starts a workflow, then it appears in the tracking tab of the UWL however, if a user just executes i.e. approves/rejects a workflow then nothing shows up in the tracking tab.
My finding was that the tracking tab in UWL points to OUTBOX in R/3. Whenever, a user starts a workflow, it gets populated in OUTBOX as well as the subfolder WORKFLOWS STARTED BY ME therefore it shows up in the UWL tracking tab. But when a user just executes the workitem, then it only gets populated in the subfolder - WORKITEMS EXECUTED BY ME. The OUTBOX is blank and hence UWL is also blank.
Now in my personal office settings, I do have the COPY TO OUTBOX checkbox checked. So, not sure whats the way out here..Any help will be appreciated..

Similar Messages

  • Removing buttons from standard UWL tracking tab

    Hi,
    I have got a requirement to remove the delete button in the Tracking tab iView.Once you select a worklist item, there are two options.One is to launch the item type or to delete it.I would like to remove the "Delete" button.
    Can you please help me in this regard?
    BR
    Siva

    Hi Shiva,
    Use this, i have deleted the lines containing delete actoin.
    Hope this will work fine.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'
    <UWLConfiguration version="1.0">
    <DescriptionBundles>
    <DescriptionBundle name="blank" default=" "/>
    </DescriptionBundles>
    <Actions>
    <Action name="markAsRead" groupAction="" handler="UWLActionHandler" referenceBundle="mark_as_read" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL"/>
    <Action name="manageAttachments" groupAction="youCanAlsoDo" handler="SAPWebDynproLauncher" referenceBundle="manage_attachments" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="width=800,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLManageAttachments"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="sap_uwl_selecteditem" value="${item.internalId}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="excludeNotes" value="true"/>
    <Property name="display_order_priority" value="-3"/>
    </Properties>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemType" value="uwl.task" comparator="StartsWith"/>
    <Expression name="itemType" value="uwl.task.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value=".webflow.gp" comparator="NotContains"/>
    </CompoundExpression>
    </Action>
    <Action name="newItem" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    <CompoundExpression logicalOperation="OR" defaultViewFilter="no">
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemSubtype" value="Q" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemType" value="uwl.task.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.request.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.notassignedtome" comparator="NotStartsWith"/>
    </CompoundExpression>
    </CompoundExpression>
    </Action>
    <Action name="inProgressItem" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    <CompoundExpression logicalOperation="OR" defaultViewFilter="no">
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemSubtype" value="Q" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemType" value="uwl.task.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.request.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.notassignedtome" comparator="NotStartsWith"/>
    </CompoundExpression>
    </CompoundExpression>
    </Action>
    <Action name="priorityVeryHigh" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="newValue" value="4"/>
    <Property name="priority" value="VeryHigh"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemType" value="uwl.task.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.request.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.notassignedtome" comparator="NotStartsWith"/>
    </CompoundExpression>
    </Action>
    <Action name="submitUserDecisions" groupAction="" handler="UIActionHandler" referenceBundle="submit" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <ConfirmDescriptions referenceBundle="submit_prompt"/>
    </Action>
    <Action name="uwlUserAction" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="width=700,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLUserAction"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="UWLItemIdList" value=""/>
    <Property name="UWLActionId" value="forward"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    <Property name="UWLItemId" value="${item.internalId}"/>
    </Properties>
    <Descriptions default="uwlUserAction"/>
    </Action>
    <Action name="viewSimilar" groupAction="youCanAlsoDo" handler="UIActionHandler" referenceBundle="view_all_of_same_type" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="image" value="icon_detail.gif"/>
    <Property name="display_order_priority" value="-5"/>
    </Properties>
    </Action>
    <Action name="claimItem" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL"/>
    <Action name="addMemo" groupAction="youCanAlsoDo" handler="SAPWebDynproLauncher" referenceBundle="add_memo" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="width=600,height=400,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLAddMemo"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="sap_uwl_selecteditem" value="${item.internalId}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="-3"/>
    </Properties>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemType" value="uwl.task" comparator="StartsWith"/>
    <Expression name="itemType" value="uwl.task.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value=".webflow.gp" comparator="NotContains"/>
    </CompoundExpression>
    </Action>
    <Action name="removeFromNavigation" groupAction="" handler="UIActionHandler" referenceBundle="remove_from_navigation" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="type" value="button"/>
    <Property name="onClick" value="onRemoveFromNavigation"/>
    </Properties>
    </Action>
    <Action name="uwlTaskWizard" groupAction="youCanAlsoDo" handler="SAPWebDynproLauncher" referenceBundle="wizard" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="width=550,height=650,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="WizardApplication"/>
    <Property name="action" value="subprocess"/>
    <Property name="internalId" value="${item.internalId}"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="item_type" value="${item.itemType}"/>
    <Property name="externalObjectID" value="${item.externalObjectId}"/>
    <Property name="external_obj_type" value="${item.externalType}"/>
    <Property name="dueDate" value="${item.dueDate}"/>
    <Property name="appContext" value="${context.appContext}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="providerId" value="${item.connectorId}"/>
    <Property name="display_order_priority" value="-3"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tceujwfuiwizardtask"/>
    <Property name="launchContext" value="UWL"/>
    <Property name="systemId" value="${item.systemId}"/>
    <Property name="subject" value="${item.subject}"/>
    <Property name="item_id" value="${item.externalId}"/>
    </Properties>
    </Action>
    <Action name="accept" groupAction="yes" handler="UserDecisionHandler" referenceBundle="approve" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="UserDecisionNote" value="display"/>
    </Properties>
    </Action>
    <Action name="uploadMemo" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="fileName" value=""/>
    <Property name="content" value=""/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="priorityLow" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="newValue" value="1"/>
    <Property name="priority" value="Low"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="alertBaseAction" groupAction="" handler="dummy" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
    <Property name="openInNewWindow" value="true"/>
    </Properties>
    <Descriptions default="alertBaseAction"/>
    </Action>
    <Action name="uploadAttachment" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="fileName" value=""/>
    <Property name="fileMimeType" value=""/>
    <Property name="content" value=""/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="launchAlertSubscription" groupAction="AlertSubscription" handler="SAPWebDynproLauncher" referenceBundle="alertSubscription" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowName="Alert Category Subscription" launchNewWindowFeatures="width=800,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLAlertSubscription"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="DynamicParameter" value="configureGroup=${context.configureGroup}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="confirm" groupAction="yes" handler="UserDecisionHandler" referenceBundle="confirm" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="UserDecisionNote" value="display"/>
    </Properties>
    </Action>
    <Action name="reject" groupAction="yes" handler="UserDecisionHandler" referenceBundle="reject" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL"/>
    <Action name="forward" groupAction="" handler="ProviderActionHandler" referenceBundle="forward" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="userIdList" value="$"/>
    <Property name="display_order_priority" value="3"/>
    </Properties>
    </Action>
    <Action name="viewHistory" groupAction="youCanAlsoDo" handler="SAPWebDynproLauncher" referenceBundle="view_history" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="width=800,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLDisplayHistory"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="sap_uwl_selecteditem" value="${item.internalId}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="-3"/>
    </Properties>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="itemType" value="uwl.task.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.completedtask.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.completedrequest.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.request.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.notassignedtome.coll" comparator="NotStartsWith"/>
    </CompoundExpression>
    </Action>
    <Action name="launchAlertActionDummy" groupAction="" handler="SAPWebDynproLauncher" referenceBundle="openAlert" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL"/>
    <Action name="refresh" groupAction="" handler="UIActionHandler" referenceBundle="refresh" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="type" value="button"/>
    <Property name="onClick" value="onForceRefresh"/>
    </Properties>
    </Action>
    <Action name="addToNavigation" groupAction="" handler="UIActionHandler" referenceBundle="add_to_navigation" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="type" value="button"/>
    <Property name="onClick" value="onAddToNavigation"/>
    </Properties>
    </Action>
    <Action name="priorityHigh" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="newValue" value="3"/>
    <Property name="priority" value="High"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="unescalate" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="completeItem" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    <CompoundExpression logicalOperation="OR" defaultViewFilter="no">
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="noapprovalquicktask" value="true" comparator="NotEquals"/>
    <Expression name="itemSubtype" value="Q" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no">
    <Expression name="noapprovalquicktask" value="true" comparator="NotEquals"/>
    <Expression name="itemType" value="uwl.task.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.request.coll" comparator="NotStartsWith"/>
    <Expression name="itemType" value="uwl.notassignedtome" comparator="NotStartsWith"/>
    </CompoundExpression>
    </CompoundExpression>
    </Action>
    <Action name="complete" groupAction="" handler="ProviderActionHandler" referenceBundle="complete" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="4"/>
    </Properties>
    </Action>
    <Action name="markAsLaunched" groupAction="" handler="UWLActionHandler" referenceBundle="mark_as_launched" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="viewSubProcess" groupAction="" handler="SAPWebDynproLauncher" referenceBundle="view_subprocess" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="WebDynproApplication" value="JWFTaskDetail"/>
    <Property name="internalId" value="0"/>
    <Property name="action" value="viewsubprocess"/>
    <Property name="isnewwindow" value="0"/>
    <Property name="item_type" value="uwl.request.coll"/>
    <Property name="external_obj_type" value="WFTask"/>
    <Property name="subProcessId" value="${item.subProcessId}"/>
    <Property name="appContext" value="${context.appContext}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="uwlSubprocessRunningOnly"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tceujwfwfwdtd"/>
    <Property name="launchContext" value="UWL"/>
    <Property name="item_id" value="${item.subProcessId}"/>
    <Property name="external_obj_id" value="${item.subProcessId}"/>
    </Properties>
    </Action>
    <Action name="viewDetail" groupAction="" handler="SAPWebDynproLauncher" referenceBundle="view_detail" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="width=700,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLDetail"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="excludeActions" value="$"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="excludePreviewSections" value="$"/>
    <Property name="image" value="icon_detail.gif"/>
    <Property name="sap_uwl_selecteditem" value="${item.internalId}"/>
    <Property name="displayEmptyDisplayAttributes" value="$"/>
    <Property name="excludeDisplayAttributes" value="$"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="-2"/>
    </Properties>
    </Action>
    <Action name="replace" groupAction="" handler="ProviderActionHandler" referenceBundle="replace" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="3"/>
    </Properties>
    </Action>
    <Action name="priorityNormal" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="newValue" value="2"/>
    <Property name="priority" value="Normal"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="removeAttachment" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="attachmentId" value=""/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="decline" groupAction="" handler="ProviderActionHandler" referenceBundle="decline" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="3"/>
    </Properties>
    <ConfirmDescriptions referenceBundle="decline_prompt"/>
    </Action>
    <Action name="viewMemos" groupAction="youCanAlsoDo" handler="UIActionHandler" referenceBundle="view_memos" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="-2"/>
    </Properties>
    </Action>
    <Action name="connectionstatus" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL" launchNewWindowFeatures="width=600,height=350,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLConnectionStatus"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    <Descriptions default="connectionstatus"/>
    </Action>
    <Action name="uwlReturnToTable" groupAction="" handler="UIActionHandler" referenceBundle="return" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="type" value="button"/>
    <Property name="onClick" value="onCancel"/>
    <Property name="display_order_priority" value="-15"/>
    </Properties>
    </Action>
    <Action name="launchSubstitutionManager" groupAction="" handler="SAPWebDynproLauncher" referenceBundle="SubstitutionManager" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowName="Substitution" launchNewWindowFeatures="width=800,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="UWLSubstitution"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tckmcbc.uwl.ui~wd_ui"/>
    <Property name="DynamicParameter" value="uwlSessionId=${context.uwlSessionId}&amp;configureGroup=${context.configureGroup}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="defaultGlobalWizard" groupAction="" handler="SAPWebDynproLauncher" referenceBundle="new_task" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="width=550,height=650,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="WebDynproApplication" value="WizardApplication"/>
    <Property name="WebDynproDeployableObject" value="sap.com/tceujwfuiwizardtask"/>
    <Property name="isnewwindow" value="1"/>
    <Property name="launchContext" value="UWL"/>
    <Property name="type" value="button"/>
    <Property name="ignoreWorkIdParams" value="yes"/>
    <Property name="appContext" value="${context.appContext}"/>
    <Property name="System" value="SAP_LocalSystem"/>
    <Property name="display_order_priority" value="-1"/>
    </Properties>
    </Action>
    <Action name="escalate" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="uwlExcludeFromPreviewDetail"/>
    </Properties>
    </Action>
    <Action name="unclaimItem" groupAction="" handler="ProviderActionHandler" referenceBundle="blank" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL"/>
    <Action name="viewPreviewDetail" groupAction="youCanAlsoDo" handler="UIActionHandler" referenceBundle="view_preview" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="image" value="icon_detail.gif"/>
    <Property name="display_order_priority" value="-1"/>
    </Properties>
    </Action>
    <Action name="acknowledge" groupAction="" handler="ProviderActionHandler" referenceBundle="acknowledge" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="3"/>
    </Properties>
    <ConfirmDescriptions referenceBundle="acknowledge_prompt"/>
    </Action>
    <Action name="reserve" groupAction="" handler="ProviderActionHandler" referenceBundle="reserve" returnToDetailViewAllowed="no" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="3"/>
    </Properties>
    </Action>
    <Action name="cancelSubprocess" groupAction="" handler="UWLActionHandler" referenceBundle="cancel_process" returnToDetailViewAllowed="yes" launchInNewWindow="SHOW_HEADERLESS_PORTAL">
    <Properties>
    <Property name="display_order_priority" value="uwlSubprocessRunningOnly"/>
    </Properties>
    <ConfirmDescriptions referenceBundle="cancel_prompt"/>
    </Action>
    </Actions>
    <ItemTypes>
    <ItemType name="uwl" connector="*" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="viewDetail"/>
    <Action reference="viewMemos"/>
    <Action reference="viewPreviewDetail"/>
    <Action reference="viewSimilar"/>
    <Action reference="uwlReturnToTable"/>
    <Action reference="markAsRead"/>
    <Action reference="markAsLaunched"/>
    <Action reference="launchSubstitutionManager"/>
    <Action reference="uwlUserAction"/>
    <Action reference="connectionstatus"/>
    </Actions>
    </ItemType>
    <ItemType name="uwl.alert" connector="AlertConnector" defaultView="AlertsView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="cancelSubprocess"/>
    <Action reference="viewSubProcess"/>
    <Action reference="acknowledge"/>
    <Action reference="replace"/>
    <Action reference="reserve"/>
    <Action reference="decline"/>
    <Action reference="forward"/>
    <Action name="AlertConfiguration" groupAction="" handler="SAPBSPLauncher" referenceBundle="alertConfig" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="width=800,height=600,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    <Properties>
    <Property name="CustomerNamespace" value="sap"/>
    <Property name="Namespace" value="sap"/>
    <Property name="Application" value="ALERTPERSONALIZE_RULES"/>
    <Property name="PageId" value="index.htm"/>
    <Property name="System" value="${item.systemId}"/>
    <Property name="display_order_priority" value="1"/>
    </Properties>
    </Action>
    </Actions>
    <Menu>
    <MenuItem name="acknowledge" actionRef="acknowledge" referenceBundle="acknowledge"/>
    <MenuItem name="forward" actionRef="forward" referenceBundle="forward"/>
    </Menu>
    </ItemType>
    <ItemType name="uwl.completedrequest" connector="*" defaultView="WorkItemsCompletedRequestView" defaultAction="viewDetail" executionMode="default">
    <Caching refreshPeriod="session" expiryTime="default"/>
    <Actions>
    <Action reference="viewSubProcess"/>
    </Actions>
    </ItemType>
    <ItemType name="uwl.completedtask" connector="*" defaultView="WorkItemsCompletedView" defaultAction="viewDetail" executionMode="default"/>
    <ItemType name="uwl.forwardedtask" connector="*" defaultView="WorkItemsForwardedView" defaultAction="viewDetail" executionMode="default">
    <Caching refreshPeriod="session" expiryTime="default"/>
    </ItemType>
    <ItemType name="uwl.futuretask" connector="*" defaultView="FutureTaskView" defaultAction="viewDetail" executionMode="default"/>
    <ItemType name="uwl.notification" connector="*" defaultView="NotificationsView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="complete"/>
    </Actions>
    </ItemType>
    <ItemType name="uwl.request" connector="*" defaultView="WorkItemRequestsView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="cancelSubprocess"/>
    <Action reference="viewSubProcess"/>
    </Actions>
    </ItemType>
    <ItemType name="uwl.task" connector="*" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <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" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="accept"/>
    <Action reference="reject"/>
    </Actions>
    </ItemType>
    <ItemType name="uwl.task.confirmation" connector="*" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="confirm"/>
    </Actions>
    </ItemType>
    <ItemType name="uwl.templateBase.alert" connector="AlertConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
    <Actions>
    <Action reference="alertBaseAction"/>
    </Actions>
    </ItemType>
    </ItemTypes>
    <Views>
    <View name="AlertsView" selectionMode="MULTISELECT" width="98%" supportedItemTypes="uwl.alert" columnOrder="priority, subject, isEscalated, createdDate, recipients, alertcategory, attachmentCount" sortby="priority:descend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="task_alerts">
    <DisplayAttributes>
    <DisplayAttribute name="createdDate" type="datetime" width="" sortable="yes" format="medium" referenceBundle="sent_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="expiryDate" type="datetime" width="" sortable="yes" format="medium" referenceBundle="expire_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="recipients" type="people" width="" sortable="no" format="default" referenceBundle="recipients" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="alertcategory" type="string" width="" sortable="yes" format="default" referenceBundle="alertcategory" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="priority" type="image" width="1" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
    <ImageMapping default="HIGH">
    <ImageMap value="VERYHIGH" imageName="/irj/portalapps/com.sap.portal.htmlb/mimes/common/statusicons/s_s_ledr.gif"/>
    <ImageMap value="HIGH" imageName="" referenceBundle="menu_priority_high"/>
    </ImageMapping>
    </DisplayAttribute>
    </DisplayAttributes>
    <AllowedFilters>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="yes" referenceBundle="filter_display_all"/>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_new">
    <Expression name="status" value="NEW" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_inprogress">
    <Expression name="status" value="INPROGRESS" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_duetoday">
    <Expression name="dueDate" value="Today" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_overdue">
    <Expression name="dueDate" value="Today" comparator="LessThan"/>
    </CompoundExpression>
    </AllowedFilters>
    <Actions>
    <Action reference="acknowledge"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    <Action reference="launchAlertSubscription"/>
    </Actions>
    </View>
    <View name="AllItemsView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task, uwl.request, uwl.notification, uwl.alert" columnOrder="subject, isEscalated, creatorId, createdDate, priority, attachmentCount, dueDate, status" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="all_tasks">
    <DisplayAttributes>
    <DisplayAttribute name="priority" type="string" width="10" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
    <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>
    <AllowedFilters>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="yes" referenceBundle="filter_display_all"/>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_new">
    <Expression name="status" value="NEW" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_inprogress">
    <Expression name="status" value="INPROGRESS" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_duetoday">
    <Expression name="dueDate" value="Today" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_overdue">
    <Expression name="dueDate" value="Today" comparator="LessThan"/>
    </CompoundExpression>
    </AllowedFilters>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    <Action reference="launchSubstitutionManager"/>
    </Actions>
    </View>
    <View name="AllWorkItemsCompletedView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.completedtask, uwl.completedrequest" columnOrder="subject, creatorId, createdDate, priority, attachmentCount, completedDate" sortby="priority:descend, completedDate:descend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="Last_3_Months" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="none" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="completed_tasks">
    <DisplayAttributes>
    <DisplayAttribute name="completedDate" type="date" width="" sortable="yes" format="medium" referenceBundle="completed_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="decision" type="string" width="" sortable="yes" format="default" referenceBundle="decision" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </DisplayAttributes>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="ComboWorkItemRequestsView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.request, uwl.completedrequest" columnOrder="subject, creatorId, createdDate, priority, attachmentCount, dueDate, status" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="Last_3_Months" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="tracking">
    <DisplayAttributes>
    <DisplayAttribute name="completedDate" type="date" width="" sortable="yes" format="medium" referenceBundle="completed_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="decision" type="string" width="" sortable="yes" format="default" referenceBundle="decision" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="processor" type="people" width="" sortable="yes" format="default" referenceBundle="processor" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="priority" type="string" width="10" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
    <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>
    <AllowedFilters>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="yes" referenceBundle="filter_display_all"/>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_new">
    <Expression name="status" value="NEW" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_inprogress">
    <Expression name="status" value="INPROGRESS" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_duetoday">
    <Expression name="dueDate" value="Today" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_overdue">
    <Expression name="dueDate" value="Today" comparator="LessThan"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_completed">
    <Expression name="itemType" value="uwl.completedrequest" comparator="StartsWith"/>
    <Expression name="status" value="CANCELLED" comparator="NotEquals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_cancelled">
    <Expression name="status" value="CANCELLED" comparator="Equals"/>
    </CompoundExpression>
    </AllowedFilters>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="DefaultView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task" columnOrder="subject, isEscalated, creatorId, createdDate, priority, attachmentCount, dueDate, status" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="tasks">
    <DisplayAttributes>
    <DisplayAttribute name="priority" type="string" width="10" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
    <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>
    <AllowedFilters>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="yes" referenceBundle="filter_display_all"/>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_new">
    <Expression name="status" value="NEW" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_inprogress">
    <Expression name="status" value="INPROGRESS" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_duetoday">
    <Expression name="dueDate" value="Today" comparator="Equals"/>
    </CompoundExpression>
    <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_overdue">
    <Expression name="dueDate" value="Today" comparator="LessThan"/>
    </CompoundExpression>
    </AllowedFilters>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="FutureTaskView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.futuretask" columnOrder="subject, creatorId, createdDate, futureDate, attachmentCount" sortby="createdDate:descend, subject" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="none" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="future_tasks">
    <DisplayAttributes>
    <DisplayAttribute name="futureDate" type="date" width="" sortable="yes" format="medium" referenceBundle="future_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </DisplayAttributes>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="MiniAlertsView" selectionMode="NONE" width="98%" supportedItemTypes="uwl.alert" columnOrder="subject, priority" sortby="priority:descend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="5" headerVisible="no" queryRange="undefined" 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="image" width="1" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
    <ImageMapping default="HIGH">
    <ImageMap value="VERYHIGH" imageName="/irj/portalapps/com.sap.portal.htmlb/mimes/common/statusicons/s_s_ledr.gif"/>
    <ImageMap value="HIGH" imageName="" referenceBundle="menu_priority_high"/>
    </ImageMapping>
    </DisplayAttribute>
    </DisplayAttributes>
    <Actions>
    <Action name="Extended" groupAction="no" handler="IViewLauncher" referenceBundle="expand" returnToDetailViewAllowed="no" launchInNewWindow="no">
    <Properties>
    <Property name="sap_uwl_viewname" value="AlertsView"/>
    <Property name="iview" value="pcd:portal_content/com.sap.pct/every_user/general/iViews/com.sap.netweaver.bc.uwl.uwl_iview"/>
    <Property name="display_order_priority" value="1"/>
    </Properties>
    </Action>
    </Actions>
    </View>
    <View name="NotificationsView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.notification" columnOrder="subject, creatorId, createdDate, priority, attachmentCount" sortby="createdDate:descend, priority:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="task_notifications">
    <Actions>
    <Action reference="complete"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="WorkItemRequestsView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.request" columnOrder="status, subject, creatorId, createdDate, processor, priority, attachmentCount, dueDate" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="none" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="task_request_items">
    <DisplayAttributes>
    <DisplayAttribute name="processor" type="people" width="" sortable="yes" format="default" referenceBundle="processor" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </DisplayAttributes>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="WorkItemsApprovalView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.approval, uwl.task.coll.approval" columnOrder="subject, creatorId, createdDate, priority, attachmentCount, dueDate, openCol, approveCol, rejectCol" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="0" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="task_approvals">
    <DisplayAttributes>
    <DisplayAttribute name="openCol" type="radiobutton" width="" sortable="no" format="default" referenceBundle="open" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="rejectCol" type="radiobutton" width="" sortable="no" format="default" actionRef="reject" referenceBundle="reject" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="approveCol" type="radiobutton" width="" sortable="no" format="default" actionRef="accept" referenceBundle="approve" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </DisplayAttributes>
    <Actions>
    <Action reference="submitUserDecisions"/>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    <Action reference="launchSubstitutionManager"/>
    </Actions>
    </View>
    <View name="WorkItemsCompletedRequestView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.completedrequest" columnOrder="subject, creatorId, createdDate, decision, completedDate, priority, attachmentCount, dueDate" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="completed_task_requests">
    <DisplayAttributes>
    <DisplayAttribute name="completedDate" type="date" width="" sortable="yes" format="medium" referenceBundle="completed_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="decision" type="string" width="" sortable="yes" format="default" referenceBundle="decision" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </DisplayAttributes>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="WorkItemsCompletedView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.completedtask" columnOrder="subject, creatorId, createdDate, priority, attachmentCount, completedDate" sortby="priority:descend, completedDate:descend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="Last_3_Months" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="none" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="completed_tasks">
    <DisplayAttributes>
    <DisplayAttribute name="completedDate" type="date" width="" sortable="yes" format="medium" referenceBundle="completed_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="decision" type="string" width="" sortable="yes" format="default" referenceBundle="decision" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </DisplayAttributes>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    <View name="WorkItemsForwardedView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.forwardedtask" columnOrder="subject, creatorId, createdDate, processor, forwardedDate, priority, attachmentCount, status, dueDate" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="0" dueDateWarning="0" emphasizedItems="none" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="bottom" referenceBundle="forwarded_tasks">
    <DisplayAttributes>
    <DisplayAttribute name="processor" type="people" width="" sortable="yes" format="default" referenceBundle="processor" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="forwardedDate" type="date" width="" sortable="yes" format="medium" referenceBundle="forwarded_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </DisplayAttributes>
    <Actions>
    <Action reference="defaultGlobalWizard"/>
    <Action reference="addToNavigation"/>
    <Action reference="removeFromNavigation"/>
    </Actions>
    </View>
    </Views>
    <GlobalDisplayAttributes>
    <DisplayAttribute name="createdDate" type="date" width="" sortable="yes" format="medium" referenceBundle="sent_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="escalatedBy" type="people" width="" sortable="yes" format="default" referenceBundle="escalated_by" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="attachmentCount" type="int" width="1" sortable="yes" format="default" referenceBundle="attachments" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="no"/>
    <DisplayAttribute name="statusIcon" type="image" width="1" sortable="yes" format="default" referenceBundle="status_image" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
    <ImageMapping default="enum">
    <ImageMap value="EXECUTED" imageName="ico16_task_confirmed.gif" referenceBundle="confirmed_task_status"/>
    <ImageMap value="COMPLETED" imageName="ico16_task_complete.gif" referenceBundle="complete_task_status"/>
    <ImageMap value="INPROGRESS" imageName="ico16_task_start.gif" referenceBundle="start_task_status"/>
    <ImageMap value="CANCELLED" imageName="ico16_task_reject.gif" referenceBundle="cancelled_task_status"/>
    <ImageMap value="enum" imageName="ico16_task_new.gif" referenceBundle="new_task_status"/>
    <ImageMap value="NEW" imageName="ico16_task_new.gif" referenceBundle="new_task_status"/>
    </ImageMapping>
    </DisplayAttribute>
    <DisplayAttribute name="substitutedFor" type="people" width="" sortable="yes" format="default" referenceBundle="substituted_for" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="dueDate" type="date" width="" sortable="yes" format="medium" referenceBundle="due_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="status" type="string" width="" sortable="yes" format="default" referenceBundle="status" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="isEscalated" type="image" width="10" sortable="yes" format="default" referenceBundle="data_escalate" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
    <ImageMapping default="0">
    <ImageMap value="0" imageName="">
    <Descriptions default=""/>
    </ImageMap>
    <ImageMap value="1" imageName="ico16_escalated.gif" referenceBundle="data_escalated"/>
    </ImageMapping>
    </DisplayAttribute>
    <DisplayAttribute name="creatorId" type="people" width="" sortable="yes" format="default" referenceBundle="from" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="memoCount" type="int" width="1" sortable="yes" format="default" referenceBundle="memo" hAlign="CENTER" vAlign="BASELINE" maxTextWidth="0" headerVisible="no"/>
    <DisplayAttribute name="itemTypeIcon" type="image" width="1" sortable="no" format="default" referenceBundle="item_type" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
    <ImageMapping default="none">
    <ImageMap value="uwl.task" imageName="task.gif" referenceBundle="tasks"/>
    <ImageMap value="none" imageName="">
    <Descriptions default=""/>
    </ImageMap>
    <ImageMap value="uwl.notification" imageName="notification.gif" referenceBundle="task_notifications"/>
    <ImageMap value="uwl.alert" imageName="alert.gif" referenceBundle="task_alerts"/>
    </ImageMapping>
    </DisplayAttribute>
    <DisplayAttribute name="systemId" type="string" width="10" sortable="yes" format="default" referenceBundle="system_id" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="isLaunched" type="image" width="1" sortable="no" format="default" referenceBundle="launched" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="no">
    <ImageMapping default="0">
    <ImageMap value="0" imageName="1x1.gif" referenceBundle="not_launched"/>
    <ImageMap value="1" imageName="ico16_clock1.gif" referenceBundle="is_launched"/>
    </ImageMapping>
    </DisplayAttribute>
    <DisplayAttribute name="subject" type="link" width="" sortable="yes" format="default" actionRef="viewDetail" referenceBundle="subject" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    <DisplayAttribute name="priority" type="string" width="" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
    </GlobalDisplayAttributes>
    <NavigationNode name="root" view="" referenceGroup="" visible="yes" keepItemCountUpdated="no">
    <NavigationNode name="MainOldStyle" view="" referenceGroup="" visible="yes" keepItemCountUpdated="no">
    <NavigationNode name="task" view="DefaultView" referenceGroup="" visible="yes" keepItemCountUpdated="no" referenceBundle="tasks">
    <NavigationNode name="PersonalViewPlaceHolderTask" view="" referenceGroup="UWL_PERSONAL" visible="yes" keepItemCountUpdated="no"/>
    </NavigationNode>
    <NavigationNode name="notification" view="NotificationsView" referenceGroup="" visible="yes" keepItemCountUpdated="no" referenceBundle="notifications">
    <Navigatio

  • Tracking Tab is not coming in UWL

    Dear All,
    We are using UWL iview in the portal. This UWL is not showing Tracking Tab in it. How to show that tab in the UWL.
    Thanks is advance.
    Raktim

    Raktim,
    Go to System Administration > System Configuration > Universal Worklist & Workflow > Universal Worklist Administration.
    Select 'Click to Configure Item Types and Customize Views Using a Wizard'
    Select 'Customize the look of the UWL main page'
    Then under 'Available tabs not displayed', choose 'Tracking' and then click on 'Add tab to view'
    Hope this helps
    Cheers
    Craig

  • Opening application from Tracking tab of UWL

    Hi All,
    I am editing XML to open WDA application from "Tracking" tab of UWL .
    But when I click the link of tasks on "Tracking" tab , explanation of the task is displayed by popup .
    I want to open WDA application which displayed data gotten from SAP by workitem ID .
    On task tab , links of "Task" tab work collectly , display the WDA application and passed workitem ID .
    My procedure is described below .
    1. I added the entry at SWFVISU to output the WDA application from "Task" tab .
    2. I downloaded uwl.webflow.UWLSETXXX.XML file .
    3. On the XML file , I copied entries made by the first process , and  I modified  the source .
    I update just name and defaultview .
    - name
    before :<ItemType name="uwl.request.webflow.TS91000005.UWLSETXXX"
    after:  <ItemType name="uwl.task.webflow.WS91000001"
    I had seen UWL support Information of "Tracking" tab items .
    Item type of "Tracking" tab is like "uwl.task.webflow.WS91000001" . It does not contain system ID ".UWLSETXXX" .
    It is difference "Task" tab and "Tracking" tab .
    - defaultview
    before : defaultView="DefaultView"
    after : defaultView="WorkItemRequestsView"
    4. I upload the XML file as the new name "uwl.webflow.UWLSETXXX_new" .
    5. Clear cashes .
    I notified that there is not "Item type configration name" in UWL support information of "Tracking" tab .
    But UWL support information of "Task" tab has the data : uwl.webflow.UWLSETXXX_new in "Item type configration name" .
    Does it matter ?
    Help me .
    I saw the below documents , but I do not resolve the problem .
    - Integrating WebDynpro ABAP applications with UWL for workflow in Portal
    http://wiki.sdn.sap.com/wiki/display/WDABAP/IntegratingWebDynproABAPapplicationswithUWLforworkflowin+Portal
    - Workitems, Universal Worklist and Web Dynpro for ABAP
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20f4843e-314f-2a10-2a88-8c4afa20dda6
    - Object Visualization in UWL using WD4A
    http://mailman.mit.edu/pipermail/sap-wug/2007-December/027431.html
    Regards ,
    Masao

    I added below sources .
    >    <ItemType name="uwl.request.webflow.WS91000001" connector="WebFlowConnector" defaultView="WorkItemRequestsView" defaultAction="launchWebDynPro" executionMode="default">
    >      <ItemTypeCriteria systemId="UWLSETXXX" externalType="WS91000001" connector="WebFlowConnector" />
    >      <Actions>
    >        <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
    >          <Properties>
    >            <Property name="WebDynproApplication" value="ZWD_WF_002" />
    >            <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no" />
    >            <Property name="DynamicParameter" value="wi_id=${item.externalId}" />
    >            <Property name="openInNewWindow" value="yes" />
    >            <Property name="System" value="WDSETXXX" />
    >            <Property name="WebDynproNamespace" value="sap" />
    >            <Property name="display_order_priority" value="5" />
    >          </Properties>
    >          <Descriptions default="" />
    >        </Action>
    >      </Actions>
    >    </ItemType>
    >    <ItemType name="uwl.request.webflow.decision.WS91000001.UWLSETXXX" connector="WebFlowConnector" defaultView="WorkItemRequestsView " defaultAction="viewDetail" executionMode="default">
    >      <ItemTypeCriteria systemId="UWLSETXXX" externalType="WS91000001" connector="WebFlowConnector" />
    >    </ItemType>

  • Whats the use of tracking tab in UWL?

    Hi,
    might sound stupid question but could someone help me to understand the use of tracking tab in UWL? What is the use of this tab or what is the purpose of this tab? can this tab be used for deleting task assigned to someone else?
    Thanks
    Sid

    Hi,
    UWL- Universal Worklist  Functions
    Retrieve and display work items from multiple Business Workflow systems in one common worklist
    Display connection status information of Business Workflow systems
    Refresh the item list
    Track initiated processes, forwarded items, and completed items
    Display item details
    View item attachments
    Tracking tab Uses:
    All Task,
    Assigned Task, and
    Tracked Task  you can see in  navigating to UWL
    Thanks

  • Contents of Tracking tab in UWL

    Hi experts,
    In the tracking tab in UWL, I only see the workflows started by me.
    But I would need workflows apporved/actioned by me as well.
    Please let me know how to configure this.
    Thanks
    Krishna

    Hi,
    That won't happen in tracking tab. You can see the completed tasks by selecting "Completed tasks" (I cannot remember the exact word that they are using) from the dropdown menu in the Tasks tab.
    Regards,
    Karri
    Edited by: Karri Kemppi on Jun 30, 2010 1:30 PM

  • Uwl iview tab navigation prblem

    Hi Experts,
    i am using portal 7.0 UWL webflow connector is configured succesfully, and it is showing tasks in alert tab,but when i am going notification tab or tracking tab and want to come back agin in alert tab it is not displaying any task,but when i am renavigate again from start the home role then again UWL  alert tab showing me the tasks.
    Can any body help regarding this problem.
    Thanx in advance.

    Hi rajesh,
    Your revisting to Alerts tab might be refeshing the cache in UWL.
    On cache refresh the UWL gets the items from connector.
    You can check cache settings and also check whether the webflow connector is working fine.'
    Also check your System definition in EP UWL.
    Regards,
    Sumit

  • UWL Default Tab

    Hi Folks,
    Client has UWL (EP7/SP13)  configured. When a user clicks on the UWL link, UWL is displayed with the standard 4 tabs with the 'Alerts' tab selected which contains nothing. Since we are going to utilize UWL only for Workflow tasks, I used the Wizard to hide the "Alerts' and 'Notifications' tabs. Now when I navigate to UWL in the Portal, the 'Tasks' and 'Tracking' tabs are displayed with the 'Tasks' tab highlighted. However the task list is empty, though there are tasks to be displayed (seems as if the default is still the 'Alerts' tab which is empty) and is updated only when I click on 'Tasks' tab again. How can I make the 'Tasks' tab the default tab to be displayed with its contents when UWL is launched?
    TIA.
    Cheers,
    Ramki.

    >
    Sunitha Hari wrote:
    > Hi ,
    >
    >
    >   Go to System administration -> system configuration ->Universal Worklist and work flow
    >  
    > 1)here in Universal Worklist Content Configuration click on
    >
    > Click to Configure Item Types and Customize Views Using a Wizard
    > 2)Select Customize the look of the UWL main page
    >
    > 3) Here select the tabs which are not required for and Click on Remove tab from Current view.
    >
    > 4)Save the changes.
    >
    > Hope this will help you.
    >
    > Regards,
    > Sunitha Hari
    >
    *And my original message states:*
    >
    > I used the Wizard to hide the "Alerts' and 'Notifications' tabs.

  • UWL Tasks Tab don't appear

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

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

  • How to create iView for Leave Request Approval for ESS Tab in Portal

    Hello ,
    I am new to  Enterprise portal. I got a requirement for creating iViews.
    How to create iView for Leave Request Approval for ESS Tab in Portal.??
    Please give me clearly or provide any document.
    Thanks
    Risha

    Hi Risha,
    is it customized application ?
    If so in SWFVISU transaction maintaain the entry .
    Use transaction SWFVISU to prepare standard setting for your Workitem in the UWL. --Parameters for Work Item Visualization in the UWL.
    Have a look at below link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/59/d516690e854c7090ae15bf492a869f/content.htm

  • I have garage band ver 10.0.2 and am trying to add effects to an audio track but i have no info button or track info under the track tab.  How do i get these things to show up on my program?

    I have garage band ver 10.0.2 and am trying to add effects to an audio track but i have no info button or track info under the track tab.  How do i get these things to show up on my program?

    In GarageBand 10.0.2 you can no longer add all kinds of effects freely; this GarageBand '11 feature has been discontinued. Pick one of the predefined patches that already has the effects you want.
    However, you can add effects from the predefined audio units.
    You'll see the predefined effects on the track, when you open the Smart Controls. To add audio units, click the button and enlarge the the smart controls pane by dragging the dividing line to the Track Area upwards.

  • ESB - Cannot see my instances tracking tab anymore

    Hi.
    I suddenly started to have this problem.
    For new instances that goes through ESB, when I want to see the flow of the message in the tracking tab, I receive the following error:
    An unhandled exception has been thrown in the ESB system. The exception reported is: "oracle.tip.esb.monitor.MonitorException: Unable to build the instance relationship, as the required metadata is not available at oracle.tip.esb.monitor.manager.database.MetadataProvider.getRelationshipXML(Unknown Source) at oracle.tip.esb.monitor.manager.database.DBActivityMessageStore.getInstanceRelationship(Unknown Source) at oracle.tip.esb.console.XMLInstanceManagerImpl.getRelationship(Unknown Source) at oracle.tip.esb.configuration.servlet.command.GetTrackingDetailsCommand.execute(Unknown Source) at oracle.tip.esb.configuration.servlet.CommandServlet.doJob(Unknown Source) at oracle.tip.esb.configuration.servlet.CommandServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAsPrivileged(Subject.java:517) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595) ".
    If I filter instances to show the old ones (past 20 days), I can see the message flows correctly.
    I've already rebooted my SOA Suite and database, and even my machine.. :-)
    It seems that this is an issue regarding the new instance records that are inserted into the repository.
    Any ideas?
    Thanks
    Denis

    I have received this issue, but it was caused when I updated the esb, not suddenly.
    It is a bit of a dark art to find the solution but what you need to do is find the routing service that is broken. To do this break the links to the other routing services and slowly build the esb back up until you know what service / routing service is broken.
    This can be caused if a variable / element is not populated e.g. you might have a routing service B which is called by A. A passes the elements 1, 2, 3, but it should pass 1, 2, 3, 4. The routing service B then calls service C with the element 1, 2, 3, 4. But 4 is not populated. It like the error you get in bpel wen you try and assign a null in an Assign activity.
    I can also be caused if you have type conflicts such as string being mapped to a binary.
    I have also seen it when you have routing service A that calls a reply service B as well as another routing service C. The reply service also calls the routing service C. This can cause some conflict and you my need to create a dummy routing service D inbetween the reply service B and routing service C.
    This note is probly very confusing but so it the issue you are experiencing. I bet the esb still works some of the time, if not all the time.
    Really the only way to sort it is to find the criminating routing service and look for anything out of the ordinary.
    good luck
    James

  • How to create 'Tab page' portal?

    Hi,
    The 'Portal' configuration page provides 3 types 'Dashboard', 'Standalone Portal' and 'Tab Page Portal'. According to help document, to add new 'Tab Page', needs to ask customer support. Does anyone know how to use 'Tab Page Portal'?
    Regards,
    Desmond
    Edited by: user783168 on 23-Oct-2012 19:02

    Similar to Patch 8608149 for 'User Portal' tab on User Transaction in FW 2.2 (default in 2.3.1)?
    Follow How To Create A New Multi-Tab Portal Using Configuration Tools (Doc ID 1356225.1)

  • Tab Page Portal

    Can any one explain me the steps to create new Tab Page Portal ?
    The requirement is to add additional tab in Premise Page similar to the adjustment approval tab page portal on adjustment page.

    Similar to Patch 8608149 for 'User Portal' tab on User Transaction in FW 2.2 (default in 2.3.1)?
    Follow How To Create A New Multi-Tab Portal Using Configuration Tools (Doc ID 1356225.1)

  • How do you add a UWL tracker programatically?

    I have an approval workflow kicked off from a web dynpro form. I would like to be able to add a specific portal user as a tracker in the UWL when the form is submitted and the workflow begins.  Any code/api references or solutions are welcome.
    Thanks,
    WA

    Hi,
    Yes I know it. Isn't it working already as you described? Or well, if I remember correctly it displays the started workflows (of the user). And there should be a history functionality too (depending on your portal version) that displays the workflow log (which is not that clear or useful for normal users). And completed tasks the user can display from the drop down menun in the main UWL view (and there is a similar history functionality for them).
    If you really want to build a useful "tracker" for UWL (meaning that the standard functionalitites are not good enough) you need to build it by yourself. You can do it as a separate application/iView. It should be possible to add your own custom applications to the UWL as a new custom tab - or of course you can include your "tracking application" to the portal also as a separate iView.
    If you are only working with one backend system, you might as well build the custom application with Java web dynpro (with RFC calls to the backen) or ABAP Web Dynpro. If you have a multiple backend system, you might need to check out the UWL API, and see if some of its functionalities provide ways to get some "workflow tracking data".
    UWL API: http://help.sap.com/javadocs/NW04S/SPS09/uw/index.html
    Regards,
    Karri

Maybe you are looking for

  • Nike Amp: stops connecting half way through workout

    I've been using the Nike Amp with my ipod for the past two months. It's a great piece of kit, and I've come to depend on it to change music, pause a workout when I need to wait for traffic etc. Now it loses it's connection to the ipod mid workout whi

  • Using AD to authenticate BYOD users on Guest WLAN

    First off, I have several WLANs -- one is a "Guest" that is anchored to our corporate WiSMv1 running 7.0.240.0 code.  We have many 5508s running 8.0.100.0 -- the "guest" is tunneled back to the core WiSMv1.   Right now, the Guest splashes a web page

  • Books vs. Teams

    Hello all. I'm still working on Books vs. Teams. Is there a way when an Account record is loaded (imported or via web service) that the Book assignment can run automatically? This would similar to setting the Reassign Account checkbox when loading re

  • Tracking ID for different event handlers set

    In the following link i send the file with the image purpose: http://www.sendspace.com/file/cxbd8l Dear experts, We need to give Visibility for the next process, conformed by three visibility process, show more detailed in the following explanation:

  • Audio I/O to monitor 5.1

    Could anyone recomend an affordable I/O for a Mac Pro to monitor 5.1 editing and mixing in FCPX? Thanks