Double deduction of TDS on T.code F110

Hi,
I am facing problem about double deduction of TDS on payment details are-
1. TDS got deducted at the time of advance payment by T.code F110.
Example- Advance--- Rs.1000 and TDS(2%) - Rs.20
2. TDS got deducted at the time of making invoice
Example- Invoice-Rs. 10000 and TDS(2%)-Rs.200
3. Advance and TDS got adjusted.
4. Payment got done for that invoice by T.code F110.
TDS deducted again Rs.200
Here problem arised about TDS which got deducted again while making payment by F110 which is not correct
Please help me out to resolve this problem.......
Thanks.

Dear Gurav,
As you said i have to run f-54 again to adjust TDS which is got deducted twice after running f110 for invoice payment. But if no down payment exist against that vendor how f-54 cab be run again to adjust TDS system will give error message no down payment exists for this vendor. So what can be next further...?
Thanks,

Similar Messages

  • Non Deduction of TDS in Case of Open Credit Line Items in GR/IR account

    Dear Experts,
    I would like to request you to please give ur suggestion/advise in the below issue:-
    In our earlier legacy system(oracle) we used make provision entry based upon the activity done & certified by respective non finance dept by(against which vendor invoices are not received before month closing):-
    On the last day of the month:-
    Handling Exp    Dr
    Ware House Exp Dr
    Other many Exp  Dr
    Current Liab & Prov A/c Cr
    As per IT dept we have to deduct TDS at the time of crediting the vendor or any other suspense a/c and deposit it by next month by 7th day . To avoid non deduction of TDS against such provisional expenses we used to reverse the same entry on the 1st of next month:-
    Current Liab & Prov A/c Dr
    Handling Exp     Cr
    Ware House Exp Cr
    Other Exp           Cr
    Now in SAP we r not doing manual entries like above:-
    The entries are huge and so many Exp get debited & GR/IR A/c get credited. Thus there is a very much possibility that the IT person or IT Auditor treat it(GR/IR) as suspense a/c and can give comments on his report about non deduction/deposition of TDS.
    In SAP there is an option to transfer all these credit open items into an clearing a/c and reverse it in the 1st of next month. But that time entry will be a sunder:-
    On the last date of the month
    GR/IR Account   Dr
    C/L Prov Clearing A/c  Cr    (It will be created)
    On the first date of the month
    C/L Prov Clearing A/c  Dr
    GR/IR Account           Cr
    But again C/L Prov Clearing A/c can be interpreted as a supense A/c.
    We need entries like under:-
    On the last date of the month let all credit open item of GR/IR as it is.
    On the first date of the next month all Credit Line items document to be reversed and again reposting of same on the same day.
    I,e all Exp to be credited
         All GR/IR to be debited  
    (Revarsal of all open GR/IR credit line items) on 1st of next month
    On same day again the original entries which are reversed to be created
    All Exp to be deited
    All GR/Ir to be credited.
    Whether above is possible, if not then how other companies in India are handling the issue.
    Regards,
    Alok

    Dear ,
    Try t-code J1INPR and J1INUT for the same as per below explanations.
    Regards,
    Kalpik

  • Lower deduction of TDS for Vendors

    Dear Experts,
    My client requirement is,when the vendor gets an exemption certificate from income tax authority for a certain percentage for a particular Threshold limit  after that the system has to calculate the normal TDS rate.
    I have gone through the different thread but could not find the proper solution.
    Please guide how to configure the system to calculate TDS for a lower percentage upto the threshold limit...after that normal TDS should apply.
    Regards,
    Venkat.

    Hi,
    You can maintain exemption % in vendor master but there is no feature to define the limit and deduct tax as per the limit.
    You can meet this requirement by defining formula in the path IMG - FA - FA Global settings - WHT - Extended WHT - Calculation - WHT codes - Define formulas for calculating WHT.
    Here you can define the reduced tax rates and exempted amount to be deducted for the tax type & code combination.
    Regards,
    Jyoti 

  • How to on Debugging Mode for T-Code F110 from Script in Sub routine Pool Pr

    Hi Every one....
    I have done SAP-Script for Payment Vocher for T-code F110 ..I have a Sub Routine Program where I have few Form statements which is called by SAP - Script using Perform Statements, But my problem is when I set a break point in Sub Routine pool program, the out put is issuing with out Debugger ...
    Could any one plz suggest me wht to do???
    Help ful answers will be rewarded....
    Regards,
    sg

    Hi,
    First see if the 'Perform' statement is getting triggered in Script. To put a breakpoint in any script ( even if you do not know the form name, that is the best part ) is se38---->RSTXDBUG --->F8 & execute your pgm/Transaction. The control will wait in the form-debugger.
    I hope this helps,
    Regards
    Raju Chitale

  • Idoc PEXR2002 is not getting tiggered frm T-Code F110

    Hi All,
    I need to trigger the Idoc PEXR2002, from the T-Code F110. The payment process is successfull, but the Idoc is not getting triggered. I am not able to find the exact reason for that.
    We have a tab with name printout/data medium and it has got the following programs in it 1. RFFOAVIS 2. RFFOEDI1 3. RFFOUS_C. Is there any thing I need to do with these??
    Please help me..
    Thanks
    Suma.

    Hi suma,
                                                                                    Now i have requirement to generate payment file
    whan we execute F110 using enhancement IDOC(EDI) . I  want to know ,by which method i can trigger
    IDOC ( by message control ,work flow or standard program) .if it is message control what is process
    code for this.
      I think  u have worked on this .if u have information abt this plz forward me .
    Thanks & regards,
    Balu.

  • Payment Advice Sap Script 'F110_IN_AVIS' T-code F110

    Hi,
    I am using the standard SAP Script form 'F110_IN_AVIS' for generating Payment Advice through transaction code F110. F110 generates a spool request for the Payment Advice.
    Now since a SAP Script output is coming in spool request. It means the whole process is running in background and I am not able to debug the SAP Script 'F110_IN_AVIS'.
    Please tell me is their any way by which I can generate a direct printout without a Spool Request so that I can debug the SAP Script.
    Regards,
    Nitin

    if you want the print out,
    you have to modify the OPTIONS...values...maybe as of now the program is not issuing the printout they passing the parametes only for spool.
    wht u can do is set the "Print parameters, print immediately" to X..
    ITCPO-TDIMMED = 'X'.
    CALL FUNCTION 'OPEN_FORM'
      EXPORTING
        DEVICE   = 'PRINTER'
        DIALOG   = ''
        FORM     = '............'
        LANGUAGE = SY-LANGU
        <b>OPTIONS  = ITCPO</b>
      EXCEPTIONS
        CANCELED = 1
        DEVICE   = 2
        FORM     = 3
        OPTIONS  = 4
        UNCLOSED = 5
        OTHERS   = 6.
    I hope it helps you

  • User Exit To Change Posting Date In T-Code: F110

    Hi,
    I need to change the posting date while doing payment run from T-Code: F110.
    Kindly advice me how to go forward with it.
    Regards,
    Rohini.

    Hi Rohini ,
    I have used BTE 1120 (Business Transaction Event) to change the value date for line items (BSEG-VALUT) for F110.
    May be this can help u ..... try once ....
    Regards,
    AKS

  • Lower deduction or nill deduction on TDS

    Hi All,
    how to maintain settings for lower deduction and nill deduction of TDS lines in FVU file.
    i checked in OSS i find one SAP note Note "1572155 - e-TDS/TCS statement file format changes; (FVU) version 3.1"
    but not yet any further note not available, if any one know please reverse back.
    regards
    Sree

    Hi Shayam,
    thanks for reply, but how these values should update in FVU file. is there any configuration require or directly assignment inj vendor master.
    regards
    Sree

  • Deduction of TDS while clearing Advance payment through F-53

    Hi Gurus,
    I deducted TDS on Advance payment of 10000 and then deducted TDS on Invoice of 50000 with base amount as 40000.
    Now, when i am clearing this invoice and advance payment through F-53 to pay the remaining balance, system is again deducting TDS on Advance payment.
    Please tell me how can i solve this issue.
    Thank You

    hii
    here the steps u need to follow is
    1. while making the down payment TDS is deducted
    u make down payment through f-48.
    2. post invoice through FB60. here when u r going to the withholding tax tab u need to delete the payment tax codes. if u do not delete than the tax will be deducted during the payment..
    3. now go to F-54 and transfer the advance payment to normal by clearing special G/L
    here when u clear the down payment the TDS deducted at he time of down payment will also be reversed.
    4. now finally go to F-53 and make the outstanding payment to your vendor ..
    so in this steps there wont be duplication of TDS pain.. u will be paying only once that is at the time of invoice.
    Hope u got ur answer
    assign points..
    sejal singh

  • How to do payment for vendor bill booked wrongly deducted with TDS ?

    Dear all,
    How to cheque payment for a vendor in which tds is wrongly deducted(tds won't be deduted for the bill) for closed period ?
    How to solve this issue ?
    Jeyakanthan

    Hi Jeyakanthan....
           Normally when the invoice is wrong the we reverse the invoice by raising  Credit memo and all effects along with TDS gets reversed.
           So you can do the same.....
    Regards,
    Rahul

  • Triple deduction of TDS

    TDS is being deducted at the time of Vendor Down Payment, Invoice Posting and also at the time of Making the Payment through f-53 which should not deduct.
    Can anyone help where I am going wrong. 
    Regards
    Ravindra

    Dear Mukesh
    Thanks for your guidance and immediate reply.  Now the problem is solved.  I need a small clarification. When the TDS is deducted at the time of Advance it is getting credited to TDS payable Account.  And while posting the Invoice the TDS is getting deducted on the total Invoice Value.  Is there any chance of Adjusting the TDS amount deducted at the time of Down Payment While posting the Invoice so that the net TDS should be deducted and posts to the TDS Payable Account.
    Regards
    Ravindra

  • Problem in APP Transaction T.Code (F110)

    Dear All,
    There is a problem while making Automatic Transaction through the TCODE. F110.
    While doing this transaction few of the Vendors are getting skipped with an Error that No Valid Transaction details found.
    On the otherhand this Transaction runs successfully for the same Vendors sometime.
    While I checked the Vendor master all the required details for the Vendor are given.
    Kindly suggest...
    Regards
    Om

    Dear OM,
    the error You get could come from the following customizing settings: (some you
    may have already checked)
    A.- Assignment with house bank and a payment method.
        Please go to Tcd:FBZP -> Bank determination
        1) Choose company code
        2) Ranking order : Make sure you have currency + payment method
           assigned for house bank you intend to use.
        3) Bank accounts : Make sure that you have payment method assigned
           for currency /house bank/accountID/Bank subaccount.
        4) Available amounts : Make sure that 'available for outgoing paymen
           is filled for house bank/account ID from (3) and currency.
    B.-If you have required master record specifications flagged, however
       there is any address info in the master data of the vendor.
       Tcd:FBZP >  PAYMENT METHOD IN COUNTRY > Select your payment method
       Goto the tab   > required master record specifications, check
       if you switched on the flag on:
        x Street, PO box, P.O. box pst code
        x Bank details
       Run FK03 for the vendor and check if address (Street, PO box and P.O
       box pst code) are empty.
    Please kindly check and let me know.
    Mauri

  • Double Click Navigation with ABAP Source Codes of Reports On ABAP Workbench

    Hi,
    i have a problem about double click on abap source code on abap workbench. double clicking doesn't work after first double clicked on abap codes. that is going to row of first double clicking.
    did anyone have the same problem? can somebody help me please?
    thanks.

    Nurullah RÜSTEM wrote:
    > isn't there any radical solution to solve this problem?
    > these are very kill-time
    You feel
    Source Code Editor --> Utilities --> Update Navigation Index
    is not radical & kill-time.
    Can you please define "radical" & "kill-time" ?
    BR,
    Suhas

  • J1INCHLN TDS certificate BRS code

    Dear SAP gurus,
    My client want me to bring BSR code in TDS certificate. My existing certificate is picking bank key in the certificate. Pls guide.
    regards

    HI
    BSR code is picked in two ways
    1 for TDS certificate
    2 for J1INQEFILE
    for 1 maintain the same in FI12 - house bank data - Bank key ( created by Fi01)
    for 2 maintain the same in FI12 - communication data - tax number 1 & implement note no Note 948616 - BSR number and bank transit number are not the same
    Saubag

  • T-code F110 with a new house bank

    All,
    I have created a new house bank and when I attempt to do a payment proposal with the new bank I can get all the way to where the system tells me that posting orders have occured.  However, when I I attmpt to do a print out I go to the spool jobs and the print job is not there.  When you use are old house bank the print job always shows when you go to spool job.  Is there a setting I missed when setting up the new hous bank?  Any help would be great.
    Thanks,
    Sean

    Hey Sean,
    check your FBZP settings; paying company code; payment method etc... Also in your payment run check the extended log for any informational messages and double click on any relevant.
    Hope that helps.
    Jon

Maybe you are looking for