Need input on Use Tax

Hi,
We are using Offset taxes to manage use Taxes.
A offset Tax code is linked to each Sales Tax code.
While doing a 3 way match, the Sales Tax code is added to the Invoice distribution which has got created due to 3 way match i.e. the item line.
Once 'calculate tax' button is clicked, it does add 2 lines (one with +ve amount i.e. for Sales tax, and one with -ve amount i.e. the Use Tax line)
The requirement is to change the Sales Tax Account that defaults on the Invoice Distribution. What we are seeing is - the Sales Tax account gets disabled when I do 'calculate tax' on the 3 way matched Invoice distribution.
Any clues as to how to keep this Account field enabled for the Sales Tax distribution? We would like to Debit the departmental expense account i.e PO charge account for the amount corresponding to the sales tax, and hence we need this enabled.
Regards,
Anand

Hi,
Thanks for the reply.
We cannot use the Tax Account as the PO Charge Account, because the charge account can be anything - depending on the PO.
The users don't mind manually changing the account that Oracle has defaulted on the Sales Tax distribution, however the problem is - the Account Field itself remains disabled for 3 way matched invoices.
For non- matched invoices (which are NOT against PO) - yes you can go ahead and change the account.
As far as the second option goes - we cannot do that because we are on 11.5.10
Regards,
Anand

Similar Messages

  • Need inputs on Canadian Tax

    Hi,
    Can anyone tell me, in Canadian Tax, which field refers to Provinical Exemption Tax and Federal Exemption Tax on IT0462 and IT0463.
    Regards,
    Lakshmi Varadarajan

    This might help you -
    Definition
    The Additional Tax Data infotype (0464) is the fourth in a series of four infotypes used to process Canadian taxation in mySAP HR Payroll. These four infotypes are as follows:
    ·         The Tax Assignment infotype (0461)
    ·         The Provincial Tax infotype (0462)
    ·         The Federal Tax infotype (0463)
    ·         The Additional Tax Data infotype (0464)
    Requirements
    Maintenance of a corresponding record in the Additional Tax Data infotype (0464) is optional for all Canadian employees that you wish to process in mySAP HR Payroll. However, you may be required to create and maintain this infotype for certain Canadian employees who are subject to additional provincial exemptions. If the Additional Tax Data infotype (0464) is not maintained, it will be defaulted by the system within payroll integration function KTXDM.
    Use
    The Additional Tax Data infotype (0464) stores additional taxation information for Canadian employees where called for. Information stored on this infotype includes additional provincial personal exemption indicators.
    Like the Provincial Tax infotype (0462), corresponding subtypes exists in the Additional Tax Data infotype (0464) for each province and territory; these subtypes can be created where required. Depending on the subtype created, a number of exemption codes are provided.
    An employee can hold several records of this infotype for any number of provinces and territories. Since the Additional Tax Data infotype (0464) is optional, records within this infotype can be delimited.
    Refer link for details -
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/af/f4ea3444e9c47fe10000009b38f83b/frameset.htm
    Regards,
    Amit
    Reward all helpful replies

  • Use Tax Accrual

    Hi,
    I have an issue accruing use tax while entering vendor invoice in FB60. The case is, the vendor has sent an invoice with zero tax. However, the client wants to accrue use tax, while entering the invoice in FB60. For this, I am using the Tax code U1. On simulation, I am getting the following accounting entries
    Vendor           1050-
    Office Supplies A/C      1000
    Tax Payable A/C         50
    Here, instead of the tax payable account the vendor account is getting credited. However, the desired entries would be
    Vendor           1000-
    Office Supplies A/C      1050
    Tax Payable A/C        50-
    The configuration settings for U1 are
    Distributed to G/L                 200 
    A/P Sales Tax 1 Inv. NVV      0.000      210 100 JP1I
    A/P Sales Tax 2 Inv. NVV           220 100 JP2I
    A/P Sales Tax 3 Inv. NVV           230 100 JP3I
    A/P Sales Tax 4 Inv. NVV           240 100 JP4I
    Expensed                    300  0
    A/P Sales Tax 1 Exp. VS1      0.000      310 100 JP1E
    A/P Sales Tax 2 Exp. VS2           320 100 JP2E
    A/P Sales Tax 3 Exp. VS3           330 100 JP3E
    A/P Sales Tax 4 Exp. VS4           340 100 JP4E
    Self Assessment               400 0
    A/P Sales Tax 1 Use MW1      5.000      410 100 JP1U
    A/P Sales Tax 2 Use MW2           420 100 JP2U
    A/P Sales Tax 3 Use MW3           430 100 JP3U
    A/P Sales Tax 4 Use MW4           440 100 JP4U
    Am I missing something here. Do I need to do anything different to accrue the use tax. Any help is highly appreciated.

    Hi Mallik,
    I need to configure use tax and I am totally at a loss how to do it.
    I founf your reply and the link mentioned by you.
    However I am not able to access this link.
    Can you please help me with this?
    I would really be grateful if tyou could send me a document on this or anything using which I can configure use tax.
    My id is [email protected]
    This is really urgent.
    Thanks in advance,
    Nitish

  • How to setup USE Tax for USA

    Hi guys
    We recently got new scenario where we need to calculate USE Tax for interstate purchasing scenario.  Basically the interstate vendor is tax exempt but we need to accrue and remit to government ourselves.
    Just looking for some tips for the setup.  I guess a new Tax Code is required but what about pricing procedure? (this tax is not added to PO total as we do not pay it to vendor.
    We use TAXUSX procedure for USA.
    Any help with experience is greatly appreciated.
    AC

    It is generally advised to use a external tax engine for calculation of US Use and Sales tax because tax is calculated based Ship to Ship from locations and if a product is taxable or not. Within US tax is caluclated for multiple levels like state, city, town and county. Only external tax systems can handle such complex split. If you have a very small business then you can also configure TAXUSJ tax procedure which is jurisdiction based. you need to assign the %age for every jurisdiction.  I still say that use external tax engones like vertax, fabware or Sales tax office. External tax systems use TAXUSX tax procedure.

  • No need to calc the tax by using BAPI_ACC_DOCUMENT_POST

    Hi
    i am using BAPI_ACC_DOCUMENT_POST to upload the transaction data.
    here no need to calc the TAX since i have the tax field in my file.
    i checked the SDN links but those are not serving  problem.
    Pls give some snippet to slove my problem.
    Thanks in advance.
    Regards,
    Sri

    ya i am passing string to Extension from BAPI.
    Then i wrote like this
    READ TABLE C_EXTENSION INDEX 1.
    IF C_EXTENSION-FIELD1 = 'BAPI CALL'.
      LOOP AT C_ACCIT.
        c_ACCIT-MWSKZ = 'ST'.
        MODIFY C_ACCIT.
    how to pass the tax field.
    i am checking with this code but while deburging i can see it not taking my Gfunciton module.
    Thank you very much for you replies Vinod.
    Sri
    Edited by: srikanthn on Apr 19, 2010 6:19 PM

  • Use tax reports do not match

    Use tax reports do not match. One shows the GL account balance using FAGLB03 and the other is the use tax report S_ALR_87012394.  I need to use S_ALR_87012394 to determine the location of the tax and pay it but since it doesnu2019t match with the GL there will be issues.

    Hi,
    Under  these two cases i had found difference between vat reports and vat gl accounts.
    1) When the users are manual input the vat amount on the input invoice , resulting vat amount will be updated on the invoice and gl account BUT not the vat report.To find the these items go to the GL line item report and find the line items with BLANK VAT CODE.usually this will tend to use by the users when there are any rounding differences in the vat calculation. Also to avoid these cases hide the manaul vat amount field blank.
    2) When the users manually inputed the vat amount on the gl accounts, provided GL master are not checked with automatic postings only option.
    Best Regards
    Suresh Addagiri

  • Calculate withholding tax when have input or output tax

    Dear Forum,
    I understand that when the entry has input or output tax, in order to deduct withholding tax, I can deduct from vendor or customer account.
    Say if there is input tax, then I cannot deduct from vendor if at the point of vendor or bank if at the point of payment.
    Say if there is output tax, then cannot deduct from customer.
    Can advise the reason?
    Thanks

    Dear,
    I will answer You with a practical example:
    001 31       0000100214 Test VENDOR                       811,30-
    002 40       0000444444 Consumptn, raw mat.           943,39
    003 40       0000154000 Input tax                                  56,61
    004 50       0000177000 Withholding tax                      188,70-
    taxes
    Amount           Tx D/C Tax base amount      G/L        Tax rate
    56,61            A9     943,39               154000     6,000
    wt pop up
    test invoice time     01(CODE)     943,39      188,70  ZZ (TYPE)
    where:
    zz wt type is defined as Net amount
    a1 wt code 20%
    The System will do the following calculation:
    Base for Calculation (Gross Amount) in Document Currency                            1000.00 EUR
       - Tax on Sales/Purchases Amount                                                                      56.61 EUR
    Base amount = net amount                                                                                943.39 EUR
    Portion Subject to Tax                                                                                100.00 %
    Base Amount Minus Exempt Amt                                                                         943.39 EUR
    Withholding Tax Rate                                                                                20.00 %
    Final Withholding Tax Amount                                                                               188.70 EUR after rounding
    I hope this can help You in understanding the System behaviour.
    Please remember to use RFWT1000 by se38 if You need to trace the WT calculation during the simulation.
    Mauri
    Edited by: MAURIZIO BIANCOTTI on Oct 14, 2010 10:43 AM

  • Error while posting to Tax Journal Entry for sales and use tax

    Hi,
    I am trying to post a journal entry (FB50) to cleanup and correct the liability on our sales and use tax. All  lines are giving warnings and messages.Give me a suggestion  on how to get it to post .  Or if needed, another solution to correcting the balances in the sales and use taxes.
    But the entry to a/c # 226530 is giving an information message but still wouldnu2019t save.
    The Error message is
    Enter the tax base amounts for account 226400 in company codeAFCO
    Message no. F5A375
    Diagnosis
    You are posting directly to a tax account. Enter the tax base amounts per item using the function "Tax Amounts".
    Kindly help me how to fix the above issue.
    Thanks
    Suvarna

    You may want to check out the following notes... they may shed some light on your problem.
    681930 - Posting on tax account possible w/o specific. of base amount
    1090096 - FB60 / MIRO - Checking direct tax after change (F5A375)
    944978 - FB60 / MIRO - check of direct tax after change

  • I am trying to log data from 4 voltage input signal using labview, but when i use DAQ assistant i am able to log data from one signal at a time only.

    I am trying to log data from 4 voltage input signal using labview, but when i use DAQ assiatant i am able to log data from one signal at a time only.I am trying to get all 4 input data to logged in a single file againt time. I am new to Labview, I need to sample this data within a couple of days can someone help please.

    Naveen
    Check out the info in the Analog Input section of the document linked below.  (Ignore the part about Global Channels.)  In Figure 5, notice that you can select multiple channels while holding <Ctrl> or <Shift>.
    Developer Zone Tutorial: NI-DAQmx Express VI Tutorial
    Kyle B  |  Product Support Engineer  |  ni.com/support

  • Need Inputs - Creation of webservice in SAP R3 through PI

    Hi Experts,
    Need inputs that my client wants me to  create an webservice in SAP/R3 through PI and they (client) will call it by  their 3rd party software.
    Webservice contain fields like :- Comany_Code, Location_Code,Item _code etc.
    SAP -
    > PI ---> 3rd party
    Is this possible through PI ? Please comment !
    Thanks.

    Hi,
    If you have such kinda requirement , then it is easy to create WSDL(webservice) on PI System..
    Create a normal Xi Interface with normal Steps .....
    Your Sender DataType will be acc to Your requirement as clients want...
    go to tools - Define webservice ... ( will Use Outound Service Interface and namespace)
    read the template and Put values in there . This will genrate a WSDL for you , 
    You Can give this Genertaed , WSDL File to Client to consume in their application and Pass data to it ..
    Hope it helps ..
    Regards
    Prabhat Sharma.

  • US: Tax-setup of Sales and Use Tax in a company located in Michigan, US

    Dear all!
    Below it's described how the A/P-taxes have to be handeld in our company in Michigan, US. We want to use a very simple TAXUS-setup (No Jurisdiction). Actually we have problem in setting up the tax-scheme of TAXUS with the following cases:
    In the US, there are four situations for our Sales/Use Tax. All four are for A/P only. All four are related to the State of Michigan. The applicable tax rate is either 0% (exempt from tax) or 6% (taxable).
    The first two involve invoices that are correct from the vendor and nothing special needs to be done. The
    payment is made to the vendor and the full amount of the invoice is booked to the expense account (i.e. 123456 Telephone).
    1. The vendor DOES NOT charge sales tax on items that are EXEMPT from sales tax.
    2. The vendor DOES charge sales tax on items that are TAXABLE.
    The second two situations involve invoices that are incorrect from the vendor and our company must account for the sales/use tax.
    3. The vendor DOES NOT charge sales tax on items that are TAXABLE. Our company must accrue for the tax due to the State of Michigan and pay it at the end of the period.
    4. The vendor DOES charge sales tax on items that are EXEMPT from sales tax. Our company must either deduct the sales tax on the invoice from the payment and reduce the amount paid to the vendor OR pay the invoice in full and book the overpayment of tax against the accruals from item #3.
    Especially case #3 is actually the biggest challenge to be setup in the system in order to get the amounts correctly calculated. To our opinion the SAP has to create an additional tax-line item.
    Thanks a lot for a helpful answer or solution!
    Regards,
    Bernd

    Hi Bernd,
    Did you get a solution for your  query? If so, can you please share that? I have the same scenario for Geismar, Louisiana.
    Please let me know how did you configure the Accrued tax. Really appreciate your response.
    Thanks, Reji.

  • Loading a table from multiple input files using sqlldr

    Hi,
    For my project i need to load into a table by joining two input files using sqlldr. For example,
    I have a file1, which has values
    name,salary,ssn
    and file2 which has values for
    ssn,location,country
    now i need to load these values into a table say employee_information by joining both input files. both input files can be joined using ssn as common field.
    Any idea how to do this??
    Thanks in advance
    Satya.

    Hi,
    What is the size of the files. If possible mail me the sample files, And the structure of table. Is the <ssn> from first file and second will have seperate columns in the table or we have to merge it.
    SKM

  • How to Create an Input Form using a Transient View Object?

    I would like to use a Transient View Object to store data from input forms across a multiple-page enrollment process.
    My question is how to I create the input form using the Transient View Object on the .jspx page? Do I drag/drop an ADF creation form onto the page? Or, use a regular ADF form? Do I need to create the initial row progammatically?
    Just looking for some general directions or set of instructions? I've looked at the SRDemo example (Globals Transient View Object), but I'm not sure how they created the page at design time?
    thanks

    Well following the SRDemo example, this seems to work:
    1. Create Transient View Object
    2. Add to Application Module as a Data control
    3. Add to .jspx page as an ADF Form (not as an ADF Create Form)
    4. Add following code to Application Module containting Transient VO instance:
    protected void prepareSession(Session session) {
    super.prepareSession(session);
    insertTransientViewObjRows();
    private void insertTransientViewObjRows() {
    ViewObject transientvo = getViewObj1();
    transientvo.clearCache();
    transientvo.insertRow(transientvo.createRow());
    }

  • Sales/Use Tax - Automatic Account Assignment

    Our use tax on an incoming Accounts Payable invoice gets automatically charged to a GL account.  Is there a way to assign a profit center on that posting so that all postings to that GL account for that company are assigned to a profit center?

    And conditions are company code + GL account = profit center 1? For that you can use substitution, transaction GGB1, make this setting for Cost accounting, line item level and in prerequisites you make if BUKRS = xxxx and HKONT = xxxxxxx, in substitution put COBL-PRCTR = PC1.
    Ask if you need further clarifications.
    regards

  • Use Tax Report in AR

    I am working on UseTax report in discoverer.I would like to know how to calculate use tax for particular invoice.Tax rates are depending on postal code and start date.I referred AS_SALES_TAX table.Are you having any code or any particular joins to calculate Use taxable amount for invoices.I would appreciate if you can provide me some help.

    Hi,
    This type of report will not be available in an ALV format as there are multiple sections in the report with different layouts.  Such layouts together can in no way fit in to an ALV scenario.
    Do revert if your need is specific, within the ambit of ALV structure.  You cannot have multiple Layout being output in ALV.
    Cheers.

Maybe you are looking for

  • IPhone 4 and Windows 7 64 Bit

    Hi there, i got a Problem with my iphone 4 and my os windows 7 porfessional 64 bit. Last week my pc crashed and after 12 hours to find the problem (it was the memory... bloody things) i have allready deleted everything and partitioned the hd new. So

  • How to send "processing" message to user while working

              Here is a complete example of a servlet kicking off long-running task and displaying messages about it's progress (without creating new threads and without using JMS):           Test.java:           import java.io.*;           import java.u

  • How to load a image from database to image item in oracle 10 g form

    I have stored some images in the Database Table with BLOB datatype. Now I need to load that image in the non database image item. Please advise. Thanks.

  • Efficient workflow for annual report

    I've been busy last days to make an annual report. The source file was a 100+ page Word document with lot's of tables with different content and sizes, and legal texts with multi level list styles. I think I got most out the importing of the Word fil

  • Failed to execute /init

    I recently upgraded linux from 3.17 to 3.18 and now whenever I try to boot I get a kernel panic. I have tried booting from a live-usb and arch-chroot and downgrading linux, mkinitcpio -p linux, and grub-mkconfig. None of this has helped at all. Thank