Additonal service tax amount to be paid to vendor

HI All,
The scenario is like this :-
We have prepared a Service Purchase Order for which service entry sheet, invoice verification and payment has been processed in the system with service tax @ 2.06% in june 2008.
But due to change in the service tax rate, the vendor has made an additional demand of service tax @ 4.12% on the SES process earlier. Hence we have to pay him a difference amount of service tax.
Can anyone suggest how to process this in MM.
Thanks in advance.

HI, i think 2 possible ways are there.
1. Post the difference amount to service tax G/L Dr & vendor CR throgh FI JV posting and do vendor payment. or
2. create Credit memo for privious miro and Cancel the Previous service entry sheet and do the fresh SES & MIRO after changing the values in PO.
Subrahmanyam

Similar Messages

  • Miro service tax amount is calculating wrongly for particular materials for import PO

    Dear All,
    I have created import PO with three vendors like foreign vendor, customs duty vendor & Clearing Agent vendor.
    After creating PO with all conditions the PO is posted and MIGO is done.
    While doing MIRO there is no problem for foreign vendor and customs duty vendor (there is no service tax applicable for both)
    While doing MIRO for Clearing agent vendor, we have to calculate service tax for 12.36 %.
    The service tax is properly maintained in the system and its calculating correctly for all other PO's except this PO.
    This particular PO has 32 materials.the values are flowing correctly from PO to MIRO but while calculating service  tax the tax value is higher than the exact value.
    When we do MIRO for same clearing agent with different material the service tax is calculating correctly. But if we use particular materials  with same clearing agent vendor the tax amount is not calculating correctly
    For example:
    for Item 10
    The value is 1062.72 & 12.36 to be calculated on this value.
    The actual tax value is 131.35 but in MIRO its showing as 171.90. The same problem is happening with all other 31 materials.
    The Info record is not maintained for all the materials. On what basis should we check for the above issue. Kindly help with your valuable inputs.
    Kindly refer the screenshot.
    Thanks & Regards
    Subbu

    Hi Ajith,
    Please find the screenshot below
    But for same vendor with different material in another PO the tax is calculating correctly
    9050* 12.36 = 1118. 58
    For this the tax is exactly calculating as 1118.58
    Regards
    Subbu.

  • Service Tax amount

    Dear All,
    Plz go thru it....I have made a service PO, then I have done Service Sheet, Vendor Charges 100, Service tax 12.36%, but when entry in FI is going 100+12.36% to vendor A/c, I want to pay him only 100 for his charges, and service tax should go into service tax payable....can I do this....
    regards
    kk

    hi
    now
    go to obyz
    here select ur tax procedure taxinn
    now look for ur service tax condition
    suppose it is xxxx 
    now in from of xxxx u will see a field of account key (actkay )
    now here maintion mws and save
    now check
    regards
    kunal

  • Posting Tax Amount in BAPI_ACC_DOCUMENT_POST (Tcode FB60 - Vendor Invoice)

    Where do I need to populate the Tax amount in BAPI_ACC_DOCUMENT_POST inorder to create Vendor Invoice (Non PO) - FB60.
    I have populated Tax information GL A/c, Condition key, Account key, Tax Code in u2018ACCOUNTTAXu2019 table and Tax amount $7 in 'CURRENCYAMOUNT' table but got below errors:
    u2018Balance in transaction currencyu2019 - when we have $-107in Vendor line, $100 in GL line & $7 in Tax line. (It showing difference $7).
    The tax amount must not be greater than the tax baseu2019 - When we have $-107 in Vendor line, $107 in GL line & $7 in Tax line.
    Here is the code, please check and suggest me:
    Header Details:
    it_documentheader-obj_type   = u2018BKPFFu2019.
    it_documentheader-doc_date   = u201811/08/2011u2019.
    it_documentheader-pstng_date = u201811/08/2011u2019.
    it_documentheader-comp_code  = u20180001u2019.
    it_documentheader-ref_doc_no = u2018TESTQ108u2019.
    it_documentheader-doc_type   = u2018KRu2019.
    it_documentheader-obj_key    = u2018$u2019.
    it_documentheader-username   = sy-uname.
    it_documentheader-bus_act    = u2018RFBUu2019.
    it_documentheader-fisc_year  = u20182011u2019.
    Vendor Line u2013 Accounts Payable
    lv_item_no  = 1.
    it_accountpayable-itemno_acc = u20181u2019.
    it_accountpayable-vendor_no  = u20187800988u2019.
    it_accountpayable-comp_code  = u20180001u2019.
    it_accountpayable-pmnttrms   = u2018DUBPu2019.
    it_accountpayable-tax_code   = u2018I1u2019.
    it_accountpayable-taxjurcode = u2018000003749u2019.
    it_accountpayable-item_text = u2018Test123u2019.
    Populate currency amount for account payable data
    it_currencyamount-itemno_acc = u20181u2019.
    it_currencyamount-curr_type  = '00'.
    it_currencyamount-currency   = u2018USDu2019.
    it_currencyamount-amt_doccur = -107.
    it_currencyamount-amt_base = 100.
    Append it_currencyamount.
    G/L Account data
    it_accountgl-acct_type  = u2018Su2019.                         " GL
    it_accountgl-itemno_acc = u20182u2019.
    it_accountgl-gl_account = u2018623000u2019.
    it_accountgl-item_text  = u2018Test123u2019.
    it_accountgl-costcenter = u20181099u2019.
    it_accountgl-profit_ctr = u20181u2019.
    it_accountgl-comp_code  = u20180001u2019.
    it_accountgl-tax_code   = u2018I1u2019.
    it_accountgl-taxjurcode = u2018000003749u2019.
    Append it_accountgl.
    it_currencyamount-itemno_acc = u20182u2019.
    it_currencyamount-curr_type  = '00'.
    it_currencyamount-currency   = u2018USDu2019.
    it_currencyamount-amt_doccur = 100.
    Append it_currencyamount.
    Tax Line Details:
    it_accounttax-itemno_acc = '3'.
    it_accounttax-gl_account = '0000210000'. 
    it_accounttax-acct_key = 'NVV'.
    it_accounttax-cond_key = 'XP1I'.
    it_accounttax-tax_code   = 'I1'.
    Append it_accounttax.
    it_currencyamount-itemno_acc = '3'.
    it_currencyamount-curr_type  = '00'.
    it_currencyamount-currency   = u2018USDu2019.
    it_currencyamount-amt_doccur = 7.
    it_currencyamount-amt_base = 100.
    Append it_currencyamount.

    Hi
    See this [post|BAPI_ACC_DOCUMENT_POST and partial non deductible VAT;. It's related with Note 487064 - Direct posting to tax account with AC BAPIs.
    I hope this helps you
    Regards
    Eduardo

  • Input credit on Service tax after making payment to vendors

    Dear Friends,
    Vendor invoice has been entered with Input service tax and payment has been made to the vendor. After making the payment, it is only clearing the vendor balance and not the input service tax G/L accounts entered on the invoice.
    We tried to implement deferred tax functionality (RFUMSV50 program), but here most of the input tax codes are based on the combination of Service tax with VAT. Hence we couldnt proceed further as deferred tax functionality is not applicable for VAT portion and applicable only for Service Tax here as it is a service based industry. In short, the requirement is Input credit can be taken for Service Tax only after making payment to the vendor.
    Could you please let me know is there any mechanism where we can identify whether vendor invoice has been paid or not from the Input Service Tax GL accounts (either in FBL3N or FAGLL03 tcode). Based on that if the document is cleared, then my client will only take all the cleared documents' input service tax amounts and will set off with the output service tax.
    Regards,
    Dwarak.

    HI,
    Kindly go through the SAP note no.921634 & do the configuration accordingly.
    Regards
    Anuj

  • Service Tax program

    Hi
    As per service tax rules, service tax needs to be paid to government only when th amount is received from customer. So at the time of booking invoice, credit must go to service tax interim account and not service tax payable account. Similarly in case of advance, we need to pay service tax once the amount is received even though invoice is not billed to customer.
    Let me know how to handle this.

    Dear
    As per my  understanding,  when an invoice is created the entry is
    Customer A/c Dr  xxxx
    Income A/c     Cr  xxxx
    Service Tax A/c Cr xxxx
    Now you want to assign Service Tax Clearing Account in the above entry.   Upto that stage it is OK.  Then when you receive Service Tax amount from Customer naturally you give credit to Customer Account since billing is already done for service tax and here you cannot give credit to clearing account.   Then by assigning/giving above clearing account does not serve our purpose.
    In my view it is better not to debit Customer at all at the first instance with service tax amount. 
    So when you receive service tax amount, directly you can give credit to Service Tax payable account from where you can pay to the authorities.
    Regards

  • Service tax settoff with excise

    Dear Sir,
    MY company is a manufacturing company, where it pays the service tax &the invoice value to the vendor in total, now  while doing stock transport order, the excise amount which needs to be paid have to be adjusted with the service tax collected on payment to vendor, pls tell me how to settoff service tax with excise
    pls help asap.
    with regards
    suman

    Hi suman,
    This forum area is for issues or questions relating to the "SAPGui".  This is not the correct area to post your question.
    Cheers
    Shaun

  • Service Tax Recievable Opening Balance

    Dear All,
    How to update the Opening Balances for Service Tax recievables so that it appears in the Tax Payment Wizard also. As in the normal system when a the payment is made for an invoice with Service Tax the tax amount on the paid sum gets to reflect in the tax payment wizard for Service Tax, Cess on Service Tax and Higher Edu Cess on Service Tax. Now, when I am switching from my legacy system, how do I update the service tax recievable account balance in SAP so that I can also see that in the Tax payment wizard?
    Please suggest.
    Regards,
    Raj

    HI Raj,
    If you are using DTW to import BP invoice details, use the tax code those are created in the system in the templates to achieve your requirement.
    Thanks,
    Joseph

  • CIN: How to transfer service tax credit from interim a/c to final a/c.

    Hi,
    When a service vendor raises an invoice on our company we post the vendor invoice.At that time the service tax paid goes to the interim service tax a/c.
    When we make payment to the vendor the Service tax credit balance is transfered from interim a/c to final service tax a/c. The final service tax a/c is then used for utilization of service tax to be paid for output services.
    The transfer of service tax credit from interim a/c to final a/c happens when i run the report S_AC0_52000644(Deferred tax transfer), but from April 2011 this is not happening?
    Any idea on why the service tax credit from interim a/c is not getting transferd to final servic tax a/c?
    When i run the report it shows list contains no items?

    Dear Sanjay,
    I have a few doubts in Service tax.
    1. while posting the service tax got Dr and when i'm giving the payment to vendor in the service tax amount no change. you said when you do the payment the service tax amount transfer  from  interim account to  Main a/c. can you give me the solution what i have done mistake and what i need to do till to rectify it?
    2. when i'm running program  S_AC0_52000644 system saying for selected company code no deferred tax. what is the problem ?
    3. how can i clear the service tax open item witch is posted Dr at the time of invoice? what is the process ?
    can you please give me the solutions i have strucked at this stage in service tax. please help to come out from this problem.
    Thanks & Regards,
    sreehari.

  • Capture Service tax

    Dear All,
    1)How to capture the service tax to respective Register,
    As we do for excise in RG23A I & II  capture and post in MIGO
    how we capture the service tax(claimable)  ; so is there any other procudure.
    2) In service entry sheet is the accounting document are generated if yes where to see that.
    Regards,
    Vimlesh

    Hi
    Service tax register has to be maintained seperately manually, giving details of credit availment and utilisation of credit against the excise duty payment. The format is defined by Central Government.
    Service Tax credit is availment of credit on the service tax amount paid to the service providers. This can be availed after the service tax amount is paid to the service providers. The amount of service tax credit that can be availed is accumulated in a clearing account at the time of MIRO. The accounting entry will be
    Service Tax Clearing a/c Dr
    To Vendor
    When the service tax amount is paid to the vendor, the service tax credit can be availed in the books of accounts. The entry at that time will be
    Service Tax credit A/c Dr
    To Service Tax clearing a/c
    This service tax credit so availed can be utilised for the payment of excise duty and the accounting entry will be
    Excise Duty Payable A/C Dr
    To Service Tax credit A/c
    Regards,
    Lakshmanan Krishnan

  • Interest on customer item excluding service tax

    Hi,
    When i run customer interest calculation(FINT) system calculates interest on invoice + service tax amount  but i want to calculate interest on only invoice amount excluding service tax.
    Request immediate help.
    Thanks in advance.

    Hello Pranav,
    Select radio button as Net amount instead of gross amount in mentioned customization.
    SPRO > Financial accouting New > Withholding tax > Extended withholdign tax > Calcualtion > Withholding tax type > Define withholding tax type for invoice. Double click on relavent TDS type & change gross as net and check impact,which we are using since notification annouced by Income tax department.
    Regards
    Mani Kumar

  • Journal Entry for Service Tax Non-Deductible.

    Dear Experts,
    I have created an A/P Invoice for a Service item with Service Tax Non-Deductible(100%). For that we got the journal entry as below.
    Journal Entry
    Edu. Cess on Service Tax Payable Dr.                   00
    HCess on ST Payable Dr.                                        00
    Service Tax Payable (Non-Deductible) Dr.              00
    Inbound Freight and Carriage Dr.                       10000
    Service Tax Payable (Non-Deductible) Dr.            258
                    Vendor A/c                                                     10258.
    But my client is asking for the credit figure to be splited to Vendor A/c - 10000 and Service Tax Payable (Non-Deductible) A/c - 258.
    He wants the Service Tax amount not to be credited to the Vendor A/c; but to be kept in the Service Tax Payable account.
    Is this correct and possible? Please advice.
    Regards,
    Anandh.
    Edited by: anandharajaa on Apr 8, 2011 7:32 AM

    Hi
    I never seen this kind of scenario....
    If your involving any tax in Document then it will Cr. or Dr. to respective vendor or customer and it is the logic too , they have to pay for that... IF they are not payable then will your company pay for that to Govt. It will be lose to company only....
    So in Straight the way you need is wrong according to me, May  be  i don't know your are current scenario might be like this... if it so pls explain further ....
    Giridharan V

  • Calculation of CST on (Base Value+Service Tax )

    Hi Gurus,
    We are using tax procedure as TAXINN. Here our client want tax code for service and CST i.e. (Service Tax 10.3 + CST 5%.For this I have done the required configuration in FTXP but still there is a problem regarding calculation of CST.Client wants to calculate   CST 5 % on (Base + Service Tax Amount).
    Base Price                               500
    Service Tax (10.3 %)             51.5
    Total                                        551.5
    Cst (5%)                                 27.57
    Total Price with Taxes           579.075
    As of now what I have seen in system its calculate CST on base price not on total of (Base + Service Tax) on the basis of condition type JVCS.I have following queries on the same:
    1.Whether the requirement of client is correct means as per law
    2.And if it is correct than how can we configure in SAP in tax procedure
    Kindly advice.
    Regards,
    Abhinav Sharma

    HI,
    There is no way you can have this done if you are going to book transaction directly in FI based on tax code...this can be done if you are going to post transaction through SD or MM then you can attach routine to calculation procedure if MM and pricing procedure if SD..
    Regards,
    Chintan Joshi

  • Vendor service tax at the time of down payment

    Hi sap Guru's
    Service Tax payable on Vendor Advances at the time of down payment.
    Requirement: New tax code X5 need to create with CST@5% on 80% of Bill value and service Tax @12.36% on 70% of Bill value. While calculating the CST amount, system should take the base value by excluding the service tax amount.
    I had created the requirement and at the time of posting in F-43
    The service tax calculating.
    But when i am posting in F-48 the tax is not calculating. What is the reason
    For down payment f-48 i need to make any configuration, or need to maintain anywhere the tax code x5
    Please advice me why at the time of down payment F-48 the tax is not picking.
    Thanks & Regards,
    Ramesh

    Thanks you very much for your reply sudhir,
    If i select ,"Posting without tax allowed" check box why the system is not going to calculate the tax
    And in recon account should i maintain G067. or any else.
    Thanks,
    Ramesh

  • Service Tax condition not picking during MIRO

    Hi,
    Referring earlier posted thread,
    http://forums.sdn.sap.com/thread.jspa?threadID=2135441&tstart=0
    I want to know insert a Tax Code - VAT for 10% and a Condition Type - Service Tax for 10.3%...
    During MIRO, Service Tax Amount is not Picking... Why???
    There is any solution for it.....

    Hi,
    If we create Service condition type, then why need to create Tax code in FTXP and maintain in FV11...
    Why both things need to create...??
    No need to maintain
    check for your service tax condition type
    Cond. class   A Discount or
    Calculat.type A percentage
    Cond.category B Delivery co
    and you have accrual tick for your condition in t-code M/06
    also check in your pricing procedure you have assign account key and accrual key for your condition type in t-code
    M/08
    Regards
    Kailas Ugale

Maybe you are looking for

  • VBA code to import scanned images into Photoshop CS2 with TWAIN

    Hi, I have to develop a solution that automates the scanning of an image using the TWAIN driver interface. Once scanned, the image appears as a new document in Photoshop where it will be further processed using VBScript scripts. The solution so far :

  • Key figures in row and column.

    Dear all, I have a requirement in my BEx query to have to key figures in both the row and column. This is the scenario, I have a formula defined in the row which does a total up and the user would like to see this key figure formula in the column whi

  • New Animation part of Indesign help please!

    Hi, I've just watched this tut: http://www.youtube.com/watch?v=EAELj3n2QMM Which is very good I must say.  I am really interested in the animated element now included in indesign 5.5.  One question I do have I couldnt find an answer too is what is th

  • Help in joining results

    hi experts, i am newbie, please help me with my sql query table1 id X 1 1 2 1 3 1 1 1 3 1 table2 id Y 1 1 2 1 4 1 5 1 2 1 required output id X Y 1 2 1 2 1 2 3 2 0 4 0 1 5 0 1 my following query produces wrong output, please help me to correct/rewrite

  • Come è possibile che la batteria dell'Iphone 4s si scarichi cosi in fretta

    Ho un iphone 4s da circa 1 mese,prima di comprarlo tutti mi dicevano che la batteria durasse molto di più del 4,invece io noto che se tipo lo uso solo per chiamare si mi dura anche 2 giorni ma appena navigo e utilizzo applicazioni....la batteria vola