FBL1N with dynamic selection WITHHOLDING TAX CODE is dropping rows

Using FBL1N with dynamic selection field: WITHHOLDING TAX CODE and noticed that several vendors dropped off the report. Appears FBL1N's filter logic uses LFB1-QSSKZ and not LFBW-WT_WITHCD. Upon examination, I determined that the missing vendors didn't have a WTC assignment (column is BLANK) in table LFB1. Problem is I'm using transaction FK02's WITHHOLDING TAX ACCT tab to assign the WT codes but these rows are written to table LFBW (not LFB1). How is the LFB1-QSSKZ field populated? And why do some of the entries in LFB1-QSSKZ have values while others do not? Would ultimately like to populate the blank assignments with the correct WT code.

Hi Steve,
This is due to the limitation due to standard design.
You can see that a vendor can be assigned to multiple WHT codes and can also have multiple WHT code for a single line item. Hence in FBL1N output it would not be possible to show the WHT code as there is no  one to one relationship.
You can click on the line item and can then see the WHT information in WHT button. Or alternatively get the data in withholding tax information reports.
Regards,
SDNer

Similar Messages

  • How to Have Two Withholding Tax Code  in One invoice

    Hello,
    We are using Extended Withholding Tax, and we have defined 9 Withholding Tax type specials, this because is the same withholding type, but we different %, also we have defined more than one Withholding Tax Code, for each one. This kind of Withholding Tax in Venezuela it is called ISAE, and for one invoice I could have more than one ISAE Withholding Tax, in this with have configurated diferents withholdings tax types, but it is a issue because, the system generate one Certificate Numbering for Withholding Tax, but for us this needs to be the same,and only generates one Certificate Number and make the sum of the two amounts. Because is the same Withholding Tax, we need to report only one.
    E.g. I post an invoice 1000999, with two Withholding Tax type, 23 -with tax code 01 and 24 with tax code 02, when i Generate the report I get:
    Vendor Certificate Number Wh. t.t. Wtx Amount in RC wt amount
    10000 00000000001 23 01 90000 2000
    10000 00000000002 24 02 90000 1500
    We need:
    Vendor Certificate Number Wh. t.t. Wtx Amount in RC wt amount
    10000 00000000001 23 01 90000 3500
    We tried to defined only one Withholding Tax type with all the Withholding Tax Code, but the system doesn't allow to post in the vendor master data, more that one Withholding Tax type, we tried to leave it blank, but when we do the FB60, we can´t select multiple Tax Code.
    How we can post a document with more  tham one tax code? or what we have to do to solve the problem?
    I appreciate all the help you can provide me.

    Hello Mauri
    Thanks for your answer, but in this moment we have the configuration exactly like you suggest, but in the moment of we generate the certification number we get two or more numbers, and we only need that the systme generates only one. It is correct that the sistem generates two or more because in one invoice we need and we use two or more wt type ISAE, but for Legal Reasons we need that the system generates only one certificated number, because is the same wt type.  You know if we can do any validation? or we must do anything else to get only one certificated number? we never know or is not a rule to use a specific combination of Wt Type.
    tks Fati

  • Withholding tax code category problem

    Hi Expert.
    I need know if is use two witholding tax with different category (the first category invoice and the other payment) in a invoice. When update the withtolding tax with this two Whtax this message ocurred:
    Selected category should be similar to the default withholding tax code category A/P Invoice - Customer/Vendor Code Message 439-79
    Best Regards
    Edited by: Juan C. Ciacera on Jun 11, 2010 9:32 AM

    Hi,
    It seems that you are doing an AP invoice. If for example you are paying rent and you need to retain tax, it should be set to Invoice. We normally set it this way in my country for rentals and subcontracted work.
    Kentish

  • Submit report with dynamic selections

    Hi All,
    I am trying to Submit a report with dynamic selections. I am using the option SUBMIT REPORT WITH FREE SELECTIONS.
    But the dynamic selections are not getting passed.
    Request you to kindly provide some inputs
    My code is
    DATA: trange TYPE rsds_trange,
          trange_line LIKE LINE OF trange,
          trange_frange_t_line LIKE LINE OF trange_line-frange_t,
          trange_frange_t_selopt_t_line LIKE LINE OF trange_frange_t_line-selopt_t,
          texpr TYPE rsds_texpr.
    trange_line-tablename = 'PA0002'.
    *trange_frange_t_line-tablename = 'PA0002'.
    trange_frange_t_line-fieldname = 'GBJHR'.
    trange_frange_t_selopt_t_line-sign   = 'I'.
    trange_frange_t_selopt_t_line-option = 'EQ'.
    trange_frange_t_selopt_t_line-low    = '1987'.
    trange_frange_t_selopt_t_line-high   = '1987'.
    APPEND trange_frange_t_selopt_t_line TO   trange_frange_t_line-selopt_t.
    APPEND trange_frange_t_line TO trange_line-frange_t.
    APPEND trange_line TO trange.
    CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX'
      EXPORTING
        field_ranges = trange
      IMPORTING
        expressions  = texpr.
    submit RPCADVQ0
    VIA SELECTION-SCREEN
                    WITH SELECTION-TABLE rspar_tab
                    WITH FREE SELECTIONS it_texpr
                    and returN.
    Kindly provide your inputs
    Regards
    Reshma

    Hi Reshma,
    Use the FM - RS_REFRESH_FROM_DYNAMICAL_SEL before FREE_SELECTIONS_RANGE_2_EX.
      data: trange  type rsds_trange,
              g_repid type sy-repid.
    g_repid = 'RPCADVQ0'.
      call function 'RS_REFRESH_FROM_DYNAMICAL_SEL'
        exporting
          curr_report        = g_repid
          mode_write_or_move = 'M'
        importing
          p_trange           = trange
        exceptions
          not_found          = 1
          wrong_type         = 2
          others             = 3.
      if sy-subrc eq 0.
    " Do the changes to the trange
    CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX'
    EXPORTING
    field_ranges = trange
    IMPORTING
    expressions = texpr.
    submit RPCADVQ0
    VIA SELECTION-SCREEN
    WITH SELECTION-TABLE rspar_tab
    WITH FREE SELECTIONS it_texpr
    and returN.
    endif.
    Cheers,
    Kothand

  • Report for determining withholding tax codes for vendors

    Dear Experts,
    Is there any report in SAP thru which I can determine the withholding tax codes assigned to a particular vendor? This is required as the client has over 100 withholding tax codes and not able to know which vendor is assigned to which withholding tax.
    Appreciate your inputs
    Regards
    Komal

    Hi
    Pls use the report Code S_ALR_87012086. In the output control, pls tick the check box "EXTENDED WITH HOLDING TAX." You will get the desired out put for your company code.
    regards
    Sanil Bhandari

  • Withholding tax code in line item text field

    Dear All,
    Please suggest me on the below matter,
    When we will pass a vendor invoice through FB60 we will mention the Withholding tax type
    and tax code for withholding tax deduction from vendor . Then withholding tax line item will
    generate automatecally, but there will be nothing in the text field.
    I want that the withholding tax code will come automatecally in the text field after posting the entry.
    Is it possible?
    Regards
    Amitava

    Hi,
    You can define Text for line items in OB56. Just define Text ID and enter your text and tick the check box "Control Display". Now you can define Substitution rule and replace the Text "=XY" in text field (If you have defined Text ID XY in OB56).
    You can also try to maintain user exit with reference to OB56.
    Regards,
    Jigar

  • Withholding Tax Code Setup

    Hi !
    Can anyone help in setting the withholding tax code like normal tax code (exp. like Cenvat, VAT etc). I need it to set the TDS Deduction. I want the setup like 2%  TDS tax  deduction on Invoice/Payment Amt. then 10% Surcharge on 2% TDs Amount Then 2% Ed. Cess & 1% H & S Cess on TdsSurcharge Amount, The posting of different deductions will be in Different G/L Accounts. Total Ded. will be TDSSurchargeCessHS Cess
    Thanks in Advance
    Anupam

    Hi Anupam
    Are you using TDS add on? it is free with SAP B1 2005 B.
    and If you are not using it than also you can set TDS setup.
    Go to administration --> setup --> Financial --> Tax --> Withholding Tax.
    In withholding tax setup form you can set all % and valid from date.
    regards
    kamlesh vagal

  • Re: Withholding Tax codes

    Hi All,
    I am new to withholding taxation, my requirement is to create some new withholding tax codes for new requirement for that what do I have to do. in terms of creation and assignment please let me know whole process of withholding tax code till ending.

    Hi
    The process is:
    1. Define With Holding Tax Countries
    2. Define With Holding Tax Keys
    3. Define Business Place & Section Code
    4. Define Reasons for exeption
    5. Assign factory calemder to Business Place
    6. Maintain tax due dates
    7. Define With Holding tax types for invoice and payment
    8. Define with holding tax codes
    9. Define dependencies and maintain the required tables
    10. Assign with holding tax types to company codes
    11. Define accounts for with holding tax postings
    12 Define number ranges for remittance challan and assign the same to number ranges and tax keys
    13. Define the number ranges for certificates and assign the same to number ranges and tax keys
    Regards
    Sanil Bhandari

  • BAPI relating to Withholding tax codes

    Hi all,
    I am currently using BAPI_ACC_DOCUMENT_POST for flow of information from SAP to J2EE.When J2EE calls this BAPI, its not taking the withholding tax data which it is ought to take.  J2EE which is interfaced with SAP doesn't have the option of entering tax codes. It needs to take withholding tax data from SAP by calling the respective BAPI. What i want to know is that " Is there any BAPI which takes the master data of customer/vendor ( which should take withholding tax information) ?" J2EE is taking all the necessary data except the withholding tax data.
    How do i resolve this issue?
    Regards,
    Raj

    Hello,
    I am facing the same problem with this BAPI. /BAPI_ACC_DOCUMENT_POST/
    This BAPI checks the classical withholding tax codes in table T059Q.
    The company codes are normally set up with extended withholding tax types and codes which are in table T059Z.
    So the BAPI should check the tables according to which withholding tax (classical or extended) you have customized in R/3 to the company code.
    Hope I could help you,
    A

  • Assigning multiple withholding tax codes of the same witholding tax type

    As described in note 363650, I have configured a withholding tax type FE to include a range of withholding tax codes of 0% for US 1099 reporting only. I also carried out the conversion to extended withholding and resolved all errors. My requirement is that I need two different withholding tax codes of this type to be open and editable in MIRO and FB60. I am receiving error Message no. 7Q005 when I attempt to add another code of the same type.
    What is the best practice for configuring/recording withholding tax in this case?
    Example:
    Vendor XYZ
    Header amount of invoice: $1000.00
    Amount relevant for withholding tax type FE code 01: $600.00 (rents)
    Amount relevant for withholding tax type FE code 07: $400.00 (nonemployee compensation)
    Thanks in advance

    Thanks for the input. My problem occurs when attempting to assign the second tax code in the vendor master. The system doesn't allow for the second code of  the same type to be added.
    I can assign one code in the vendor master without issue, and all fields are editable in the withholding tax tab for the first code, both for invoicces and for payments.
    I have been offered one suggestion to configure a differrent range of codes with a new tax type. This would mean that if I had only one vendor relevant for 3 tax codes (rent, royalties, unemployee compensation) then I would have to configure two additional withholding tax types with all the codes associated with them. This doesn't seem like the best approach -- am I missing a setting or some other minor config to solve this?

  • EWT - giving validity period based on withholding tax code

    Dear Friends,
    1) My client is having different withholding tax codes (based on rates) for the same withholding tax type. I have given validity period based on withholding tax type in EWT -> Company code -> Assign withholding tax types to company codes, but they want at withholding tax code level because each withholding tax code is having different validity period.
    Could you please let me know whether we can give validity period or dates based on withholding tax code instead of withholding tax types.
    2) Also please let me know how to handle LTDC based withholding tax codes.
    Thanks & Regards,
    Dwarak.

    Hai,
    it is not possible to give validity period for tax codes.if you are
    using formula functionality,you can set validity period for tax code rates.
    Raghav

  • How to save a variant with dynamic selections parameters

    Anybody knows how to save a variant for an ABAP that uses a Logical database with Dynamic Selections?
    Have a look for example to the following:
    SE38 - DEMO_PROGRAM_GET - Execute - Shift F4 - Connection Number.
    How to save 0820 as Connection Number?
    Function Group SVAR seems good but FREE SELECTIONs are not easy to manage...

    Hello,
      I tried to save the variant of DEMO_PROGRAM_GET with dynamic selection field (Connection Number) filled. It gets saved without any problem. Just click 'SAVE' and enter the variant name and description.
    Thanks,
    Venu

  • Vendor's withholding tax code changing

    Hi
    Can we change the vendor's withholding tax code in mid year......
    regards

    Dear KS_sap1,
    Yes, You can change the WT code during the year but then You have to run the report RFWT0010 for the open items in order to be able to pay them.
    I hope this can help You.
    Mauri
    ps please read the report RFWT0010 documentation by se38 and run it first in "test" to check what the System will do in each document

  • Withholding tax code and Withholding tax type relation

    Hi All,
    Here is my requirement:
    I need to get the WT code description for the tax codes I get in BSIS (BSIS-QSSKZ). The problem is when I try to get the same from T059ZT, I need to have the two key fields WITHT (Indicator for withholding tax type) & WT_WITHCD (Withholding tax code).
    But from BSIS I am having only the field QSSKZ (Withholding Tax Code)and not the WT type.
    I need to know, how can I get the WT type based on WT code? I tried WITH_ITEM but its of no use, as it has both these fields as key fields.
    Thanks in advcane.
    Anand

    Hi,
    Hi,
    I am working on an enhancement for withholding tax.
    The withholding tax base has to be calculated in the exit.
    I found that MRM_WT_SPLIT_UPDATE is the badi which can be implemented and can contain the logic for the calculation.
    The transaction MIRO calls this BADI.But I need to call the BADI even for FB60,FB65,F-43,F-41 and F10.Is this part of configuration.Please let me know how to enhance the withholding tax calculation.
    Thanks,
    guest

  • Is withholding tax code applicable for India?

    hi guys,
    Is withholding tax code applicable for India?

    Narottam Das 
    Yes it is applicable for india.
    Regards
    krish

Maybe you are looking for

  • Does SAP have report display the history of dunning

    Dear Expert, Would like to seek for your help,Does SAP have report display the history of dunning for AR module and what are the T-code and report? Please help. Regards, KH

  • Yet another Nano 6th Gen with power button failure

    When is apple going to put its hand up and admit there is a problem with the 6th Gen Nano. My daughters 13 month old 16gig  ipod has a power button failure the same as so many others. At £120 odd its already an expensive bit of kit without having to

  • Add the google map.

    Good day all! I've been trying to add the google map to a flash site. I've got it on there but it's in the wrong place it sits on the top of the page and I need it to be centered. Under the logo and nav bar. You can see it here> http://thedesignport.

  • Downloading songs into itunes music folder from limewire

    I currently have songs scattered all over my computer and hard driveome from various programs and methods I have used to get music over the years. Some of the music is already in itunes and some isnt. I want to consolodate everything into my itunes m

  • Why did my right click and drop down lists suddenly stopped working in firefox? How do get it fixed?

    I have the latest firefox there is and one day when i opened it, the right click button stopped working. Then even the drop down litsts stopped working. For example if i click on the firefox icon in the top left corner, nothing happens. I have tried