Taxes redetermination in Sales Order after Billing is done.

Hi All
I have specific issue at my client, due to some Transport the tax amount got erased from sales order.
The orders got invoiced and got posted to accounting with tax value ( due to RFC call to taxware at billing document) but due to some Transport the tax amount got deleted from Sales Order (Tax Value is 0 at sales order, Tax value is XXX value at Billing doc). There are 1 million Sales Orders from which tax amount got deleted, we need to determine the taxes.
Please let me know the suggestions how to redetermine the taxes at sales order.( The Orders got biilled already).
limitations are:
1 - We can not cancel the Invoices.
2 - There is RFC call to Taxware system for calculating the taxes.
I appreciate your suggetions.
Thanks and Regards
Prasad

Hi ,
It is not possible to update the taxes without cancelling the invoices in standard.We even can not delevop a bdc tool also to update the same ,because pricing update field will be in suppress mode to run the recording for using in bdc.I suggest you to log an issue with sap for the same.
Regards,
Pasapula.

Similar Messages

  • Sales order after billing is not saving

    Hi Sir,
    After doing billing,if i try to save the document,it is throwing an abap error.
    Error is "GET _NOT _ASSIGNED NORANGE..
    Kindly suggest how to solve this...
    Rgds,
    Pavan.

    Hi,
    This may be one of the reasons, so just check out.........
    Check if you have maintained the number range for the sales document type.
    In tcode VOV8 -  check the number range to be maintained, internal / external
    in tcode VN01_ maintain the number range both internal and external.
    regards,
    ashish

  • Tax date in sales orders and invoices (Billing)

    Hello Experts,
    I have an issue related to Tax date in sales orders and Billing documents.
    In our environment we calculate taxes at the time of sales order creation and billing document (invoice) creation.
    Currently we modified 'ZXFYTU03' exit to pass tax date which is system date. Our business processes are such that, there is a gap of 3-5 days between sales order creation and billing creation. So for some orders we see tax discrepancies between order and billing.
    Through forums I understand that we can use 'service rendered date' at sales order item level. Solution would be passing date in 'service rendered date', we can pass date in 'service rendered date' field in sales order.
    The problem is to copy same date in billing document 'service rendered date'
    Does anyone have any idea how we can copy the sales order service rendered date to invoice service rendered date?
    Through forum i understand that we can use copy controls, data transfer routines etc...Appreciate if someone can guide me on how i can use these...
    Thanks in advance
    Pradeep

    Tried 2 options...
    1. Modify program RV60AFZC (FORM USEREXIT_FILL_VBRK_VBRP) to pass VBRP-FBUDA = VBKD-FBUDA. But in later part of the process, in SAPLV60A-LV60AA21 (perform fakturadaten_lieferbezogen), VBRP-FBUDA is overwritten by LIKP-WADAT_IST which is goods movement date. So this is not solving my problem.
    2. Modify program ZXVVFU08, to get service rendered date from VBKD-FBUDA based on CVBRK-XBLNR (Sales order) and populate CVBRP-FBUDA. But unfortunately this user exit is being called after user exit 'ZXFYTU03' where tax related data including tax date which is being passed. Somehow tax date in this user exit 'ZXFYTU03' is document creation date which is system date.
    With 2nd option, service rendered date from sales order is copied to invoice doc, but the tax is calculated based on document creation date since the tax user exit 'ZXFYTU03' is being called first...
    Per this, coustom routine did not work...
    Refer: Service Rendered Date (VBRP-FBUDA) for SD Invoice

  • Changing Tax Code in Sales Order

    Hi All,
    I've a requirement to change the tax code of MWST CT from normal value XX to a new tax code in sales order for few excpetion cases.
    For normal cases the tax code will always be XX for MWST CT in the sales order. However for very specific business need the tax code for the existing sales order needs to be changed to a new value. The need for changing the tax code always arise after creating the sales order.
    Kindly suggest the possible ways to meet this requirement.
    Regards,
    Ashish

    Changing the tax code in the sales order is not std sp procedure and I don;t think sp allow tampering with it either.
    The taxes are based on the combination for customer and material and I suggest that you maintain all tax codes at the material and customer level for all combinations possible and each customer is alloted one unique one.
    What are the possible reason why tax changes. It can only be the delivery address is changed. If the material iself changes then you may have to modify the sales order itself but if there is a change in the ship to party then....
    Now if the shipto party changes then you can always redetermine taxes in billing where the actual taxes will be redetermined based on the new conditions.
    If you see the tax line item in the sales order you will see that it is greyed out.
    You can change the excise duty but not taxes.
    This is the default where the condition type is prohibited from changing manually. But if you change the setting to Free or manual then you can change the value of tax bu the tax code will be as determined by the combination of material and shipto.
    regds
    Jude
    Edited by: jude xavier on Sep 7, 2008 8:23 PM
    Edited by: jude xavier on Sep 7, 2008 8:24 PM

  • VPRS-based condition redetermined in return order (referencing billing doc)

    I have an issue with copy-control from invoice to return order.
    I want the invoice pricing conditions to be copied unchanged to the return order.
    This is similar to when creation the Sales order>Delivery>Billing Document.
    I need to make a return order for the same amount as in the original sales order (naturally, we want to credit the same amount).
    This works fine for all conditions, except for a VPRS-based condition, which is redetermined upon return order creation.
    The VPRS-based condition should fetch the moving average price for the sales order only, not for the return order.
    I have maintained copy control for billing document to sales order with pricing type 'G'
    G: Copy pricing elements unchanged and redetermine taxes. The system
    This works fine for Sales order --> Delivery --> Invoice, but not for Invoice --> Return order.
    I would prefer not to use a formula, but I guess one alternative solution is to fetch the condition value from the original sales order if I cannot do this with customizing.
    Let me know what you think about the forumla (VOFM) and if it is possible to achieve copy-control with unmodified condition values for the VPRS-condition.
    Thanks!

    Ok, thanks for your input!
    I'm sharing my solution:
    I implemented a new condition value formula for my pricing procedure:
    VOFM>Formulas>Condition value
    FORM FRM_KONDI_WERT_XXX.
      DATA: lv_kbetr TYPE kbetr,
            ls_vbfa  TYPE vbfa,
            lv_knumv TYPE knumv.
    Get moving average price for return order from SO
    The ZPRS pricing condition modifies price in return order
    The value of ZPRS should be the same in return order and SO
      IF xkomv-kschl EQ 'ZPRS'.
    Get sales order and position
        SELECT SINGLE vbelv posnv
          INTO corresponding fields of ls_vbfa
          FROM vbfa
          WHERE vbeln   EQ komp-vgbel  "invoice number
            AND posnn   EQ komp-vgpos  "invoice item
            AND vbtyp_n EQ 'M'         "invoice
            AND vbtyp_v EQ 'C'.        "order
        IF sy-subrc EQ 0.
    Get sales order conditions key
          SELECT SINGLE knumv
            INTO lv_knumv
            FROM vbak
            WHERE vbeln EQ ls_vbfa-vbelv.
          IF sy-subrc EQ 0.
    Get moving average price from sales order conditions
            SELECT SINGLE kbetr
              INTO lv_kbetr
              FROM konv
              WHERE knumv EQ lv_knumv
                AND kposn EQ ls_vbfa-posnv
                AND kschl EQ 'ZPRS'.
            IF sy-subrc EQ 0.
    Recalculate condition values
              xkomv-kbetr = lv_kbetr.
              xkomv-kwert = ( lv_kbetr * komp-mgame / 1000 ).
              xkwert      = xkomv-kwert.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDIF.
    ENDFORM.

  • 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

  • Tax calculation on sales order and invoice is different

    2007A, SP0, PL49
    The tax on a sales order does not match the tax on the linked delivery and invoice by 1 cent. We take payment based on the sales order amount as the delivery and invoice are done after the fact. Why is the tax calculated differently on the delivery/invoice? We would want it to always match.
    Item price = $111.04. Taxcode rate 13% has combination of 5% GST + 8% ONTAX.
    On Sales Order, ONTAX = $8.88
    On Delivery/Invoice, ONTAX = $8.89
    Can someone please explain the difference? Is rounding/tax calcualtion controlled by system settings per document?

    Something must be wrong with your Sales Order tax.  The actual tax would be 8.8832.  Round up to 8.89 is correct.  Do you have any SP, FMS or add-on been used?
    Thanks,
    Gordon

  • Change Tax Classification in Sales Order

    Hi all,
    I have a question about tax classification in sales order.
    I know that taxable or non taxable is determined by a variety of key (by material, order type, departing country & destination country, etc).
    I use Domestic Taxes as a key to determine taxable or nontaxable. To do that, I need to set up tax classification in customer master and material master, right?
    Based on that combination, I can determine if it becomes taxable or nontaxable and if so by how many percentage.
    OK.
    Here is my scenario:
    The customer and material I use to create sales order is set as taxable. So, when I create an sales order, the tax and its % is automatically presented in conditions.
    But how do I do if I want to make only this sales  order be nontaxable?
    I changed Tax classification from '1' taxable to '0' nontaxable in Billing Document Tab at Item level, but tax is still there in Condition Tab.
    I thought taxable or nontaxable can be changed by this way. Am I missing some procedure?
    Regards,
    Screen Field:VBAP-TAXM1

    Hi,
    When you set the tax condition to your country and set the tax rate in VK11 based on the customer tax classification and material tax classification, it should pickup in the document.
    How can it posssible to have tax for one document and no tax for the other. Tax is uniform, and it will be applicabe to all customers (certain exceptions also there). In any case the customer is not taxable ot material is not taxable, maintain the customer / material tax classification as '0' and don't maintain any condition rate for that.
    Prase

  • Sales invoice carrection  & item deletion from sales order after PGI

    Hello Sir ,
                   i want to change the item price after billing , account document is created .
                   what can i do for it ?
                  and second is . i want to delete line item from sales order after PGI
                  like  after delivery customer want  to change the goods .
                  please ans me asap
    Thanks
    Arvind
    Edited by: saparvind on Nov 5, 2009 5:30 PM

    Hi ,
    i want to change the item price after billing , account document is created .
    what can i do for it ?
    Once the Billing document and corresponding Accounting document created, then you have to cancel the BILLING DOCUMENT to change the Price.
    To change the Price , If it is Manual price directly you can change in the Billing document.
    If the Price is coming from the CONDITION RECORDS then you have to UPDATE the pricing to the  CARRY OUT NEW PRICING in the Billing documents, with Option B
    i want to delete line item from sales order after PGI
    like after delivery customer want to change the goods .
    For this you have to reverse the PGI in the Transaction code VL09 and then cancel the DELIVERY in VL02N---Delete.
    Now you can change the Goods in the Sales document in VA02.
    Please check the above and revert.
    thanks,
    santosh

  • Tax Issue in Sale order level

    HI,
    For the Export Customer Country "UG" but at the time of Sale order system is picked Country "IN" but the enduser didnot maintain the condition record and also it is not manual entry but it is supposed to combination of contry "UG"
    but client wants only price , freight & insurance charges because he is foerigh customer i think is it requied to create seperate pricing procedure
    Regards,
    Prasanna
    Edited by: prasanna_sap on Nov 16, 2011 1:12 PM

    Hi
    See SAP Note 302998 - Collecting fields for user-exit. This note says related with SD and taxes:
    Sales orders and billing documents:
    If there are fields you want to pass from pricing to the tax user exit that
    are not in KOMP and KOMK (and the subtotal fields KOMP-KZWI1 etc. are not
    enough), add those fields to the pricing user includes
    It goes on:
    If these pricing user exits are not enough because the values depend on
    what's in XKOMV, then you can always use an alternative condition formula
    for condition base value and attach it to condition type UTXJ (or UTXD, in
    case of max tax pricing).
    For example, fill XKOMV-KUNNR with KOMP-KUNNR if empty.
    Please consider note 381348 for the case that an alternative condition
    formula for condition base value is used!
    I hope this helps you
    Regards
    Eduardo

  • ERP - SD Sales orders with billing plan (material number change appear)

    Sales and Distribution.
    Regarding sales orders with billing plan.
    We create the sales order and create billing plan at header or item level.
    We issue down payment request(s) upon receipt of sales order.
    Often during the life time of the sales order one or more of the material numbers are changed after the down payment request(s) has been issued and paid by the client.
    Our issue is that prior to changing the material number in the sales order we have to reverse the payment(s), reverse the down payment request(s) and after the material number change re-issue the down payment request(s) and register the payment again.
    We wish to find a solution avoiding all the reversals.
    If you have a similar situation please inform how to handle material number change in the sales orders with billing plan.
    Best regards
    Lise

    Dear Consultor SD ,
    There is no setting to create the invoice based on schedule line.
    What you can possibly do is create multiple deliveries based on the schedule line and
    then invoice the individual deliveries.
    If you want system to split the deliveries based on schedule line, then you will have to include Schedule line also
    in the COMBINATION REQUIREMENT in VTLA.
    Thanks & Regards,
    Hegal K Charles

  • SD How to create IDoc once Sales Order Invoice (Billing) has been created ?

    Hi,
    How to create IDoc once Sales Order Invoice (Billing) has been created ?
    I.e Once you click on save button of Invoice , IDoc Should genrate Automatically.
    Thanks

    Hello,
    Go to T.code VV31 and select the billing output type and select the access sequence required and in the details screen of create condition records give all the required entries for eg: may be Billing Type, Sales Organsiation etc.and in the medium choose the option as 6(EDI) and time select as 4 that is immediately after saving the document.Also please ensure that particular partners for whom idoc should be generated they need to have partner profile setup with the billing message types. Hope this helps.

  • Difference in amount in sales order and billing for one line item

    Hi experts,
    User created one sales order with three line items say line item10, line item20
    Line item 30.Line item 10 value is 5024.26 EUR in sales order. He did delivery for three line item and invoiced. But the problem is that the line item 10 value is changed i.e. 5024.28 EUR in Billing and the remaining line item values are correct. All the line items having same item category.
    I asked the user to cancel the invoice and PGI. He did that. And again he created the PGI and Invoice. But the value of line item 10 become 5024.27 EUR and again he cancels the invoice and the PGI. and again he created the PGI and Invoice. Now the value of line item 10 is correct i.e. 5024.26EUR in invoice.
    Note: No changes are carried out from sales order to billing and even in material also.
              I checked copy control settings also all are correct.

    Is the Item Category of that item different from the rest. If yes for that item probably pricing is redetermined. However if its the same somebody might have changed it manually.
    If all the item have same category then it is possible that repricing is carried out for all the items however it found new condition record only for that perticular item.
    Rings a bell ?
    Regars

  • Change Tax code in sales order

    Hello Friends,
    We have a requirement for the tax code determination - There are two way determination of tax code in sales order
    -> From the tax condtion records
    -> From manual input of tax code in the sales order
    Could you please advice on how we can insert manually the tax code since the standard SAP not supports the requirement.  For your information, business case not supports to maintain condition recors for those tax codes to insert manually.
    Please advice
    Best Regards,
    Goutham

    Hi,
    During sales order creation, the tax classification from the customer master is proposed in the sales order document.
    In condition record, you maintain the tax code for this tax classification along with some other field combinations. Accordingly, teh percentage linked to the tax code will be decided as teh % of tax for the customer. This is the logic.
    If you want to change the tax code in the sales order, it is not possible. However if you really want to change it, you can achieve it by changing the tax classification of the customer in the sales order header. This is available in the billing tab of order header. The field is "Alternate tax classification". You can change the desired tax classification here. Correspondingly by linking the tax code to this tax classification in VK11, you should be able to change the applicable tax code in the sales order.
    In summary, you should change the tax classification in order to change the tax code which is linked to it.

  • Cash sales Order Related Billing

    Dear Forum Members
    Hi
    I need clarification on the following. Both in cash sales and regular sales orders , delivery , PGI and then billing is involved. So why we call cash sales process as  order related billing. I find that unless goods are posted in cash sales delivery , invoice can not be created like in normal sales order. Request your inputs
    Thanks in advance
    regards
    narasimha

    I need clarification on the following. Both in cash sales and regular sales orders , delivery , PGI and then billing is involved. So why we call cash sales process as order related billing. I find that unless goods are posted in cash sales delivery , invoice can not be created like in normal sales order. Request your inputs
    Hi narsimha
    There is a lot of difference between cash sales order  and normal sales order
    The differences are
    cash sale document type - BV , standard sales order document type - OR
    Item category for cash sale is BVN and normal cash sales order it is TAN.
    In VOV8, if you go to BV document type details , shipping conditions will be on where as in OR , shipping conditions will not be on .
    In cash sale order , automatically a  delivery number will be created in the background once you save the cash sale order , whereas in normal sales order , after saving order you need to do delivery and then save it then only delivery  number will be generated
    In cash sale  the billing date will be todays date only where as in normal sale billing date can be after 1 week also , depends on the availability check
    In normal sales cycle , you get invoice in billing F2, where as in Cash sale when you create a cash sale order the output you get is the invoice for the customer.
    In cash sale  there wont be any credit , where as in normal sales order there will be credit for customers .
    Example :
    cash sale - A customer purchasing goods in a retail outlet and then and there he is paying cash (no credit) to the retailer.
    Normal sale - Customer purchasing goods but paying in installments , that means he is a regualar customer and he is getting credit.
    Why cash sale  is order related billing ?
    Because , once you save the cash sale order automatically the delivery number is also created. now when you go to VL02n and enter the picking quantity it has to be fully referenced , of how much you have given in the cash sale order . But if you try to do partial delivery . you cant do again , you need to change the quantity  what you have given in the delivery and enter in VA02 and enter the same quantity. then only the order will be closed
    check the billing relevance for the item category BVN ( it is order related billing)
    normal sales order is delivery realted billing ?
    Because the item category for TAN is  relavent for delivery and Billing relevence is different from BVN
    you can do paritial deliveries in normal sales cycle till complete order quantity is referenced
    Reward points if useful
    Regards
    Srinath

Maybe you are looking for

  • I'm really worried

    I had tried to put more music than can fit on my iPod, on my iTunes, and a window popped up that said that it was going to make a new folder of my selected songs. I was downloading some music at the time, and I put it on my iPod, and accidentally era

  • CS6 imports file at incorrect frame rate

    Hi all, Exported recordings from Screenflow and using Premiere Pro CS6 to edit them. We have two screen captures from Screenflow made on the same day. We exported both with the same settings into .mov files. part-1.mov imports correctly at 25 fps. pa

  • Safari keeps crashing on NY Times site

    I'm running Safari Version 2.0.4 (419.3) under OS 10.4.7 on a Mac Mini. Even after cleaning the cache, deleting the favicons, disabling javascript, etc., if I open a link on the NY Times site, I get a spinning beachball followed by a crash window. Re

  • Remove expired Movie rentals from iPad

    Hi gang, I rented and watched a couple of movies on my iPad. They have expired. They still show up in the video app and are not watchable. How can I make them go away. iTunes says I've got over 3 GB of video content which MUST be those movies because

  • HT1351 sync playlist from ipod to computer

    I have a 2nd generation ipod nano, Im trying to find out how to transfer playlists I created on my ipod to my itunes or computer so I can share that playlist on my ipad or iphone