Remove Tax from standard order.

Hi all,
I have a standard order, Invoice is already created. Customer comes up with Tax exampt certificate, now how to remove tax from the order.
Pleeeseee Help.
Thanks,
Utpal

One option as suggested is giving credit memo. But I understand that you are facing a limitation for the same.
The alternative solution could be to pass an FI JV (This will be dobe by FI person).
Normally such cases will be very few. In that case FI JV is the best solution. If this is repetitive at short intervals, then it is recommended that you configure a separate Credit Memo Type for the same & have a separate pricing procedure in which all condition are manual condition, so that the pricing procedure can be used flexibily. Ofcourse all related configuration for same will be required, which is assumed to be known.
Regards,
Rajesh Banka
Reward points if helpful.

Similar Messages

  • Is it possible to remove "Revision" from standard check in

    Hi,
    Is it possible to remove or disable the revision text box in the standard check in screen. This number can be changed by the user each time the document is checked in. It can be changed to go backwards and use duplicated is the user changes it without giving an error i.e. 1 - 3 - 2 - 3. The documentation says "The revision increments automatically with each check-in of the content item, so generally, you should not change this value"
    Is there a way to remove/disable this from the standard check-in to prevent people changing it.
    Thanks

    Kizume and Rhm Zanz it should be still there as that is what manages that specific feature.
    In the top menu bar, where is says:      Finder   File   Edit   View   Go   Windows   Help
    Click on the Go, and in the same time click the option key on your keyboard near the space bar.  In that the drop down menu list the word Library will appear.
    Click on Library and Finder will open, look for the Preferences folder. Within that folder which should be in alphabetical order look for the file named, com.apple.sharekit.recents.plist
    Drag that file out of finder and unto your desktop. Close out the Finder window and close out all other your applications, including Safari, and reboot your Mac and once it turns on, reopen Safari and look at your share sheet. Any recents should be gone. That file named com.apple.sharekit.recents.plist will recreate itself on a clean slate in that folder. Should you encounter that you shared something again to a contact with Safari's share sheet, be sure to follow the same directions.
    Cheers!

  • How to remove fields from Standard Screen

    Hi,
        I Have faced one problem in screens(se51). When apply one SAP Note i have to change the screen manually(as per Note ) . My requirement is to remove some text fields and label fields. But I cant delete the Fields.
       Normally just select the object and Press delete Key to remove one object from screen. But here it is not working.
      How can i remove the objects from the screen as per SAP Note.
    Thanks in Advance,
    WIth Regards,
    Neptune.M

    Hi,
    T.code SHD0 helps you control which fields to appear, suppress and make mandatory in Standard Screen.
    refer
    https://forums.sdn.sap.com/click.jspa?searchID=4359065&messageID=2961760
    Regards

  • Copying taxes from sales order to invoice

    Dear All,
    I am entering the taxes in my sales order.when i create F2 invoice from this sales order the price is getting copied to the invoice but not the taxes.what could be the possible reason for this?
    Can anybody help me to solve this issue?Your timely support is solicited.
    Reward points are assured for timely support.
    Thanking you,
    Best regards,
    R.Srinivasan

    Hi R.Srinivasan,
    You can try the followings:
    1. Go to transaction SPRO > Sales & Dist > Billing > Billing documents > Maintain Copying control for billing documents
    2. Select "Copying control: Sales document to billing document" (this is from the assumption that you are creating your invoice with reference to your sales order since you mentioned that your customer is providing services)
    3. Click on the "Position" button and enter your 'Billing Type' with is F2 (as you have mentioned earlier) and the 'sales doc type' from which invoice,F2 is created from (which is not mentioned in your message) and click Enter.
    4. Highlight the appropriate row and click on "Item" (which is located at the left hand side of the screen).
    5. Select the respective item category, and double click.
    6. On the bottom left hand side of the screen, you can see "Pricing Type". Press F4 to see all allowed pricing type.
    I believe the current pricing type is "G - Copy pricing element unchanged and redetermined taxes" which means that when you create your invoice with type F2 with reference to the selected sales doc type (step 3) for this item category (step 5), all other pricing element will be copied from the sales doc to this invoice BUT the taxes will be redetermined. That is the reason why your manual taxes entered in sales document is not available anymore in the invoice.
    You can explore the pricing types available to select the suitable one for your case. For e.g. you might want to use pricing type "C - Copy manual pricing elements and redetermine the others"
    p/s: you need to repeat steps 5 & 6 for all the respective item categories.
    Hope this help
    Regards,
    Nicole

  • 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

  • How to remove buttons from standard check in page

    Hi,
    Can any one tell me how to hide buttons from the standard check in page and re-arrange field in UCM. I want to just display Check In, Reset and Quick Help.
    Thanks,
    Abhijit
    Edited by: AbhijijitPr on Sep 6, 2010 2:28 PM

    Hey Tim,
    Even i am facing a similar situation but i have to hide the field on the selection of an option list
    How can i do it through profile and rules?
    Can it be done by using custom includes in the fields?
    if yes how?
    Thanks,

  • Removing attachments from Purchase Order using DIAPI

    Dear all,
    I have added attachment to PO using DIAPI. I have given below the code.
               Dim oAtt As SAPbobsCOM.Attachments2 = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oAttachments2)
                Dim FileName As String = ""
                Dim SourceFile As String = ""
                Dim DestinationFile As String = ""
                For i As Integer = 0 To PurchaseOrderInfo.Attachments.Length - 1
                    FileName = PurchaseOrderInfo.Attachments(i).FileName
                    SourceFile = PurchaseOrderInfo.Attachments(i).SourcePath & "\" & FileName
                    DestinationFile = PurchaseOrderInfo.Attachments(i).TargetPath & "\" & FileName
                    If i > 0 Then oAtt.Lines.Add()
                    oAtt.Lines.SetCurrentLine(i)
                    oAtt.Lines.FileName = System.IO.Path.GetFileNameWithoutExtension(FileName)
                    oAtt.Lines.FileExtension = Replace(System.IO.Path.GetExtension(FileName), ".", "")
                    oAtt.Lines.SourcePath = PurchaseOrderInfo.Attachments(i).SourcePath
                    If System.IO.File.Exists(DestinationFile) Then
                        System.IO.File.Delete(DestinationFile)
                    End If
                    If PurchaseOrderInfo.Attachments(i).Override = True Then
                        oAtt.Lines.Override = SAPbobsCOM.BoYesNoEnum.tYES
                    Else
                        oAtt.Lines.Override = SAPbobsCOM.BoYesNoEnum.tNO
                    End If
                Next
                Dim iAttEntry As Integer = -1
                Dim lResult As Long
                Dim lErrCode As Long, sErrMsg As String = ""
                lResult = oAtt.Add()
             It works fine. But, I am not  able to remove an attachment via diapi.
             Could you please help me how to solve this.
    Thanks in advance.
    Manikandan

    I am pretty sure you are looking for SAP Business One SDK Topic Space. To ensure you are posting in the correct SCN Space, always check the description for the Space under the Overview tab.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada

  • Unable to remove/change sales tax in sales order

    Hi Sappers!!
    I are unable to remove sales tax from a sales order.  I have tried to update the sales order by clicking on Header>Conditions Tab>Update-->Double click on G to redetermine the taxes.
    The sales order was entered the same day the Vertex record was input.
    Appreciate your pointers and time!!

    Hi,
    If you want to remove the sales tax from sales order,
    first of all  goto FTXP, give the country, for which you want to change the tax code percentage, and give the tax code and press enter, there it will show existing the tax percentage for that condition type (say earlier it was 10%). Now you want to make it 0% then remove 10 and put it as 0 and save it.
    Next goto condition record VK12 maintaine new tax percentage which you want to change. Like earlier 10% was there but you want to make it as 0%, then maintaine in VK12 tax condition record.
    Now goto your sale order in change mode VA02, and update the procedure using G, then the new tax willbe reflected i.e., 0% will come.
    Hope this is clear
    Reward if helpful
    Thanks
    Praveen

  • How can i update/Remove Items from AR Invoice using SDK?

    Hi All,
    I have 1 problem with update or remove item from sales order. here is the source code of mine.
    If inv.GetByKey(DocumentNumber) = True Then
                        inv.CardCode = cardcode
                        Dim ercode As Integer
                        Dim ind As Integer = 1
                        For Each drow As DataGridViewRow In gv.Rows
                            If gv.Rows.Count = ind Then Exit For
                            ercode = drow.Cells("No").Value
                            inv.Lines.SetCurrentLine(ercode)
                            'inv.Lines.ItemCode = drow.Cells("itemcode").Value
                            'inv.Lines.ItemDescription = drow.Cells("itemname").Value
                            inv.Lines.Quantity = drow.Cells("qty").Value
                            inv.Lines.Price = drow.Cells("price").Value
                            ind = ind + 1
                        Next
                        errorcode = inv.Update
                        If errorcode <> 0 Then
                            PublicVariable.oCompany.GetLastError(errorcode, errorsms)
                        Else
                            errorcode = 0
                        End If
                    Else
                        errorsms = "Not found Invoice Document Number"
    End If
    After update, it error "[INV1.Quantity][line:1],'Field cannot be updated (ODBC -1029)'"
    Does anybody know about this?
    Thanks
    TONY

    Hi $riniva$ Rachumallu,
    This is my mistake that not test manually in application.
    Thanks
    TONY

  • Remove fields from MSS (60.1.2) iViews

    Hi, I have one issue related to removing fields from standard iViews in MSS 60.1.2. Could this be handled by object and data provider customizing in R3 or do I have to develop an new iView?
    /Regards
    Patrick

    Patrick,
      From what I found , the information comes from the following function module:
    HRWPC_RFC_EP_READ_GENERALDATA
    Returns the following:
    The system determines the contact data according to the following procedure:
           1.      The system reads office and telephone data from infotype Internal Control (0032)
           2.      The system reads infotype Communication (0105)
                                a.      The system reads the e-mail address (subtype 0010)
                                b.      If the Internal Control (0032) infotype does not contain a telephone number, the system reads the telephone number from subtype 0020.
           3.      If the system cannot find the data when reading the infotypes and subtypes, it reads user data.
    The system reads the remaining data from the Organizational Assignment (0001) and Basic Pay (0008) infotypes.
    And does not seem to look at any configuration in the IMG for determining columns.
    Have you considered modifying:
    EEProfileGeneralData.jsp
    which is the name of JSP used for display?
    Hope this helps.

  • How do we remove GST / Tax from a manual order?

    Hi,
    Does anyone know how we can remove GST from a manual order?
    The tax is greyed out at 10% and can't be changed but this customer is an overseas customer that pays our Australian pricing but does not pay tax.
    Any ideas?

    Hey DandyDahlia,
    Please reach out to Support over live chat or submit a support ticket via the admin console of your site/Partner Portal > Help & Support and we'll be able to review your site and suggest what changes may be required in order to setup your shopping cart so that overseas customers do not get charged Australian tax.
    However it sounds like you will need to modify the {tag_shippingoptions} tag on your Shopping Cart layout to {tag_shippingoptions,true} in order to enable the Country selection drop down. Also ensure that the Tax Code for your products are set to 'Not Applicable'. If you implement this, then when a customer proceeds to the Shopping Cart layout, if they select Australia from the Country Drop Down, they will then need to select a tax option (i.e. GST). If they don't select Australia, then they won't need to select a tax option. Additional information on this can be found in the following article: http://helpx.adobe.com/business-catalyst/partner/displaying-shipping-options-inside-shoppi ng.html
    Cheers.

  • Remove Shiping Cost and Tax from Order Confirmation Screen

    Hi Gurus,
    Can anybody tell me if there is any setting to Remove Shipping Cost and Tax from Checkout Confirm Page , other than hiding from JSP page ? Also is it possible to add any other Criteria like the same with any setting ?
    Thanks and Regards,
    Tony Isaac

    Net = getHeaderValue()
    Total Freight = header.getFreightValue()
    Total Tax = header.getTaxValue()
    Gross = header.getGrossValue()
    The document header is used to get the price information and the fields are almost set in stone. Getting other pricing conditions is technically possible but need better business evaluation. Ask the question, if this is needed in a web environment.

  • Serial number copy functionality when creating return orders from standards

    Hi all,
    Serial number is not copying when i create return order from the standard orders in below scenario.
    I implemented one BADI for copying Serial number to Sales order when doing Post goods receipt.
    So after doing inbound delivery and PGR, serial number is copied to the sales order but when i create return order with reference to the Standard order Serial number is not copying.
    When i go VA02 for standard order and selecting the technical objects then if i create the return order serial number is copying.
    Please help me in the above issue.
    I used the following logic to copy serial number from inbound delivery PGR.
    UPDATING THE SERIAL NUMBER TO THE RESPECTINVE SALES ORDER LINE ITEMS
                CALL FUNCTION 'SERNR_ADD_TO_AU'
                  EXPORTING
                    sernr                 = lwa_sernr-sernr
                    profile               = 'NEOP'
                    material              = lwa_mseg-matnr
                    quantity              = 1
                    document              = lwa_mseg-kdauf
                    item                  = lwa_mseg-kdpos
                    debitor               = lwa_mseg-kunnr
                    vbtyp                 = 'C'
                    sd_auart              = lv_auart
                    sd_postyp             = lv_pstyv
                  EXCEPTIONS
                    konfigurations_error  = 1
                    serialnumber_errors   = 2
                    serialnumber_warnings = 3
                    OTHERS                = 4.
                IF sy-subrc = 0.
                  CALL FUNCTION 'SERIAL_LISTE_POST_AU'.
                IF sy-subrc EQ 0.
                  COMMIT WORK.
                  WAIT UP TO 2 SECONDS.
                ENDIF.
    Edited by: Rajesh Sanapala on Feb 16, 2009 12:48 PM

    hi.
    I have the same problem.
    Can you please share how you solved it?
    thank you
    Bill

  • HT4914 if you use iTunes match in order to create space and remove music from your hard drive, does that happen automatically when you subscribe and upload your music or is there another step to remove the music from your hard drive once you've uploaded t

    if you use iTunes match in order to create space and remove music from your hard drive, does that happen automatically when you subscribe and upload your music or is there another step to remove the music from your hard drive once you've uploaded to iTunes match?

    Welcome to the Apple Community.
    iTunes match won't automatically remove content from your computer, if you want to do that you will need to do it manually yourself.

  • Help Needed with creting down payment request without tax from order

    Hello,
    We are trigerring a down payment request from sales order. There is no tax to be collected on down payment. When the billing document is created SAP copied over tax elements from order and posts a relevant tax code on the down payment billing document. How can we force a zero tax code on the DPR billing document?

    Hello Pankaj,
    I think you don´t want to determine any tax condition?
    Try to assign requirement 84 to your tax condition(-s) in the pricing procedure. This requirement helped me not to determine
    other condition types in the down payment billing document.
    If you just want to determine a different tax code the solution could be to define a new table (key kombination) in the access sequence assigned to your tax conditions. That new table could include the billing type in additional to other criteria and can help you to determine a different tax code with otherwise identical parameters.
    Hope this helps.
    Regards
    TDI

Maybe you are looking for