Allow to change Tax  Amounts in A/R Invoice

Hi Experts
   I am using Sap B1 2007 . It allows me to change Tax Amount (Tax Amount Distribution Screens) in case of Excise Invoices in A/R Invoice but not in Service Tax Invoices . Why is it so.
Thanx

Hello,
In the Sales A/R module we can not change any tax  amount.
But you can change in Purchase A/P module in any tax amount.
This is best business practices according to SAP.
because when we received the materials then need to round the tax amount and it is totally depend on vendor invoice so it will never fixed for same.
I also need some time adjustment we client make GRPO .
But when we make Sales document then we can fixed rounding for all tax code.
Thanks
Manvendra Singh Niranjan

Similar Messages

  • Manual Input of TAx Amount in Sales AR Invoice

    Hi Experts!
    Is there a way where we can do a manual recording of tax amount in Sales AR Invoice (just like in AP Invoice, we can manually input tax amount)? 
    Hope to hear from you soon,
    Thanks

    Hi Sandra,
    You can't override the AR tax calculation amount. You can control how much tax is calculated for each row (i.e. some may be non-taxable).
    Otherwise, there may be an adjustment that falls under the rounding field. Check the Help file for more info on this field to determine which option in Document Settings you want to select.
    Heather

  • Cannot change Tax Code of A/R Invoice line

    Hello,
    I had this small problem where i cannot change the tax code of A/R invoice line.
    ARInvoice.Lines.TaxCode = "O1";
    But after i added the invoice, it seems that SAP still used the default TaxCode which is X1. Am i missing something? I've been stuck in this problem for over two weeks now.
    Thank you, any help will be appreciated.

    Here is my SAP Settings.
    G/L Account Determination
       Sales - Tax
              Sales Tax Group (Service) = Exempt Output
    Business Partner Master Data
       Accounting - Tax
              Tax Status = Liable
    And here is my code snippet for creating and adding of A/R Invoice :
    SAPbobsCOM.Documents _oARInvoice = (SAPbobsCOM.Documents)this.COMPANY.GetBusinessObject(BoObjectTypes.oInvoices);
                _oARInvoice.CardCode = pCustomerId;
                _oARInvoice.HandWritten = BoYesNoEnum.tNO;
                _oARInvoice.DocDate = pPostingDate;
                _oARInvoice.DocDueDate = pPostingDate;
    double _total = 0;
                if (pInvoiceType == SAPVariables.INVOICETYPE.SERVICE)
                    _oARInvoice.DocType = BoDocumentTypes.dDocument_Service;
                    for (int i = 0; i < pARInvoice.Rows.Count; i++)
                        if (i > 0) _oARInvoice.Lines.Add();
                        _oARInvoice.Lines.SetCurrentLine(i);
                        _oARInvoice.Lines.ItemDescription = pARInvoice.Rows<i>["SERVICEDESCRIPTION"].ToString();
                        _oARInvoice.Lines.AccountCode = pARInvoice.Rows<i>["GLACCOUNT"].ToString();
                        double _discountPercent = 0;
                        double.TryParse(pARInvoice.Rows<i>["DISCOUNTPERCENT"].ToString(), out _discountPercent);
                        _oARInvoice.Lines.DiscountPercent = _discountPercent;                   
                        double _lineTotal = 0;
                        double.TryParse(pARInvoice.Rows<i>["AMOUNT"].ToString(), out _lineTotal);
                       // This part here, does not reflect in SAP
                        if (_lineTotal >= 2500000)
                            _oARInvoice.Lines.TaxCode = "O1";
                        else
                            _oARInvoice.Lines.TaxCode = "X0";
                        _oARInvoice.Lines.PriceAfterVAT = _lineTotal;                   
                        _total += _lineTotal;
    else
                    this.ERRORMESSAGE = "Invalid Invoice Type.";
                    throw new Exception("Invalid Invoice Type.");
                _oARInvoice.DocTotal = _total;
                _oARInvoice.Comments = pComments;
                this.LASTINSERTINVOICEID = "";
                this.RETURNCODE = _oARInvoice.Add();
                if (this.RETURNCODE != 0)
                    int _tempErrorCode = 0;
                    string _tempErrorString = "";
                    this.COMPANY.GetLastError(out _tempErrorCode, out _tempErrorString);
                    this.ERRORCODE = _tempErrorCode;
                    this.ERRORMESSAGE = _tempErrorString;
                    _result = false;
                else
                    this.RECORDSET = (SAPbobsCOM.Recordset)this.COMPANY.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset);
                    this.RECORDSET.DoQuery("SELECT MAX(DocEntry) FROM OINV");
                    this.LASTINSERTINVOICEID = this.RECORDSET.Fields.Item(0).Value.ToString();
                    _result = true;

  • Procedure for Tax Amount Caliculation  for Posting Invoice Application ?

    Hi,
       I got a problem when i am creating Invoice for PO with referrence to GRC.
       in this case if PO & GRC Quantity & Amount are different then for which Amount & Quantity System will caliculate in MIRO Transaction ,in the same way i have to caliculate the Tax Amount otherwise system is not allowing to post Application using BAPI_INCOMINGINVOICE_CREATE.
    Can anybody suggest me that from where i have to pick Tax Percentages & how i have to caliculate Tax Amount.

    hi
    check your PO in the item detail invoice tab which has tax code field.

  • IV to post with Tax amount more than base amount

    Hi Gurus,
    One of our user want to post Invoice, with Tax amount more than Net value of goods.
    Net amount of goods is 31.45 NZD, where as Tax amount is 99.43NZD.
    Tax code assigned to PO is with 12.5%.
    System is not allowing to post tax amount more than 12.5% of base, as tax code is assigned.
    Kindly let me know, how we can post IV with more tax amount.
    Thanks In advance

    Hello
    I dont know if tax code is assigned for 12.5 then why does he wanat to post more tax. its not correct.
    then also for reason u wnat to post then for posting that invoice go to FTXP and change the tax % in such a way that tax amount will match ur requirement
    may be 316%  so that the sustem while doing invoice willtake thie % and calculate tax
    then again change the tax code % to 12.5
    or
    IN miro only u have a GL tab, i n that GL tab u can add tax gl account and add the tax amount so that it will come what u want .
    if gl tab is not comming then active it in
    spro--mm --logistic invioice ver incoming invoiceActivate Direct Posting to G/L Accounts and Material Account
    hope this helps
    Reward accordingly
    Message was edited by:
            Umakant Bhangale

  • Tolerance for Tax Amount difference

    Dear All,
    In certain cases the tax amount given in the invoice is different from the tax calculated by the system.
    Please help me, where to make the configuration so as to accept a difference of 0.05 INR between the calculated tax amount and the tax amount in the invoice. (It will be of immense help if given with the IMG path too).
    As an example:
    Base Amount: 100, Tax Rate: 5%
    Now calculated tax amount is 5
    But tax amount in the invoice has come as 5.04.
    Please advise.
    Regards
    B.Mohanty

    Hi Umesh,
    Thank you very much for your kind and quick response.
    Yes, I have tried that option of correcting the tax amount. But am getting an message
    "The system checks the tax amounts for each code on document level. However, the amounts entered deviate more from the amounts calculated (using the percentage rates defined in tax code) than is allowed considering rounding errors".
    Can you please advise what does this rounding errors mean.
    Regards
    B.Mohanty

  • Accrued Sales Tax Amount  & Vendor Charged Sales Tax amount

    Hi,
    I need to Genertate a Report for Sales Tax. Please suggest TABLE & FIELDS names & information  of
    +Accrued Sales Tax Amount+
    & Vendor Charged Sales Tax amount
    Thanks in Advance.

    Hi Harshita......
    Think why you want to change the Tax Amount at transaction level?
    Because you want to match the figure with the Hard Copy.
    So if you change the Tax Amount at Outgoing Excise Invoice level then how Delivery And its AR Invoice Total will be vary?
    By the way If you see the JV of Delivery it is not at all matched with AR Invoice provided Purchase Cost should not be equalt to Sales Cost.
    Delivery is only concern with stock not value.....
    SO there wont be any problem I guess......
    Regards,
    Rahul

  • Sales Tax Amount amendment

    Dear all,
    Customer wants to change tax amount at the time of sales Invoice creation ,as he is able to do at the time of purchase.
    Please provide some solution how user can update tax amount additional duty in case of.
    Regards

    Hi Harshita......
    Think why you want to change the Tax Amount at transaction level?
    Because you want to match the figure with the Hard Copy.
    So if you change the Tax Amount at Outgoing Excise Invoice level then how Delivery And its AR Invoice Total will be vary?
    By the way If you see the JV of Delivery it is not at all matched with AR Invoice provided Purchase Cost should not be equalt to Sales Cost.
    Delivery is only concern with stock not value.....
    SO there wont be any problem I guess......
    Regards,
    Rahul

  • Difference between tax amount shown on VAT report and the invoice

    Dear Friends,
    We observe that there is a difference of rounding off between the tax amount shown in the invoice and the one shown in the VAT report.
    We have to manually adjust this tax amount since the Tax authorities do not accept any difference in the VAT report and the Invoice.
    Please advise as what could be done to solve this issue.
    Rgds,
    Kunal Vichare.

    Hi Satya,
    There are 2 things: Pricing Procedure and Tax Procedure.
    Pricing Procedure tell system about the what and how the price to calculated for material in PO. In this pricing procedure the conditions NAVS / NAVM as pertainin to tax applicable on the PO price. These conditon display the tax. The tax is calculated based on tax procedure. Tax procedure acts as a master and there is one tax procedure for one country. For this tax procedure there are tax codes defined. Tax codes means using the same tax procedure but changing value of various conditions and omiting some if required.
    Eg. TAXINN is tax procedure for India. Based in this procedure many tax codes are defined for 12% vat, 6% vat , no vat etc.
    So what kind of tax will be applicable on the PO is governed by tax code which is mentioned in Invoice tab (tax code) its a 2 character code.
    Based on this tax code taxes are calculated on PO net value and then the tax amount is displayed in pricing procedure by conditions NAVS / NAVM.
    MWST is condition for Input tax. If you are using tax code then MWST is not to be used.
    Tax code becomes useful while doing MIRO as there is an option of inserting tax code. So the tax on PO net value will be calculated automatically.
    Regards,
    Vishal

  • In SAP,  withholding  part of the tax amount can we retain 1%

    Is it possible in SAP to withhold part of the tax amount?
    Example
    An invoice of $100 + 13% tax = 113
    Total before TAX  $100
    Tax                          $ 13
    Total after tax      $113
    Is it possible to retain a 1% of the $13 ($0.13)?  if its possible can you send me Configuration steps.

    Hi Madhu,
    Yes..its a legal requirement...which cleint wants to hold the 1% of the tax payment from one document..
    Could you let me know the steps for configuration...
    Thanks in a advance...

  • Freight Tax amount

    Dear Sir,
           While executing Freight and its Tax amount in A/P Invoice the JE shows the Tax amount in Round off account .I am using SAPb1 2007 B Patch level 18.
    Regards
    Niladri Bhusan Harichandan

    Please check Tax Code screen and see the account determination
    Sandeep

  • Tax Bifurcation in A\R Invoice PLD

    Hi All,
    I am trying to bifurcate the Tax Amount in A\R Invoice PLD. My Client is  using the  Tax Code VATSAT in which VAT is 4% and SAT is .5%   i want to display the tax amount seperatly in Invoice PLD.
    Thanks In Advance,
    Pankaj Sharma.

    Hi,
    In SAP you have Table OSTT. In this table all the tax codes are stored. For each Tax code, there will be related Nota Fiscal Id and Numerator.
    In PLD, Add repetitive area and in Repetitive area
    1. Create 1 text field and enter the number (Nota Fiscal Tax ID or Numerator)
    Note : If you are calculating excise duty or service tax or Vat then you will be entering Nota fiscal Tax ID else you will be entering Numerator Number in the Text field you have created.
    Let's Assume Field_001 (ex. Field_001 --> -90 or 6)
    2. Create 1 database field, in that link the "Sales Tax Authorities Type" table and "Nota Fiscal Tax ID" or "Numerator"
    let's assume Field_002
    3. Create one Formula Field, In that Check whether the two fields are equal.
    let's assume Field_003 contains formula (ie., Field_001==Field_002)
    4. Create one Database field, In that link "A/R - tax Amount per Document" table and "Tax Amount" Column.
    let's assume Field_004
    5. Create one Formula Field, in that multiply two fields
    let's assume Field_005 = Field_003 * Field_004.
    6. Then in Repetitive area Footer, Create one formula field, and in that Sum that result.
    Let's assume Filed_006 = COLSUM("Field_005")
    Do the above said process to retrieve seperate tax amount values.
    To print Tax rate :
    In repetitive area footer, create one database field, and now choose A/R Invoice or corresponding table and Tax Rate column.
    Let's Assume, that in repetitive area footer Field_101 has the above database table link.
    Now, as per my previous reply Create one Text Field and enter "VAT" and then next to text field create Formula Field and Choose the Field_101 in the Formula column.
    In End Of Report
    Create Text fields seperately for BED, Cess, HSC, VAT, Excise Duty, Frieght, etc., And corresponding Formula fields which refers the values which you have calculated in Repetitive area footer (ie like Filed_006, you will have seperate calculated values in repetitive area footer fields). Select corresponding values to these formula fields and in Text field (Properties --> General --> Link To field, Link the formula field number which is corresponding to the Text field)
    I hope this could help you

  • SRM 7SC item overview screen -Tax amount is not updated on change of Zfield

    Hi ,
    We use z function module for tax calculation , which is updated in table BBP_FUNCTION_MAP.
    Which works fine for standard fields changed.
    Now if we change one of z field ( which is part of tax calculation in z FM ), tax amount is getting correctly calculated in above Z FM ( we can see in debugging),  but not updated on SC UI screen.
    Same will be updated if we change standard field like price , mat grp etc.
    Please let  me know , how we can refresh this UI for tax amount in SC.
    Regards,
    Nilesh

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Additional offset tax line after manual change of calculated tax amount

    Dear all,
    I have the following problem:
    if I manually change the calculated tax amount of a domestic AP invoice in r12 the system generates a second tax line as an offset tax so that the total tax is zero. The system does this even so the respective flag is not set for this supplier. I can only stop this by erasing the link between standard tax and offset tax which is not a permanent option.
    Kind regards
    Carsten

    You can uncheck the Auto Tax Calculation check box in E Business tax module which will ensure that automatic tax calculation will not be done.
    Once the above checkbox is unchecked, you keyed an invoice by entering all the required details click on the Calculate tax button which will perform the tax calculation for your invoice.
    Hope this helps.
    Thanks and Regards
    Manish Jain.

  • Change Tax Type and Tax Code withheld amount

    Hello,
    I need to change a certain Withholding Tax Type and Tax Code amount to be withheld starting Feb 2007. What is the path in order to change the amount please?
    Thank you,
    Roger

    Hi Roger
    Please see below if you are looking for path to change the min amount
    Financial accounting
    Financial accounting global settings
    Withholding tax
    Extended withholding tax
    Calculation
    Minimum and maximum amounts
    Define min/max amount for withholidng tax types
    thanks - Ashok - Assign points for useful answers

Maybe you are looking for