Modify the deafult DocDueDate in OQUT when adding a sales quotation

Hello,
I want to set a different default value in the field "DocDueDate" in OQUT. The default value is always four weeks later then the DocDate or TaxDate.
I want the DocDueDate for example just to weeks later then the DocDate and not four weeks.
Do you know where or how I can set the value?
Thank you and best Regards,
Michael

Hi Michael
I don't think there is a setting for this in the system. You can added a query to a formatted search to add no of days to posting date.
Let me know if you need help with the query.
Kind regards
Peter Juby

Similar Messages

  • [svn:osmf:] 10587: Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic

    Revision: 10587
    Author:   [email protected]
    Date:     2009-09-24 18:42:35 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.css
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml

    Revision: 10587
    Author:   [email protected]
    Date:     2009-09-24 18:42:35 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.css
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml

  • The Apple drivers that are downloaded for my HP printers do not allow me to modify the settings as I could when I was running a pc.

    The Apple drivers that are downloaded for my HP printers do not allow me to modify the settings as I could when I was running a pc.  Is there someway to get a printer driver that will permit full access to printer settings?

    Perhaps you don't have the correct driver selected.
    Try to Add it again, but instead of Auto-Select, choose Select Printer Software, then make sure you have the correct printer selected.
    If the driver you have says "Gutenprint" then that isn't the HP driver and might not have all the features.
    If you have the correct driver, the only thing you can do is contact HP and ask them to add the features.

  • SDK Error -5002 when adding a sales order

    I'm getting an error -5002 when adding a sales order.
    Source code:
          IDocuments m_so2 = SBOCOMUtil.newDocuments(icmp, SBOCOMConstants.BoObjectTypes_Document_oOrders);
          line = m_so2.getLines();
          m_so2.setCardCode("2173231916");
          m_so2.setCardName("test Sales order");
          SimpleDateFormat formatter = new SimpleDateFormat("dd.MM.yyyy");
          Date today = Calendar.getInstance().getTime();
          m_so2.setDocDueDate(today);
          line.setItemCode("01005");
          line.setDiscountPercent(new Double(10));
          line.setItemDescription("description Testing");
          line.setQuantity(new Double(3));
          line.setTaxCode("0");
          line.add();
          long rc = m_so2.add();
    Question:
    Where can I find a list of error codes that can be easy to understand? PDF, word, etc.
    Thanks.

    Hi Diego,
    Looking at your code I see that you are doing a
    line.add();
    You don’t need to have this here unless you are adding another line to your document.
    Maybe this will help you.
    Also just because java is a bit different from VB get the last error message using
    SBOErrorMessage errMsg= comp.getLastError();
    System.out.println(errMsg.getErrorMessage());
    -Cormac

  • Does the route list gets reset when adding route pattern in version 9 of CUCM?

    Hi All,
    I created a new route pattern in call manager version 9 and then associated it to an existing route list. But when I was trying to save the route pattern. I was prompted with the message saying " Any updates to this Route Pattern automatically resets the associated gateway or Route List"
    I was not able to see this message on CUCM version 8.6 however on CUCM version 9 it is there.
    Does that mean that the route list/gateway will be reset and the existing calls will be dropped?
    Or is it a bug?
    A response will be greatly appreciated.
    Thanks

    Hi Farhad,
    It does pop up when we modify the Route Pattern in CUCM 8.6 too.
    If you asociate the GW/Trunk directly to Route Pattern, yes, it will reset them and calls will be interrupted. To avoid that, we need to associate the Route List to Route Patterns.
    //Suresh
    Please rate all the useful posts.

  • Multiple event handlers registered for the same event and error when adding users to sec groups

    Project Server 2013 CU April (May) 2014
    I've created and installed two event handlers (separate dll:s) and both are triggering on Project Published - initially, both are working fine.
    After an IISReset, trying to create a new security group (or add a user to an existing group) will result in an error on the page and a corresponding error in the ULS log - the latter indicating an error in the method security.creategroups, and specifically
    a problem 'An item with the same key has already been added.'
    An SQL trace reveals a break in execution after executing the proc 'pub.MSP_ADMIN_ReadEventReceivers' which returns all registered event handlers.
    In my case, the result of that proc execution shows that there are two event handlers registered with an EVENT_ID of 53 (Project Published) and with ORDER_FIRED set to 1 and 2 respectively.
    I tried removing one of the event receivers using the Central Admin PWA interface and then everything worked just fine - I added the event receiver back again, and everything STILL worked! IISReset and I got the error back again. :-(
    Since there's obviously some problem with reading multiple entries from that table regardless of the ORDER_FIRED differentiation, I tried temporarily modifying one of the '53' entries in the table directly and then the sec group was created just fine!
    I would like to know if anyone else has seen this? I've seen this on three separate installations now after deploying a second event listener onto those systems.
    /Lars Hammarberg
    //Lars Hammarberg www.connecta.se

    Hi Lars,
    yes I have seen the same issue. It is not related to April CU. I had the error before with SP1.
    It is not only an issue with the security groups. At least in our case nothing worked at all. No custom field editing, all Queue Jobs failing.
    For your case I suggest you consolidate your code in one eventhandler.
    Theory says that you can have more than 1 (up to 999) eventhandlers for one Event (http://msdn.microsoft.com/en-us/library/ms481079(v=office.12).aspx) but that seems not to
    work. Not sure, if it worked in earlier versions.
    Kind regards
    Christoph
    Christoph Muelder | Senior Consultant, MCTS, MCSE, MCT | SOLVIN information management GmbH, Germany

  • How to default the value of a selectOneChoice when adding a row to a table

    I have a table where one of the fields is a selectOneChoice. When adding a row to the table, the new row to be added displays the selectoneChoice field blank. I would like to have this field default to a specific value within the selectoneChoice when clicking the add button. Any suggestion on the code I need to add in the backing bean? Thanks in advance.

    After some studying I figured out how to do this... code below for anyone interested:
    DCIteratorBinding dcib = (DCIteratorBinding) bindings.get("someIterator");
    RowSetIterator iter = dcib.getRowSetIterator();
    Row newRow = iter.createRow();
    newRow.setAttribute("yourFieldName",fieldDefaultValue);
    iter.insertRowAtRangeIndex(0, newRow);
    iter.closeRowSetIterator();

  • Missing the "none" option in presets when adding user

    SL Server, fully updated
    When I go to add a user, I am missing the preset 'None" I have 6th grade, 7th grade, 8th grade and Faculty. Why would the None option be gone, I thought that was always there.
    Thanks in advance

    Did you follow the instructions on that page exactly when creating the account (the instructions won't work with existing accounts) ?
    e.g. if currently signed into an account then you signed out of it, and you then found a free app and clicked on its free 'price' :
    And then clicked on 'create Apple id' on the popup that you get :
    When I tried those steps in response to another thread a few days ago I got the 'none' option on the payments screen

  • How can I modify the email who is send when I create a new user in EP6

    Hi community,
    I have a question. How can I change the text of the email which is automatically send by the EP6/WAS6.40 when I create a new user. The email displays the message "Dear Sir or Madam, your user xzy was created with the following password xxx."
    How can I modify this text. Where is it located in the Enterprise Portal / WEBAS 6.40 .
    Thank you.
    Best Regards,
    Olaf Reiss

    Hi,
    Here you can find the required steps on how to change the texts of notification emails:
    http://help.sap.com/saphelp_nw04/helpdata/en/33/d494c86203ea40b7b44ddd471baab1/frameset.htm
    Good luck,
    René

  • How do you resize the box and font size when adding comments

    We add numbers and comments to our  technical drawings but we cannot seem to control the font size or the color of the font.

    <<...I create the box sometimes it is 1 character wide...>>
    I'm not sure how are you getting that 1 character width sometime (that is really strange), ideally, it is always 10/12 characters width.
    <<...I would like to make the 1 character wide format as the default if it is possible... >>
    No, I don't think it is possible to make 1 character width as default. If someone wants 1 character width, just Click-n-Drag (like you draw a box).
    <<... I have to shorten it by click and drag and that takes time especially when I have to add 300 numbers...>>
    Copy/paste doesn't make sense here??
    If Outline and Background color is not needed, than why don't you use "Add or Edit Text Box" (aka Typewriter)
    Goto 'Tools' pane > Content > Edit Text & Objects > "Add or Edit Text Box"

  • The wrong picture shows up when adding photo to imovie

    When I add a photo to Imovie it shows up as a random video clip or a black screen.  I have rebuilt my Iphoto thumbnails. I have deleted my Cache files from Imovie.  I need another idea of how to fix this problem.  I don't want to rebuild my 59 minute project and need it completed ASAP.

    Hi
    Rebuild the thumbnails - in iMovie ?
    or did You
    Rebuild and Repair iPhoto Library.
    This can (not so seldom) get corrupted and in need of this.
    BUT - IT TAKES LOT'S OF TIME. To me and > 60.000 photos it takes about 24 hours to make this - and Mac has to be left without any other processes running sametime (Internet etc)
    iMovie and iPhoto and GarageBand and iTunes are closely connected so if the library of one of them go awry they all get into problems (milde or severe).
    To make an iPhoto Library Repair - do
    • Close all other running applicatins (I use to re-start my Mac)
    • if Lap-top - it NEEDS to be connected to Power/Mains as battery will not last the full process
    • Start iPhoto BUT AT THE SAME TIME KEEP - alt + cmd- keys (option and command) down DURING THE FULL UP-START
    • Now You get a menu to select from - I select all of them.
    • Then I do something else for a long long time.
    • When Library is sorted out - Re-Start Mac and now iMovie should find the right photos (if imported from iPhoto)
    I also do:
    • Trash iMovie pref file/s
    • Run Repair Permissions (from Disk Util tool)
    • Run Repair Hard Disk (from Disk Util tool - BUT to ba able to do this my Mac must be started from DVD or external Hard Disk - as it can not do brain surgery on it self)
    Good luck !
    Yours Bengt W

  • How do I turn off the automatic date-reading function when adding a new reminder in Reminders?

    While using Reminders in Mavericks or in Mountain Lion, if I type something like, "Finish the details of version 6.19 for publication", the Reminders app REMOVES 6.19, and adds a remind-on-date for 6/19.
    I do not want my words to be naturally interpreted as an alert.
    I never want text I have typed to be removed from my reminder text.
    Any advice, any secret settings somewhere?

    I have this problem as well. I use reminders to make a siple prioritized list of the homework I am working on. I put in "Read section 4A" and it converts this to "Read section" at 3AM. This is very annoying, and I can't seem to turn it off!

  • Any help in the mystery of crashing InDesign when adding or deleting pages?

    I have Mac computer, with Mtn Lion upgraded to Yosemite OS. The InDesign program crashes every time I try to delete or add a page to my document. My other documents seem to be OK.

    Remove minor corruption by exporting
    But if you did an in-place upgrade of the OS without reinstalling the applications you may have more trouble in the future.

  • How long does the 'registration in progress' taken when adding an AppleCare policy?

    Anybody know?

    If you have Registered your product @ > AppleCare Agreement Registration Step 1
    keep checking @ > Check Your Service and Support Coverage
    then if after 24hrs it is not showing up @ > Contact Apple Support

  • Version conflict? Error -5002 when adding a sales order in SDK 2004.

    I get the -5002 error without any description when I reference the "SAP Business One Objects Bridge API version 6.2 SP3" and try to add an invoice in SBO 2004. The code is basically:
    Set vDOC = vCmp.GetBusinessObject(oInvoices)
    vDOC.CardCode = "K99999"
    vDOC.CardName = "Nils"
    vDOC.Lines.ItemCode = "A00001"
    VDOC.Add
    The routine works well if I reference the SBO 2004 DI API or if I run it on a 6.5 system.
    How can I be sure that my routine can work in both versions?
    /Nils.
    Message was edited by: Nils Jakob Heyerdahl

    I run Windows XP Proffessional with SP2.
    1) I had 6.5 SP1 installed. My POS-app works well. I have a procedure that adds an invoice from the POS-app. The VB-project (VB6 SP5) references "SAP Business One Objects Bridge API version 6.2 SP3" (because I want to support all versions of SBO).
    2) I uninstall SBO 6.5 and install SBO 2004 (III).
    3) I start the POS-app and receives an error when I try to add a document. The message is "-5002,". No text after the errorcode.
    4) I then deletes the reference to "SAP Business One Objects Bridge API version 6.2 SP3" and reference the "SAP Business One DI API Version 2004".
    5) I then start the POS-app again and no error occurs.
    The code I debuged with is as simple as this:
        Set vDOC = vCmp.GetBusinessObject(oInvoices)
        Set vOCRD = vCmp.GetBusinessObject(oBusinessPartners)
        vDOC.CardCode = "K99999"
        vDOC.CardName = "Nils"
        vDOC.Add
        vDOC.Lines.ItemCode = "A00001"
        vDOC.Lines.ProjectCode = "    "
        vDOC.Lines.ItemDescription = "Varetekst"
        vDOC.Lines.Quantity = 1
        vDOC.Lines.PriceAfterVAT = 100
        vDOC.Lines.DiscountPercent = 0
        If (0 <> vDOC.Add()) Then
           Call vDOC.SaveXML("SAP_ERR_" & Trim(Str(DocType)) & "_" & Trim(Str(Bong)) + ".xml")
           isCancelled = True
        End if
        Exit Function
    Strange?
    /Nils.

Maybe you are looking for

  • My ipod touch 3 rd generation touch screen stop responding

    I have a 3rd generation ipod touch. Suddenly after falling, the touch screen stop working. There is no damage to the screen nor the back or any part of the ipod but it never worked again as touch sensiivity. I reset the system, did the push to reset

  • How do I transfer files from my current imac to the new one. My old imac is running 10.5.8

    Hello I got a new iMac 10.8.2 and also have a iMac 10.5.8 how can I conenct those 2 ? All I want is to use some of my files on my new one.I don't want to transfer ALL my files,just some,like pictures. But only the once I need. Not all of them. I have

  • Trouble shoot Issue in QT Pro: I have sound but no Video after convert

    I hope this hasn't been answered somewhere else if so I apologize. I have been using QuickTime Pro to convert .mkv files to .mp4. I muxed them with MkvMerge. Then I open them in QuickTime Pro and export as a mp4 for Ps3 playback. They are 1080p Hd mo

  • Namespace on wsdl request

    Hi all, we need to accept a wsdl request with out a namespace on the top element in the body but our system keeps rejecting it as its returning null. the request coming in is  <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/

  • Dataguard  Password file

    Oracle 10g Release 2 Enterprise Edition Oracle Enterprise Linux I am creating a dataguard configuration on my laptop. Both Primary and Standby are on the same Oracle Home. I actually managed to create a standby database using RMAN Duplicate Target Da