While adding PO "Discount deviates from authorized range [PO-Discount %]"

Hello Experts,
While adding PO I am getting an error "Discount Deviates from Authorised range [Purchase Order - Discount % per document]"
Thanks

Hi,
When you goto the Administration > System Initialization > Authorisations and General Authorization, there need to select the user on the left and on the right hand footer, there is a field called 'Max. Discount'. Please check what discount percentage is mentioned in that field.
Regards,
Jitin
Business One Forum Team

Similar Messages

  • Discount deviates from authorized range

    Dear Experts,
    I am trying to add a GRPO document with 51% discount. But it gives the error message like "Discount deviates from authorized range".
    How can check it and where can i find that information.
    Thanks,
    Suresh Yerra

    Hi Suresh,
    Under Adminsitration> System Initialization> Authorization> general authorization> slect user who is facing this issue and see whats entered in Max. Discount filed. Check and update. Hope this helps you.
    Thanks,
    Joseph

  • Numeric value deviates from legal range

    Dear Experts,
    I am facing this error(Numeric value deviates from legal range (ODBC -1015)  [131-183]) while copying P.O. to GRPO.
    Plz help on this.
    Any suggestion will be highly appreciated.
    Regards,
    Ravi

    Hi,
    Please check SAP note:
    902123
    - Maximum Number in Numeric UDF
    Thanks & Regards,
    Nagarajan

  • Date Deviates from permissible range [Purchase Order - Value Date]

    hello all,
    i want to add a Purchase Order (Services) Posting date 05/07/2008 and Delivery Date is 09/30/2008, it prompts me the Error "Date Deviates from permissible range [Purchase Order - Value Date]", now this is my question.
    what is the date range for PO posting date and delivery date that the system will allow(date difference)? can i set this one?
    Note: we need to make an advance PO for this since our BP required this time period for them to accomplished.
    Please help.
    Thanks.
    FIDEL

    FIDEL,
    All documents have 3 dates DocDate, DocDueDate, TaxDate.  The date ranges for these dates are taken from the Active Posting period definition.
    Open Administration  > System Initialization  > General Settings > Posting Periods
    Click on the Yellow link arrow next to the current posting period and check the Due Date From and To Range and expand the To date to cover 09/30/2008
    Posting Date From
    Due Date From
    Document Date From
    Suda

  • Date deviates from permissible range

    hi all,
    I need help for sales order entry.
    When I enter sales order entry then I get the error.
    Error Is:
    Date deviates from permissible range
    My Code is :
    Document doc = new Document();
                    _OrdSer = new OrdersService();
                    doc.Address = "ab";
                    doc.AgentCode = "ab";
                    doc.CardCode = "pmgweb2";
                    doc.CardName = "PMG Web Store Test Cust";
                    doc.DocDate = DateTime.Parse("2008-02-11");
                    doc.DocDueDate = DateTime.Now.Date;
                    //doc.TaxDate = DateTime.Parse("2008-02-11");
                    doc.DocType = DocumentDocType.dDocument_Service;
                    doc.DocumentStatus = DocumentDocumentStatus.bost_Open;
                    doc.BaseAmount = 1000;
                    doc.DocCurrency = "USD";
                    doc.DocNum = 1;
                    doc.HandWritten = DocumentHandWritten.tYES;
                    MsgHeader msgHeader = new MsgHeader();
                    msgHeader.SessionID = _SID;
                    msgHeader.ServiceName = MsgHeaderServiceName.OrdersService;
                    msgHeader.ServiceNameSpecified = true;
                    _OrdSer.MsgHeaderValue = msgHeader;
                    DocumentDocumentLine[] d = new DocumentDocumentLine[1];
                    d[0] = new DocumentDocumentLine();
                    d[0].ItemCode = "9786306243753";
                    d[0].ItemDescription = "abc";
                    d[0].UnitPrice = 10;
                    d[0].Quantity = 4;
                    d[0].SerialNum = "1";
                    d[0].LineNum = 0;
                    d[0].BaseLine = 1;
                    d[0].ItemDetails = "abdc";
                    d[0].TaxCode = "0";
                    DocumentDocumentLineSerialNumber[] dl = new DocumentDocumentLineSerialNumber[1];
                    dl[0] = new DocumentDocumentLineSerialNumber();
                    dl[0].SystemSerialNumber = 1;
                    dl[0].BaseLineNumber = 1;
                    dl[0].BatchID = "01";
                    d[0].SerialNumbers = dl;
                    DocumentDocumentLineBatchNumber[] db = new DocumentDocumentLineBatchNumber[1];
                    db[0] = new DocumentDocumentLineBatchNumber();
                    db[0].BatchNumber = "01";
                    db[0].Quantity = 4;
                    d[0].BatchNumbers = db;
                    doc.DocumentLines = d;
                    _OrdSer.Add(doc);
    Please Help Me.
    thanks.

    Rob,
    1st try to add the same sales order with out coding, with the same values. Add it directly frm the SAP UI, and then check for the result.
    I guess the problem is in the posting periods and settings related to it, actually there is one setting that tell if we can post documents with earlier dates, plz check that setting.
    Vasu Natari.

  • Date deviates from permissible range [journal entry - Document Date]

    Hi, i have problem to add journal entry, when i creat journal document last year with:
    Posting date: 06-02-09 (this date)
    Due date: 06-002-09
    and Document date: 20-11-08 (couse the document late to creat at the journal)
    kindly, and thx for solution..
    Regards,
    Ani

    Ani,
    Take a look at this thread
    Re: Delivery Date on Sale Order
    Suda

  • Restrict A User From Changing A Payment Term While Adding A/R Invoice

    Dear Experts,
    We want to restrict our users from changing payment terms while adding A/R Invoice.
    We use SAP B1 2007 b.
    Thanking  you
    Pradnya

    Hi,
    try below code in transaction notification procedure:
    if (@object_type = '13') and (@transaction_type IN ('A', 'U'))
    BEGIN
    IF exists (select T0.DocEntry FROM OINV T0 Inner Join OCRD T1 on T0.CardCode=T1.CardCode Where T0.GroupNum  !=T1.GroupNum and T0.DocEntry =@list_of_cols_val_tab_del)
              Begin
                   SET @error = 30
                   SET @error_message =N'You are not authorized to change payment terms'     
              end
    END
    for how the transaction notification works or how to use :
    check How to use Transaction Notification
    Thanks,
    Neetu

  • Error adding Sales order via DI-SERVER Posting Date deviates from the defin

    When adding a sales order via the DI-API we have started receiving the following error:
    Error: Posting Date deviates from the defined range. To complete the operation, define the posting period to match the entered Posting Date. [(----) 131-204]
    I have verified that the posting dates within the document exist within the defined posting periods in SAP and that the posting period in question is unlocked.
    I can add the document within the SAP B1 interface without any issues.
    This process and code was also working up until the start of the new financial year.  There have been no changes to the code or the financial periods in the new year.
    There is a  peculiarity with the financial periods for this company in that they have moved from calendar periods in the past to financial periods.  Has anyone come accross any issues with posting dates and the DI SERVER API?
    The dates in the XML document that we are trying to add are shown below.
    <Documents>
    <row>
    <DocDate>20100310</DocDate>
    <DocDueDate>20100310</DocDueDate>
    <CardCode>C9999</CardCode>
    The following are the financial period values from OFPR
    Posting Date From/To:       06.03.10     02.04.10
    Due Date From/To:            01.01.10     01.04.11
    Document Date From/To:  01.01.10     02.04.10
    Start of Fiscal Year:         01.01.10
    Regards,
    Sean

    Hi Gordon,
    Our customer has moved their financial year end from 1 April / 31 March using calendar months to a 4/4/5 financial period model with a year start date from Jan.
    This was necessary after the company was purchased by a US firm that wanted to align the reporting calendars.
    Under the 4/4/5 model their financial year start date does not start 1st January. Hence the 3/1/2010 being the first date of the January period.
    No matter how the periods are setup the financial year start date in SAP Business One cannot be anything other than the 1st of the month.
    All posting within SAP appears to be working fine, it is only via the DI SERVER requests that we seem to be having problems.
    However, we suspect that the issue may be unrelated to the posting periods due to some other testing performed.
    Regards,
    Sean

  • Discount percentage deviates from discount total due to rounding *

    When I copy an AP invoice to a credit memo, there is * discount -0.01 CAD on the credit memo and a remark: Discount percentage deviates from discount total due to rounding *.
    Can someone please explain why this is happening?

    Hi,
    You need to check the F1 Online help
    goto the search option and enter the keywords  > 'Rounding Method'
    Here is the extract :
    By Document
    Select this option, if you want to work without using rounding account and without rounding definitions for each currency. For each sales document, determine whether it should be rounded. Choose Administration ® System Initialization ® Document Settings ® Per Document tab. Choose the required documents and select the Automatic Rounding for Document.
    The differences created as a result of the rounding are displayed in the Discount field of the marketing documents.
    You can define that SAP Business One will display a rounding remark. Choose Administration ® System Initialization ® Document Settings ® General tab and select the Display Rounding Remark. This way, whenever you create a rounded document, an asterisk (*) appears n the Discount field and the remark u201CDiscount percentage deviates from discount total due to roundingu201D appears in the Remarks field of the document.
    Hope it helps.
    Kind Regards,
    Jitin Chawla
    SAP Business One Forum Team

  • Date deviates from Due Date range??

    Hi All,
             When i'm trying to add a back dated A/R Invoice, I'm getting an error message that the date deviates from the due date range. I have selected the appropriate posting period for this and also have checked the document numbering. In the Journal entry, i can see that the due date is 02/04/09 where as in the A/R Invoice, i have given the due date as 29/03/09. Now is this the reason for this error? Any suggestions??
    Thanks in advance,
    Joseph

    Double check your period setting, Due Date From and To must cover the Due date for the document you are posting.  Document Date From and To range should be good too.
    Thanks,
    Gordon

  • While adding new fonts, somehow dumped necessary fonts from OS 10.6 library. now have only blank menus, dialog boxes, even apple support site. How to fix?

    Imac Snow Leopard .....While adding new fonts, somehow dumped necessary fonts from OS 10.6 library. now have only blank menus, dialog boxes, even apple support site. How to fix?

    Thanks again baltwo,
    Thank you all very much,
    Strangely enough even though I had gotten the " Install failed....Mac OS X could not be installed on your computer....The install could not copy the necessary support files"  I had left it on the screen and left the room for awhile. I walked back into my computer room a few minutes ago and the window on the screen stated that the SL OS 10.6.4 had successfully installed. I am now very carefully checking things out to make sure the fonts are where they should be. With the exception of some updating it appears all may be well.
    PS. Below is a note I was writing to Kurt (also assisting me) to try and detail what had happened. Added it in case it could be of any value to you
    Kurt,
    Thank you for response. following is series of events to my best recollection.
    I would typically not have been this stupid/ignorant but was doing this in a hurry with someone asking me questions...wasn't paying attn. to what I was doing
    • downloaded new fonts
    • opened downloaded fonts, clicked font icons to open and install them.
    • typed "fonts" in spotlight (with the intention of moving new fonts into font folder)The Spotlight results window revealed 5 or 6 font folders. I ignorantly started to try a clean up by installing all fonts into a single folder (not thinking about system fonts)
    Sometimes when you are moving a folder the window you moved it from will jump around..well this occurred and I mistakenly released the folder on the desk top. This caused a copy to be made. After some investigation I realized it was a copy of the required system fonts that were still located in the original "spotlight results" window.
    • I attempted to delete the copy..when I did an administrator password box appeared I entered the password and the result was both system font folders were deleted (the original & the desk top copy I erroneously made)
    • Now windows open but are blank with sometimes faded mini sized icons. If I click one of the mini icons i get a new blank window. I am unable to give any instruction, have total blank menus, dialog boxes, etc.
    I can open the some of the items that have icons in the apple dock at bottom of page in the 

  • Filling tax amount which deviate from the calculted one

    While adding new line to a Purchasing invoice I need to fill the tax amount (which deviate from the within TaxCodeRate calculated one). For example if amount is 10 euro vatRate = 5%.  It should be possible to fill the PriceAfterVat with 110 euro without affecting the rest. Manually is that possible.
    Next steps has been done without succes :
    1.     Filling the property NetTaxAmount returns u2018object does not support this methodu2026u2019
    2.     Filling the PriceAfterVAT and then Price or the opposite way results in a recalculated price according to the vatRate.
    Edited by: Basim Rahmat-Alla on Feb 18, 2011 12:28 PM

    Hi Basim
    not sure if what you are trying to do is similar to one of my clients, but if it is then here is my solution for her:
    "The steps that I am carrying out are:
    1.     I first enter the BP Name
    2.     Then I enter the dates
    3.     I then enter the description and the GL Account code
    4.     I then check that the tax code is correct (if it isnu2019t then I correct this)
    5.     Now I enter the Unit price (1849.89) and using the Mouse CLICK into the Tax amount (lc) field.
    6.     In the Tax Amount (LC) screen I enter the tax amount (182.95) and using the mouse CLICK into the Total (LC) field
    7.     This will automatically calculate the Gross Price field to be 2032.84 without recalculating the tax or the total.
    If you do it in any other way it will not work (so for example if you forget to enter the date and do so at the end the system will refresh the screen and at the same time recalculate the values). "
    Apologies if this isnt what you meant.
    Kind regards
    Asma

  • Express doc"Update was terminated" received from author(Quotation creation)

    Dear all experts,
    I have created a Quotation (VA21) and saving it. The document number is created immediately.
    Then, it shows a message 'Express document "Update was terminated" received from author...'
    While I try to display the document number, it states that the document is deleted or been archived.
    It happened continously for the subsequent document and the numbering is still runnning as usual.
    In fact, it was happen few months ago. We ended up not creating any document for that day and it recover back as normal in the second day.
    May I know what is the cause of it and how should I do with it?
    Thanks for all the big help.
    Cheers!
    Benn

    Dear Raja,
    Thanks for your idea, it did give me a good starter to kickstart the inverstigation.
    I have done the checking with my project team and we found no overlapping number range as we are using very simple and few number range.
    However, I will like to share an error message I found in the Inbox of the user who receive the message.
    [Error Info: 00 671: ABAP/4 processor: CONVT_NO_NUMBER]
    I'm not sure is it related to your suggestion or not.
    Anyhow, thank you very much. Now, I'm going to try on others suggestions.
    Cheers!
    Benn

  • [svn:osmf:] 10584: Adding a missing file from that last folder structure refactor.

    Revision: 10584
    Author:   [email protected]
    Date:     2009-09-24 17:19:48 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Adding a missing file from that last folder structure refactor.
    Added Paths:
        osmf/trunk/plugins/akamai/AkamaiBasicStreamingPlugin/AkamaiBasicStreamingPlugin.as

    Hello,
    Welcome to MSDN forum.
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because your issue is about ASP.NET web application development, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Primary Key Violation at the time of Moving from primary range to secondary range.

    Hi Experts,
    I've observed a strange issue in our environment.
    we are using sql server 2008 R2 with SP2.
    whenever a table is moving from primary range to secondary range on it's identity values, application is getting crashed with the message as below. 
    Violation of PRIMARY KEY constraint 'PK6'. Cannot insert duplicate key in object 'dbo.TD_TRANN'. The duplicate key value is (17868679).
    The statement has been terminated.
    OR
    Violation of UNIQUE KEY constraint 'IX_TDS_COST'. Cannot insert duplicate key in object 'dbo.TDS_COST'. The duplicate key value is (17, 19431201).
    identity ranges were auto managed by replication. agents are running continuous.
    please suggest.
    Cheers, Vinod Mallolu

    Well this is pretty simple, so there are two type of subscriptions (Server and client) in merge replication. So while adding article you provide following parameters:
    @pub_identity_range
    @identity_range
    You can check the details of above parameters on following article:http://msdn.microsoft.com/en-us/library/ms174329.aspx
    Snippet
     @pub_identity_range= ]
    pub_identity_range              
    Controls the identity range size allocated to a Subscriber with a server subscription when automatic identity range management is used. This identity range is reserved for a republishing Subscriber to allocate to its own Subscribers.
    pub_identity_range is bigint, with a default of NULL. You must specify this parameter if
    identityrangemanagementoption is auto or if
    auto_identity_range is true.
    [ @identity_range= ]
    identity_range              
    Controls the identity range size allocated both to the Publisher and to the Subscriber when automatic identity range management is used.
    identity_range is bigint, with a default of NULL. You must specify this parameter if
    identityrangemanagementoption is auto or if
    auto_identity_range is true.
    So for example you are adding "Server" type subscription then we consider @pub_identity_range value while assigning the range to that sub. If it is "Client" type subscription in that case we consider @identity_range value.
    You could run following query to check the range assigned to each publisher and subscriber:
    SELECT B.SUBSCRIBER_SERVER,B.DB_NAME,A.* FROM MSMERGE_IDENTITY_RANGE A,SYSMERGESUBSCRIPTIONS B
    WHERE A.SUBID=B.SUBID
    This should answer your other question as well.
    Vikas Rana | Please mark solved if I've answered your question, vote for it as helpful to help other user's find a solution quicker -------------------------------------------------------------------------------- This posting is provided "AS IS"
    with no warranties, and confers no rights. ------------------------------------------------

Maybe you are looking for

  • What is the data format of the image buffer from a NI-IMAQ 1394 acquisition?

    I am acquiring a framebuffer which I desire to process using my own code. The configuration is: Set ATTR_VIDEO_FORMAT 1 Set ATTR_VIDEO_MODE 3 Results in Get ATTR_IMAGE_WIDTH == 1024 Get ATTR_IMAGE_HEIGHT == 768 Get ATTR_IMAGE_REP == COLORID_YUV422 Ge

  • Why cant i get printer cartridges for my hp deskjet 2050 j510 printer?

    This is  a new printer -bought for our small family business as part of HP package. I have had many HP printers and am a loyal customer. Few of the main printer cartridge suppliers seem to stock the cartridges for this printer.   I have never encount

  • Unable to purchase export pdf

    I ltried to purchase the adobe export pdf for CHF27.00 seven times, and each time I log in, it refuses my password.  I have reset my password three times and logged in ok, but when I tried to purchase and had to log in again, it refuses me and tells

  • Rebates in Delivery prices

    For delivery costs, we can have a separate transportation vendor for the condition specific to delivery. When we do the invoice verification, we can pay the delivery costs to a separate vendor and not the main vendor. For this the condition itself sh

  • Core Audio Crashed?

    Hi, I just attempted to open and play one of my GarageBand files, and I was greeted with the message "Error Code -2 was returned by the CoreAudio Driver". iTunes works fine, as along with Quicktime audio playback and various system sounds. What could