Tax calculation in R3, msg when creating SC

Hi All,
We are in SRM 4.0 , Extended classic scenario. We have taxwre in R3 and we have configured our SRM system as per the configuration guide.
Now While creating SC we are getting a message as " You are not allowed to enter a tax jurisdiction code for country US".
Has anybody came across this prob.
Thanks,
Smita

Hi Sachin,
Thank you for the input, We have hard coded as per the note you have specified,
This way we are able to capture the tax rates in SRM. Requirement for the client is to have Jurisdiction code calculate based on Delivery Location,
For Example If Company Code belongs to California and person who is requesting delivery in New york then Shopping Cart should calculate New York Tax based on New York Jurisdiction code.
Can this be possible in SRM? Do we have to write any functional module in SRM to capture jurisdiction code based on delivery location instead of default plant?
Please advise
Thank you
Ritesh

Similar Messages

  • NAVS Tax price is not copied when creating a PO using template PO

    Hello,
    We have the following situation.
    In our Pricing calculation schema we use condition NAVS for tax calculation.
    Tax amount is entered automatically when we create a PO (based on condition records found)
    However, when we create a PO, copying this existing PO, The NAVS tax returned is zero!
    the following message appears in the price analysis:
    "04 - 203 - Condition record was found and changed manually"
    Via the button "Update" with option G "Copy pricing elements unchanged and redetermine taxes"  we can retrieve again the tax price.
    We would like to skip this manual procedure and have the system automatically copy the NAVS-taxprice.
    How can we accomplish this?
    thanks,
    Aart

    Not necesary anymore

  • Tax calculation at the time of creating service entry sheet.

    Dear Experts,
    I have got a Company Code : P320 having the Plants : P324, P325, P326.
    I am making a Services Purchase Order by using the Item Category as u201CDu201D and Accounts Assignment as u201CKu201D for Cost Center and Order and u201CPu201D for WBS element.
    I am entering a Tax Code : 29-Service Tax 10.30% and Jurisdiction Code : IN00 for all the Plants : P324, P325, P326.
    The tax calculations in purchase order are displayed properly.
    But on preparing the service entry sheet for Plants P324 and P325 for Accounts Assignment u201CKu201D and u201CPu201D, the service tax amount is getting calculated and posted correctly along with the base amount.
    But on preparing the service entry sheet for Plant P326 for Accounts Assignment u201CKu201D and u201CPu201D the service tax amount is not getting calculated and only accounting entries for base amount is posted.
    For example : Suppose the value of the SES is Rs. 10000/-. Service tax [((Rs. 10000 * 10.30)/100) = Rs.1030).
    The accounting entries for Plants P324 and P325 are for Rs. 10000/- + Rs. 1030/- = Rs. 11030.
    The accounting entries for Plant P326 are for Rs. 10000/- only.
    Please suggest what could be the problem and how can it be resolved.
    Thanks in advance
    AJ

    Hi.
    Th service cost is 1000 an tax is10.3% (130 rs). Hence the amount shoul be 1130. In your case it is showing 1000only. Am i right? Thouigh you have seleceted apt tax code and tax is not getting updated means please check the tax code linkage in tax determination procedure.Please cross check the tax determination procedure and the tax code assigned in SES is correct or not. I hope this will help you. Thanking you.

  • Calculating  PO Delivery Date when created from PR

    Hi,
    When a PO is created with reference to a PR, the "delivery date" is copied from the PR. However, if the PR has been unprocessed for 7 days, the delivery date is now effectively old.
    So is it possible to change the settings so that instead the delivery date is always calculated from lead time either in PIR or material master, so it is always accurate.
    For example:
    Requisition created on 1st July for delivery 1st Aug based on lead time.
    PO created after 1 week - on 8th July - delivery date in PO is 1st Aug - unless changed prior to printing manually.
    Please advise,
    Thanks.

    do you really think that this is the way to improve the situation.
    Instead of changing SAP, you should speed up your buyers.
    If the material is needed on August 1st.
    Then the delivery date of august 1st + 7 day for sleeping buyers  does not meet the requirements of the planner.
    Maybe you should think about extending the lead time with the sleep time (purchasing processing time), so MRP can plan more accurate the next time.

  • Calculating the actual value when creating the input schedule on BPC NW 7.0

    Hello Experts,
    I have One questions regarding the calculation when building the input schedule.
    the structure of this input schedule is like this:
    CV: App01-time-entity-account-version-p_datasource ...
                      Plan Value   Actual Value
    Project       1000
    In the backend of BPC ,The Actual value is retrived from other system using BW DTP function, and with the monthly based line item.  We build the BPC-mutiprovider by the actual value cube and the plan data cube.
    From the BPC Office view, we want display the actual value by aggregating historice data till the month which user selected in the current view. These actual data is just the reference for user when they input the plan data. so we dont want these data stored in the application or database.
    Can anyone give us some hints?
    Thanks a lot in advance!
    Best Regards,
    Vivi
    Edited by: Vivi Sun on Jan 19, 2009 1:12 PM

    Vivi,
    Were you able to accomplish what you were looking to do? I would appreciate if you could share that info with us.
    Thanks.

  • Error when create bid invitation (Tax code CN in procedure TAXD is invalid)

    Dear All ,
    We have issue in our PDP scenario, when creating a bid invitation from a PR (from R/3), an error occured with message" Tax code CN in procedure TAXD is invalid".
    I already raise an oss message and the reply is because the system take different company code that's not active in R/3 system. Its because TAXD procedure is assign to country DE (German) and company 0001 country is "DE".
    BE_STGE_LOC 9114
    BE_PLANT 7008
    BE_BATCH
    BE_VAL_TYPE
    BE_MOVE_REAS 0000
    BE_EXPERYDATE
    BE_PUR_GROUP
    BE_PUR_ORG
    BE_CO_CODE 0001 --> supposed the Correct company code is "8008"
    CALL FUNCTION 'FI_COMPANY_CODE_DATA'
    EXPORTING
    I_BUKRS = BUCHUNGSKREIS
    IMPORTING
    E_T001 = T001.
    We wonder how the system assign company code 0001 with plant 7008, since in R/3 Plant 7008 is assign to company code 8008.
    The company code 0001 is not active in our R/3 system.
    And also its not happen for all document , so just for several document, and not just in this plant (7008).
    The OSS reply also mention that the company chages is because this badi
    implementation ZBBP_DOC_CHANGE_BADI with object type 'BUS2121' method 'BBP_SC_CHANGE' 'Method for Changing Shopping Carts'
    ======================================================
    Assign the appropriate company code and modify the ET_ITEM table
    ls_item-be_co_code = ls_locmap-company_code.
        MODIFY et_item FROM ls_item.
    ======================================================
    But we already use this badi for several years, and we're not sure that this badi id the root cause,and until now there still no solution for this issue.
    Please kindly advise.
    Regards,
    Darwin

    Hi SG,
    In SPRO > IMG > SRM > SRM Server > Cross Application Basic Settings > Tax Calculation
    1.Determine system for tax caluclation : Choose either no tax calculation or Tax calculation occurs in back end.
    2. Enter Tax code : Mention Tax indicator as I0 and tax description Zero Tax, Check the No Tax check box and make it default based on your requirement.
    Please follow the above steps based on your requirement which will definitely resolve your issue.
    This issue comes when the tax calculation happens in the SRM system and the tax code I0 is not defined in tax procedure TAXD.
    Hope this makes you more clear. Clarifications are welcome.
    Award points for helpful answers.
    Rgds,
    Teja

  • How to create dynamic Invoice report based on Tax calculations

    Hi Ppl,
    I have an invoice report requirement. There are multiple line items in invoice and each line item will have a tax % and discount associated with it. Discount has to be applied at line item level. Tax will be applicable on resultant amount which respect to tax share on total amount. Below is example
    Part# Tax     Qty     UnitPrice Amount     Discount     Net Value
    1     12.5%     40     10          400          100          300
    2     12.5%     50     20          1000          200          800
    3     4%     10     30          300          50          250
                             SubTotal                    1350
                             VAT 12.5% on 1100(300+800)     137.50
                             VAT 4% on 250               10
                             Total Amount               1497.5
    I have created a static rtf which does all calculations correctly. I have hardcoded 12.5 and 4 % tax values for calculations. But issue is that taxes are changeable in future so I want to create dynamic template which takes care for tax calculations. I thought of to create an array to store distinct tax values from XML data and then to perform calculation but don’t know how to do that.
    Can some body help me out as this is very critical and urgent?
    Note: Tax calculation can be done at line item level itself but there are some scenarios where additional discounts are there so tax calculation can not be done at line item level.
    Below is the sample XML data
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ListOfBipActionTest>
    - <Action>
    <AccountId>1</AccountId>
    <PartName>17211KCC900LS</PartName>
    <TAX>12.5</TAX>
    <QTY>40</QTY>
    <UNITPRICE>47.06</UNITPRICE>
    <DIS>15.00</DIS>
    <TaxType>CST</TaxType>
    </Action>
    - <Action>
    <AccountId>2</AccountId>
    <PartName>17213KCC900LS</PartName>
    <TAX>12.5</TAX>
    <QTY>50</QTY>
    <UNITPRICE>19.53</UNITPRICE>
    <DIS>8.00</DIS>
    <TaxType>CST</TaxType>
    </Action>
    - <Action>
    <AccountId>3</AccountId>
    <PartName>28302KAG900S</PartName>
    <TAX>12.5</TAX>
    <QTY>50</QTY>
    <UNITPRICE>59.49</UNITPRICE>
    <DIS>15.00</DIS>
    <TaxType>CST</TaxType>
    </Action>
    - <Action>
    <AccountId>4</AccountId>
    <PartName>2830AKAG900S</PartName>
    <TAX>12.5</TAX>
    <QTY>10</QTY>
    <UNITPRICE>168.7</UNITPRICE>
    <DIS>15.00</DIS>
    <TaxType>CST</TaxType>
    </Action>
    - <Action>
    <AccountId>4</AccountId>
    <PartName>91001GF6000S</PartName>
    <TAX>4.00</TAX>
    <QTY>60</QTY>
    <UNITPRICE>115.34</UNITPRICE>
    <DIS>17.00</DIS>
    <TaxType>CST</TaxType>
    </Action>
    </ListOfBipActionTest>
    Thanks
    Ashish

    Dear Efstratios Kara,
    I installed SAP Integration Kit 3.1. Yes I installed the integration kit after installing CR.
    I have uninstalled the earlier version and i have reinstalled CR with (12.3.0.601) version.
    But still i cant view the SAP connectivity. can u tell me from which version they have included this connectivity option in CR.
    If CR going to support SAP Table connectivity on specific version, what is that version.
    Waiting for your reply.
    Regards,
    Suman

  • Hate iTunes 11. Reverted to old version. Now I get error msg when I open that says The file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes but won't open or play songs.  HELP!!!!

    Hate iTunes 11. Reverted to the old version. Now I get a msg when I click to open iTunes stating, "The file "iTunes Library.itl" cannot be read because it was created in a newer version of iTunes" and it will not open.  HELP!!  How can I revert the library as well?

    I hate iTunes 11 too... and I also want to revert to previous version. But Apple seems to be so incredibly customer-friendly these days that is quite deliberately not publishing clear/simple revert instructions. I think it's a disgrace that Apple removed Cover Flow without warning people who are tempted to upgrade. Absolute disgrace. And now we're stuck with this piece of ..

  • Ver. 9.4.2 error msg when I click Attach to email: "No profiles have been created...

    My Acrobat Ver. 9.4.2 has the following error msg when I click Attach to email: "No profiles have been created.."
    I have created the profile in Windows 7 and it works fine with all of the Microsoft Office programs. I use Thunderbird email.
    I've followed the corrective measures listed by Adobe to no avail. Can anyone offer some help?
    Thanks.

    Hi,
    It is possible that even though you are using Thunderbird, Windows might have made outlook your default email client once you installed Microsoft Office. Since there is no email profile set in Outlook, it throws an error "No profiles have been created".
    A work around can be to make create an email profile in Outlook and make sure that it is set as default email client by selecting it as default in "Default Programs".
    Hope that helps.
    PS: Adobe does not officially support Thunderbird.
    Thanks,
    Abhilasha

  • Exit or BADI when Tax Calculation in MIRO from Purchase order

    Hi Gurus,
    I Need a Exit or BADI when Tax Calculation in MIRO from Purchase order.
    The problem is the tax is automatically calculated from tax code in PO but I want it to be calculated
    from PO condition. Is there any exit available by which I can modify the value of tax when ticking the check box of tax calculation in MIRO.

    BADI has method COPY_DRSEG_SELKZ but since there only importing paramters and no exporting or changing parametrs you cannot change the values of rseg here.
    Try using proper Implicit enahncement by debugging .
    For implicit enhancement check
    Re: How do we search enhancement point/section
    Edited by: Gautam Totekar on May 29, 2009 5:56 PM

  • How AP behaves for withholding tax when vertax is used for tax calculation

    Hi,
    I am currently working on R12 implementation, I have requirement where business has to calculate the USE tax and withhold it from being paid to the supplier in case if use tax is not mentioned on the Invoice and pay it to tax authorities directly by business. Our client has Vertax third party tax engine. now the question is does it works same as it is in oracle payables in cases if client want to use vertax to calculate tax. How oracle behaves for withholding tax when vertax is used for tax calculations.
    Regards,
    Shashi.

    Hi
    Cheque Go to Menubar of  which document you have to  post for getting the WHT value  Menubar Settings - editing options -  remove the tick calculate tax on net amount.
    Rgds
    Vani

  • Work order dates calculated by priority when created by maintenance plan

    Can anyone tell me how to get the dates on a work order created via a maintenance plan to be calculated from the priority?  I know how to get the notification dates to calculate from the priority when created via a maintenance plan but I can't seem to get the order dates to do the same. 
    Any info would be most appreciated.

    Check these links
    Influence Order basic start/end dates from maintenance plan
    Scheduled Maintenance basic start and finish date

  • Taxes when creating POs

    Hello everiboby.
    I would like to know how SRM calculate taxes whem I create a PO, the system uses the procedure of the R/3 backend?
    Thanks
    Nilson

    Hi Nilson,
    If you choose to calculate tax in the SAP R/3 system, tax calculation takes place in the respective financial accounting system (depending on the attribute of the user System Alias for Financial Accounting Systems in the organization model). The SAP R/3 system has to be defined as financial accounting system.
    The system determines the tax code from the entries in the tables and fields, for example,from the product category, country of goods recipient, or the domestic/international indicator.
    If the tax indicators in SAP Enterprise Buyer do not match the tax indicator in the financial accounting system, you can map them to the tax indicators of the financial accounting system.
    The following table gives an overview of all settings you can make:
    Settings in Enterprise Buyer for R/3 as the tax calculation system
    Setting Menu path in the Implementation Guide
    (IMG)
    <b>You can maintain tax codes.</b>Supplier Relationship Management &#8594; SRM
    Server &#8594; Cross-Application Basic Settings
    &#8594; Tax Calculation &#8594; Enter Tax Code
    <b>You can map tax codes that have different
    names in the FI system and in SAP
    Enterprise Buyer to each other.</b>Supplier Relationship Management &#8594; SRM
    Server &#8594; Cross-Application Basic Settings
    &#8594; Tax Calculation &#8594; Assign Enterprise
    Buyer Tax Code to FI System
    <b>You can use individual tax code
    determination.</b>Supplier Relationship Management &#8594; SRM
    Server &#8594; Business Add-Ins (BAdIs) &#8594; Tax
    Calculation &#8594; Determine Tax Code
    <b>You can change or supplement the data
    used to calculate tax depending on the
    system selected for tax calculation</b>.
    Supplier Relationship Management &#8594; SRM
    Server &#8594; Business Add-Ins (BAdIs) &#8594; Tax
    Calculation &#8594; Change Tax Data
    <b>You can specify a tax code for country and
    product category (optional).
    Supplier Relationship Management &#8594; SRM
    Server &#8594; Cross-Application Basic Settings</b>
    &#8594; Tax Calculation &#8594; Determine Tax Code
    for Country/ Product Category
    regards.nishant
    <b>please reward points if this helps.</b>

  • Validating tax number when creating BP

    Hello,
    i've implemented BADI BUPA_TAX_UPDATE.
    Inside it's method, when creating a partner, I can read BP guid and using FM BUPA_NUMBERS_GET I can retrieve some info on this BP from the buffer.
    My requirement is to validate wether or not the tax number has been filled.
    The problem is I can't find a FM that would return the tax number info that has been saved in buffer.
    Tried a lot of different FM's that read a tax number for a BP, but none of them return the tax number that i've filled right before saving the BP.
    Any other approach i should consider?
    Thank you in advance for any help.
    D

    Hi Duarte,
    After getting the business partner number with FM BUPA_NUMBERS_GET, just use FM BUPA_TAX_GET_DETAIL to get the tax number desired.
    Kind regards,
    Garcia

  • When we run payroll, are the taxes calculated from BSI  or SAP?

    Hi folks,
    When we run payroll, are the taxes calculated from BSI software or through SAP since we keep both in sync.
    Thanks,
    Jessica

    Hi Jessica,
    BSI TaxFactory provides the tax engine for SAP. SAP passes data to BSI and BSI returns tax calculations to SAP.
    Let me know if you need more details
    Regards,
    David

Maybe you are looking for

  • Context Senstive Help using CHM

    Hi, Is there an alternative to keyhelp.ocx to display context sensitive help based on size of content? or Is it possible to write a HTML code/Java script to control the individual page size of CHM in run-time? Thanks, Kumar

  • AS91 - Legacy assets data - Ord depr posted fieds only displayed.

    In As91 I have tried to create one legacy asset, in the takeover screen, ordinary depreciation posted field (depreciation amounts for Jan to April 09) is not open for all the depreciation areas. How can I change this custo? In AS92, if I want to chan

  • Printed colors not same as in Lightroom 3.2

    Trying to print from Lightroom 3.2 and prints have a magenta tint to them. They look great in Lightroom on the monitor but the results are not the same. I'm pinting on a Canon IP6700D and using a profile to control the color. I'm running Lightroom on

  • Correlated subqueries in SQLJ

    HI, I found I couldn't do correlated subqueries using SQLJ. example: #sql { select A.login_id, B.code, B.created, B.status from table1 A, table2 B where A.user_id=B.user_id(+) and (B.status='A' or B.user_id is null or B.created=(select max(created) f

  • Listing all current sessions -- Please Helpppp!!!

    I need to be able to list all of the current sessions on my computer. I need to find the name of a session so that I can pull the username from it. How can I get a list of all sessions? Is there a way to disable all the sessions, and then go in and c