Base amount for tax calculation in billing document

Dear Experts,
Can you help me in this scenario
when i create a billing document
Selling Price :74,766.36
Output Tax: 5233.65
Final Amount: 80,000.01
the total should be 80,000 in this case as per customer PO.
the actual difference is coming from Tax rounding off done by SAP.Initially we added DIFF condition to adjust the Tax amount.
But it is affecting the Output VAT report, where it shows 0.01 values. business does not want that, so we added DIFF condition to Selling Price.
Net                 74,766.35  THB
Tax                  5,233.65
This is how it post to accounting
01  8000485 Custome. 80,000.00
50  2100100 Revenue Gds - Dom 74,766.36-
50  2623600 Output Tax 5,233.65-
40  2100100 Revenue Gds - Dom 0.01
But the base amount for tax calculation is not chaning even after adding DIFF condition.
   Tax amount         Base amnt           Tx   Tax ra
    5,233.65-          74,766.36-           O7    7.000
           Output Tax rate 7%
Is it possible to change the base amount for tax calculation to include DIFF value?
Can you please advise? If i maintain Tax condition at header level, does this solve it.
Regards
Pradeep

Hi,
Please check your condition type settings for Rounding Rule
may be it is marked as commercial
mark as B and check it might work

Similar Messages

  • How AP behaves for withholding tax when vertax is used for tax calculation

    Hi,
    I am currently working on R12 implementation, I have requirement where business has to calculate the USE tax and withhold it from being paid to the supplier in case if use tax is not mentioned on the Invoice and pay it to tax authorities directly by business. Our client has Vertax third party tax engine. now the question is does it works same as it is in oracle payables in cases if client want to use vertax to calculate tax. How oracle behaves for withholding tax when vertax is used for tax calculations.
    Regards,
    Shashi.

    Hi
    Cheque Go to Menubar of  which document you have to  post for getting the WHT value  Menubar Settings - editing options -  remove the tick calculate tax on net amount.
    Rgds
    Vani

  • Multiple tax code in billing document

    Hi all,
    Is there way to maintain more than one tax code in billing document? if yes, how should we enter the 2nd Tax code?
    Please advise

    Hello,
    in TAXINN, the Tax Codes are determined from Condition Records (VK11).
    Thus if you have multiple Tax Codes say for one Tax Code for Sales Tax (VAT or CST) & another Tax Code for Edu. Cess & HE Cess, you need to maintain the necesary Tax Codes in Condition Records for Tax & Cess & maintain GL Account determination in OB40 & system will do the needful.
    Hope this helps,
    Thanks,
    Jignesh Mehta

  • Backgorund job for automatic creation of billing document

    Dear All
    Could you advise me on how to set up a bacground job for automatic creation of billing document?
    Thanks and regards,
    Sylwia

    In standard, you cannot generate automatic billing but you can set date and time so that you can generate invoices at the specified time in bulk.  The TCode to achieve this is VF06.
    thanks
    G. Lakshmipathi

  • Bacground job for automatic creation of billing document

    Dear All
    Could you advise me on how to set up a bacground job for automatic creation of billing document?
    Thanks and regards,
    Sylwia
    Edited by: S. KOWALSKA on Jan 12, 2009 10:12 AM

    Dear Sylwia
    Please dont post the same question in multiple threads.  You are receiving feedback in the other forum.  Check this link
    [Backgorund job for automatic creation of billing document   |Backgorund job for automatic creation of billing document;
    thanks
    G. Lakshmipathi

  • New Smart form for Tax calculation

    Dear Consultants,
    I am new for ABAP module, I want to create one smart form, for tax calculation. As per the attachment Most of the fields are standard, only the value I want to pick from Different Infotypes and RT table. please suggest how to create smart form.
    Thanks & Regards,
    Naresh

    Hi,
    create a executable program, pass the all values to Internal table.
    create the structure as same as internal table.(eg: ztable).
    create table type for this structure(eg: ytable)
    T-code: Smartforms.
    click the Form Interface tab, click table . click table
    in that declare the  variable (itab like ytable).
    click the form Painter,
    desgin the output structure.
    Select "Fieldlist on/FF''.
    drag and drop the fields
    Right  click on the main window create a Window -> right click on create window -> click table.ble
    add vertical lines to the table.
    Right click on the mainwindow->flowlogic->loop. enter the itab name.
    activate the smartforms. execute.
    copy the generated number.
    goto to abap editor program.
    Delcare:
    DATA : FM_NAME TYPE RS38L_FNAM.
    CONSTANTS C_FORMNAME TYPE TDSFNAME VALUE 'ZSMARTFORM4'. (smartforms name)
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
                     EXPORTING
                       formname                 = c_formname
    *                 VARIANT                  = ' '
    *                 DIRECT_CALL              = ' '
                    IMPORTING
                      FM_NAME                  = fm_name
    *               EXCEPTIONS
    goto to pattern paste the number and execute.
    comment the number and add fm_name.
    execute.
    Regards,
    Venkat.

  • Multiple Tax code in Billing documents

    Hi all,
    Is there way to maintain more than one tax code in billing document? if yes, how should we enter the 2nd Tax code?
    Please advise

    Hello,
    the lonely way to have two tax codes is to have two tax conditions in the pricing procedure.
    The tax condition master records hould have the different tax codes.
    Please consider that every tax code mus be assigned to at least one pricing condition, otherwise you will get error FF753.
    The tax codes are copied from tax conditions to pricing condition according to rules in SAP note [112609|https://bosap-support.wdf.sap.corp/sap/support/notes/112609].
    Best regards,
    Ivano.

  • Service tax base amount for calculation : to be changed

    Hi
    i have and PO order with basic price say for 100 /- on which it is calcuating service tax 12% , e-cess 2% hcess--1 .This is coming thru tax code from the tax procedure and these taxes service/ecess /Hecess is to be posted to sepearte G/L account.This is working fine.
    Now my requirement is that i want to calculate service tax on some % of the base price say 70 % of the base price. The % will always be changing .i want to calculate service tax on the 70/- not on 100.
    i want that system should post this 100 /- to cost of service but the tax should be on whatever percentage i make .Here this is 12.36 % on 70 not on 100 at the time of invoice posting.
    please guide me
    regards

    Hello Sunny,
    discount on services taxes is not in scope of standard SAP CIN.
    I just faced same problem with one of our client, I have interacted with SAP and they give me this reply. They are working on this solution
    However for 1 qty it is working. for that you do following
    create condition called ZSER for example (copy condition from discount condition)
    this is used for change calculated call in purchase order.
    activate taxes at service level.(thru SPRO--- IMP step)
    also check pricing procedure means seq in OMQ3 to have correct calculation
    It will only work for one quantity, if qty in po is more than one then it will not work.in bill passing it will calculate tax for all the quantity.
    This must be a transportation bill.
    Reward points if useful
    Regards
    Kedar Kulkarni
    Message was edited by:
            KEDAR KULKARNI

  • With holding tax base amount for 1099 vendors with discounted payment term

    Hi Friends,
    We have a below situation for 1099 vendors,
    Some of the 1099 vendors are set-up in the system with payment term with discounts i.e. 2% if paid within 10 days
    As per config, system posts with holding tax base amount at the time of posting payment.
    With holding tax rate is 0%,
    Based on modified net amount calculation
    and
    Cash discount calculation before w/tax calculation
    When we have vendor with input tax, system excludes tax amount at the time of payment but for the with holding tax base calculation amount system does not exclude input tax type.
    Which causes difference in 1099 – misc vendors
    Below is the example of how system calculates the amount.
    Invoice $ 1000, payment term 2% if paid within 10 days. Input tax 7.25%
    Payment going out=
    $1000- $ 72.5(tax 7.25%) = $ 927.5 – 18.55 [2% discount] = $ 908.95 (payment amount)
    With holding base calculation =
    $ 1000 – 100 (2% discount) = $ 900
    Difference between payment going out and with holding tax base = 908.98 – 900 = 8.98
    Can some one please tell me how to get rid off this difference?
    Moreover, please tell me if it’s normal to have 1099 vendors with discounted payment term.
    Any thoughts on above situation will be helpful
    Edited by: Shefford William on Jan 28, 2008 11:36 PM

    Dear All
    i am also having the same problem. The example is
    Net invoice Value   = $ 100,000
    Input Tax @ 15%   = $  15,000
    Total Invoice Value = $ 115,000
    Cash Discount = 20% with in 20 days
    On payment the system behavior should be
    Debit  Vendor invoice Value   = $ 115,000
    Debit  Cash Discount @ 20%    = $   20,000   ( 20% of the Net Invoice Value that is 20% of $ 100,000)
    Credit  W/H Tax deduction @ 3.5% = $ 3,325  ( 3.5% of 95,000 the Inv Value - Cash Discount that is $ 115,000 - $20,000)
    Credit Bank Account  = $ 91,675 ( Inv value - Cash Dic - W/H tax that is $ 115,000 - 20,000 - 3325 = 91,675)
    However at the time of payment system is calculating tax as follows
    Debit  Vendor invoice Value   = $ 115,000
    Debit  Cash Discount @ 20%    = $   20,000   ( 20% of the Net Invoice Value that is 20% of $ 100,000)
    Credit  W/H Tax deduction @ 3.5% = $ 3,220  ( 3.5% of 92,000 the Inv Value - Cash Discount that is $ 115,000 - $23,000. This $ 23,000 is only calculated for W/H tax calculation that is 20% of $ 115,000 )
    Credit Bank Account  = $ 91,780 ( Inv value - Cash Dis - W/H tax that is $ 115,000 - 20,000 - 3220 = 91,780)
    this is not the common practice when using the net base value in the system.
    Can any one help me in this regard. I really have been stucked in this problem for many days
    Regards
    Bilal Athar

  • Excluding Freight&Taxes for Credits/Returns from Billing Document

    Hi
    We have a requirement to exclude certain conditions (freight and taxes) for credits/returns created with reference to a billing document. Basically we want to refund the value of the goods, but not the associated freight and tax costs associated with processing the order.
    We tried creating a pricing requirement against the condition types in the pricing procedure, to exclude these conditions for certain return/credit order types, but this didn't work.
    Can anyone advise the correct way to go about it?
    Many Thanks
    Chris

    Hi,
    If you are using the same pricing procedure . Than tick the deletion tab for the respective condition type in v/06.
    So when you create the return order or CMR you can delete the condition type in.
    Or.
    Create a discount condition type and assign it to the pricing procedure. ( For Ex -ZFRE).
    10     Baisc price          
    20     Freight     10     
    30     taxes     10     20
    40     Discount     20     30
                         ( ZFRE)
    Now maintain the access sequence -order type /mat or cust.
    after that create condition record for return order and CMR. as 100 %(-).
    So in the total value the freight and taxes amount is deducted.
    Hope this will help you.
    Regads,
    Krishna O

  • Difference amount in sales order and billing document (For one line item)

    Hi Experts,
    User created sales order with 3 line items and billing document. but problem is that there is difference in value of sale order and billing only for line item 10. The remaining items values are same in sales order & billing doc.if I check in sales order condition I found that VPRS condition is used and the value is 692.13and the amount is 3245.26in sales order. But if suppose I check the same value in billing doc the value is 0.69 and the amount is 3245.28. Can u suggest me which configuration I have to check for this.
    I also checked change lock but there is no change in sales and billing document & Material
    Regards
    Sunina agarwal

    Morning Sunina
    Now consider this scenario
    Item a - 10
    Item b - 20
    Item c - 30
    and the validity of condition rec for item C is 31st of Jan
    after 31st JAN the record changes or there isn't any.
    In Copy control the pricing type is 'B' i.e., carry out new pricing.
    Now if the document is created in January it will take all the above prices. and this document is then billed in Feb. Now the copycontrol, whilst copying the prices, will predetermine the same.
    Now your task is to check if there was user intervention, check the pricing in order and check what condition types got affected in order and in billing.
    If your scenario is still not amongst the above cases...
    I don't know what to do, if you figure out please let us also know, god know when we would face the same scenario....
    Take care

  • Base amount for calculating duties in import

    hi all,
    while doing MIGO for imports (ECC 6) , we are capturing excise invoice . in the excise details tab for item , we are getting all the duties ( CVD,ECESS,SECESS ACD ) correctly, but the  base amount showing wrong. can any body tell me , how  & from where it picking the value.
    thanks
    laxman

    HI,
    Check from to and step for condition type tax procedure in OBYZ.
    reward if helpful,
    Regards,
    Chetan.

  • Excise base amount for Import PO in MIGO

    Dear All,
    I have create the Import Po and maintain all conditions i.e.JCDB,JCV1,JECV,J1CV,JEDB,JSDB,JADC and assign the custom vendor to conditions and make the custom payment through MIRO for planned delivery cost.
    Then while doing the MIGO with referance to PO and commercial invoice,all duties are captyring correctly but excise base amount is showing base amount plus basic custom duty.Please give the solution is any setting missing in costomizing.
    And in MIGO item screen BED %(CVD%) is not showing but AED,ECSS,SECESS is showing correctly.
    Please give solution urgently.
    Regards,
    Vinay

    hi
    check following configuration
    path: spro>logistic general >tax on goods movements>India >basic settings>determination of excise duty >maintain excise defaults >
    if it is been done then check whole config as follows
    TOTAL IMPORT CONFIGURATION AND CYCLE
    in ur pricing u have to create following
    JCDB IN: Basic Custom Duty
    JCV1 IN : CVD
    JECV IN : Ed Cess on CVD
    J1CV IN : H&SECess on CVD
    JEDB IN : Ed Cess on BCD
    JSDB IN : H&SECess on BCD
    JADC Additional Duty of Custom
    JCV1, JECV, J1CV and JADC will go to Excise MODVAT Accounts and JCDB, JEDB and JSDB will get loaded on inventory.
    In M/06, for all above conditions, keep following controls;
    Cond. class A (Discount or surcharge) Plus/minus A (Positive)
    Calculat.type A (Percentage)
    Cond.category B (Delivery costs)
    Activate "Currency Conversion" and "Accrual"
    Now for setoff
    maintain the following conditions in excise default settings.
    JCV1, JECV, JADC
    path: spro>logistic general >tax on goods movements>India >basic settings>determination of excise duty >maintain excise defaults >
    along with ur tax procedure maintain these conditions in the specified fields
    JCV1 in CVD condition field.
    JECV in ECS condition field.
    JADC in ACD condition field.
    in case of SECess on CVD, no need to maintain.
    it is hardcode in the standard
    Vendor in GR 2 (Entry always possible)
    Import scenario
    1.Create material master of import goods.
    2. Create vendor master record of import vendor and Customs clearing vendor.
    3. Maintain CIN settings.
    4. Maintain J1id.
    5. Maintain Pricing procedure SAP standard JIMPOR.., maintain required conditions..JCDB, JCV1...
    6.Assign the schema to respective import vendor in purchasing view of VMR.
    7. Create import PO, check in conditions of JCDB, JCV1 the customs clearing vendor(Indian vendor) and percentage is assigned. This can be done by In condition tab select condtion then click on display, then enter.
    Save the PO.
    8. MIRO --Capture Bill Of Entry.(Commercial Invoice No.,).Customs clearing first .Here CVD will b converted to BED.
    9. Capture Excises invoice--j1iex.
    10.MIGO.
    12.Post Excise Invoice.
    13.MIRO...Payment to vendor(import vendor)

  • Different  Pricing Procedure for Sale order and Billing Document

    Hello Experts
    As per scenario,we create Excise Invoice (T-Code J1IIN) on Basis of Proforma Invoice.Proforma Invoice and Excise Invoice follow Pricing from Sale Order.AS per pricing Some excise condition types are get update in Proforma and excise Invoice.
    AS Per Customer Payment Confirmation we Create Export Billing Invoice (T-code VF01) on basis of Outbound delivery.
    Issue -: AS per export Billing Rule we don't want to update Excise Condition type in Export Billing Document,and at same time it should not create any accounting entries for same condition type. we Dont want excise Duity in Export Billing Document as Export Billing Doccumnet aslo Follow Pricing procedure of Sale order
    Should i create new Pricing procedure or what other things to solve above issue.
    Please help me out
    Thanks and Regards
    Pash@SD

    Hello,
    The key to your requirement can be maintenance of Excise condition type with proper access sequence and accordingly maintain condition record for them.
    You create an access sequence with following access:
    - Country / Plant / PlntRegion / Region / Price grp / Mat.pr.grp / Materia
    - Country / Plant / PlntRegion / Region / Price grp / Mat.pr.grp
    - Country / Plant / PlntRegion / Region / TaxCl1Cust / Mat.pr.grp
    - Country / Plant / PlntRegion / TaxCl1Cust / Mat.pr.grp
    For export maintain condition record based on any key combination, say for
    Country / Plant / PlntRegion / TaxCl1Cust / Mat.pr.grp - Tax % - Tax Code
    FR / 1000 / KR / 03 (EXPORT) / 04 / 0% / V1
    I hope this can assist you.
    Thanks & Regards
    JP

  • Sub total column in MM pricing and Base value for tax

    Hi,
      In MM pricing in M/08 for the condition we can use subtotal filed for multiple conditions if we use same subtotal fileds the value of all condition will be added in the define subtotal filed,  so this is only effect of subtotal  or it has also some othere effect,  second think which I want to know  in PO after PBXX we have some custom condition for Surcharge % (Item) whatever % we maintain in this  the tax amount is calculated on the addition of PBXX and  Surcharge % (Item,  this is oK as per our requirement,  but in M/08  for  Surcharge % (Item ) the subtotal field os blank,  also  in OBQ3 Fi pricing  for the Condition BASB  the column for Alternative formula for condition base value ALSO Condition formula for alternative calculation type are also blank  then How system found the BASB  value as the adition of PBXX and  Surcharge %, what is nasic rule behind this  for the BASB value calculation.
    regards,
    zafar

    Hi,
      Thakns for your reply, In our existing system, in tax procedure 362/363 is not maintain, so in case this is not maintain,  which value is considered as the base price.
    regards,
    zafar

Maybe you are looking for