ALE DEBMAS Tax Jurisdiction

Hi experts,
We are in the process of ALEing some ~10,000 customers from one system to another, using the standard DEBMAS messaging type.  When doing so, we find some IDOCs failing to process on the inbound side due to the tax jurisdiction not being selected -- the dialog proposes two, and the background processing will not make a selection thus failing.  Going through the foreground for these IDOCs, we are able to select the tax jurisdiction then continuing processing.
For such a large quantity, is there any method offered by SAP that would allow us to do this ALE import and just select through the tax jurisdiction dialog?

You need to fill in the District field (ORT02) in addition to the address. E.g. Laurel, MD is spread over 3 different counties. If you put the county name in District, SAP will be able to identify the jurisdiction.

Similar Messages

  • AP Issue with Tax Jurisdiction in FB60

    Hello Gurus-
    I have a problem/ puzzle I cannot figure out.
    For AP invoices, the Tax Jurisdiction is determined by Ship to and all is good.  However, when AP attempts to add freight to an invoice via t-code FB60, the tax juirisdiction defaults to plant which is wrong.
    Can this be changed to mirror the ship to?  Is there a solution to this?
    Thank you

    Hi,
    In FB60, you can not link to Ship to party as it is FI transaction and not related to SD.
    Regards,
    Gaurav

  • AP Issue with Tax Jurisdiction

    Hello AP Guru's-
    I have a situation where were are adding line items to an invoice with a PO.  The tax jurisdiction code is correct but when we add a G/L, it is pulling the wrong tax jurisdiction code?  Where is SAP pulling this tax jurisdiction code from?  I assume from Vendor Master but it is wrong?  Shouldn't it match the PO?
    Thanks!

    Upon reviewing the Plant Master data- I found that the PO is pulling the Tax code from by the Plant.  However, when the user attempts to add a line item, it is pulling the PO by the Co.code.  I am still working on this but it doesn't make any sense.  I would expect SAP to be logical in that it would be consistent by PO or by Vendor. 
    What is the standard 'best practices' method here?
    I would suspect that it would be by PO and not by company code via MIRO?
    But I did confirm that the PO is by Plant and not Vendor which is correct.  In addition, I could not find a way to remove the tax code by plant but I may not want to do that anyway. 
    My users don't like that the tax code in MIRO when they add a GL line item does not match the PO.
    Any suggestions?

  • When we post Inbound Invoice IDocs, we are getting an error message "Enter a tax jurisdiction code".

    Hi Experts,
    When we post Inbound Invoice IDocs, we are getting an error message "Enter a tax jurisdiction code". As checked, we have configured OBCD and OBCA for the vendor and we are passing the Tax Jurisdiction code in E1EDP04 SAL segment. Can anybody give us some idea to resolve this issue.
    Regards,
    Sameek

    Hi Sameek,
    Please refer the below link. Hope it helps.
    http://scn.sap.com/thread/1435286
    Regards,
    Chandan.

  • While doing MIRO i am getting an error: Enter a tax jurisdiction code

    Hi,
    While doing a MIRO, i am getting an error :
    Enter a tax jurisdiction code
    Message no. M8757
    How to Resolve
    Pratik

    Hi
    Try this
    1.To enter the tax amounts of the G/L account items, choose Extras ® Tax amounts. The Tax Amounts screen appears.
    You can branch to this screen at any point during document entry.
    The Tax Amounts screen shows the tax amount, tax code, posting key, tax base amount, and jurisdiction code for all the items already entered. When you call up this screen after entering the G/L account items, it displays the amounts that have already been entered.
    2.You can now choose how you want to enter the taxes.
    The tax jurisdiction codes represent the different taxing authorities to which you submit payment for taxes EG: the state, county, city etc. 
    In SAP you can have as many as 4 levels. Configuration is done in 2 steps :
    First step :
    The tax jurisdiction structure (structure of the tax code) is set up with following menu path : 
    IMG >Financial accounting> Fi Accounting basic settings> tax on sales/purchases > basic settings > specify structure for tax jurisdiction code.
    Alternatively you can use t-code OBCO
    This step allows you the enter the character length of your various level of hierarchy within your tax jurisdiction code structure (State 2 char, county 3, city 4, etc...).
    Second step:
    You configure the tax jurisdiction code using the structure defined earlier, menu path :
    IMG >Financial accounting> Fi Accounting basic settings> tax on sales/purchases > basic settings > define tax jurisdiction codes.
    Alternatively t-code  OBCP
    Define your tax jurisdiction codes, EG GA0000000 for Georgia, GA001000 for Georgia, douglas county, GA001001 for georgia, douglas county, city of lithia springs.

  • Tax Jurisdiction Error While Doing ABZON -AssetTransaction

    Hi,
    While implementing the SAP,we have defined the Tax Jurisdiction Codes with 9 digits.After that client requested to change the Tax Jurisdiction Code to 10 digits and we removed 9 digits and Created Tax Jurisdiction with 10 digits and moved to Production System.
    Now the Issue is- While doing the asset transaction in ABZON transaction code,System is giving the below error messange Tax Code I0 does not exist for jurisdiction code LA0000000.Kindly help me how to solve this issue.
    Error Message is - Message no.FF718
    NOTE:- In the above issue it is giving the error with 9 Digits Tax Jurisdiction code LA0000000 which does not exists in the system.
    My Doubt is - Why the system is not picking the 10 digits Tax Jurisdiction Code? *Why it is taking 9 digits tax jurisdiction code even though it was deleted from the system?
    Kindly advice me how to fix this Issue?
    Thanks
    Supriya

    Hi,
    Thanks for your quick response.I have checked in the FTXP and found that there is no Tax Jurisdiction codes with 9 digits.
    I have a doubt -why this error came- Initially we have created Tax codes with 9 digits Tax Jurisdiction Codes.After that we did not do any changes to the Tax codes which are already created & then Deleted all 9 Digits Tax Jurisdiction codes to create 10 Digits Tax Jurisdiction codes.Finally we created 10 digits tax jurisdiction codes and used the Old tax codes which are already created at that time of 9 digits Tax Jurisdiction Code.
    Kindly think of my doubt i raised above and suggest me weather that could be the reason for the error?
    Thanks
    Supriya

  • Error : 'Tax Jurisdiction is not determined' while creating sales order

    Hi,
    I'm creating a sales order using the BAPI : BAPI_SALESORDER_CREATEFROMDAT1.
    I'm passing the following values in ORDER_HEADER_IN parameter:
    doc_type,sales_org,distr_chan,division,po_method,sales_off,req_date_h,data_type,purch_no,purch_date,price_date.
    I'm passing the following values in SD_ORDER_PARTNERS:
    partn_role,partn_numb,name,langu,region,country.
    The following fields are passed in SD_ORDER_ITEMS:
    material,req_qty,sales_unit,store_loc (space is passed for st.loc),req_date,po_method,req_date,plant.
    CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT1'
        EXPORTING
          order_header_in = sd_order_header
        IMPORTING
          return          = return1
          salesdocument   = order_number
          sold_to_party   = sd_sold_to_party
          ship_to_party   = sd_ship_to_party
          billing_party   = sd_billing_party
        TABLES
          order_items_in  = sd_order_items_in
          order_partners  = sd_order_partners
          order_items_out = sd_order_items_out.
    The system returns a message in RETURN1 saying that : 'Tax jurisdiction is not determined'.
    Please let me know if I'm missing something.
    Thanks,
    Narsingh.

    Do you want to use the customer master address for the ship-to?  Does the ship-to on the customer master haver a tax jurisdiction determined?  Did you change the values in region/country from what they are on the customer master which would cause the tax jurisdiction determined on the customer master to be re-determined and thus rejected?  You don't need to send address values in the partner table if you intend to use the customer master values...

  • Tax jurisdiction code creates a difference when posting invoice with PO ref

    I have added a tax jurisdiction code since the client wants to be able to sort taxes by location.  The problem now is that, I have posted a PO with a tax jurisdiction code but upon posting the invoice with reference to this PO, there's an error saying that there still exists a balance even though the balance on the screen is zero.  Any ideas on how this can be solved?

    Hi ,
    Can you please tell us how you resolved? We do facing the same problem.
    Thanks
    Ganesh

  • Tax jurisdiction Error while posting

    Hello Everyone
    I am trying to make a posting , but i am an error " Specify Jurisdiction Code". Is there any setting i have to make so that it does not ask for tax jurisdiction Code. Feel free to ask if you need some more information. I am using ECC 6.0.  I am making a credit posting to revenue account. In posting I am specifying GL account, Profit center, sales tax code, trading partner, partner profit center, material number. Any feed back will be highly appreciated.

    Hi,
    'When entering an invoice debiting a P&L account , the tax jurisdiction
    code gets populated from the cost centre (from the cost centre master
    record - KS03 , where you have also defined a tax jurisdiction code).
    If by any chance, you want to debit a Balance sheet account which
    does not require a cost centre, the system will ask you for a tax
    jurisdiction code if on the master record of the balance sheet account
    you have defined a tax category (fs03 ).
    Thus please maintain the jurisdiction code in KS03, and check the
    result.'
    Reg
    Madhu M

  • How to Bypass Tax Jurisdiction Code  while Posting FI Document

    Hello All,
       I have a requirement where I can enter Tax code along with Tax Jurisdiction for some of the cases while Posting FI Document using T code s FB01.. etc.
    However for  one scenario I need to BY pass the Tax Jurisdiction while posting FI Document . How to achieve this.
      As  per SAP once we define Tax Jurisdiction it is mandatory to enter as Input to Post the document.
      But I need to control this Tax Jurisdiction as I dont want to enter  while posting FI Document.It should not prompt for Tax Jurisdiction .
      How to make an option field in this case (Based on Company code and Tax code combination).
      Any BADI / User exit/BTE to Ignore the Error message Enter Tax Jurisdiction code).
    Please help me as soon as possible.
    Thanks.

    My Query is , when am posting a document in FB01 Transaction , when I enter Tax code at line item level, Tax jurisdiction is mandatory if we dont enter it give an error saying that ' Please enter a Tax Jurisdiction' .
       My requirement is I would like to bypass that error without entering Tax jurisdiction I would like to proceed by providing default Tax Jurisdiction through any userexit/BADI/BTE. so that I will not get that error .
       So any USER-EXIT/BTE/BADI is there which will trigger before the error(maintain tax jurisdiction )  at line Item leve ?????
    I hope now requirement is clear.

  • SYST: Tax Jurisdiction code at lowest level not transferred

    Dear Experts,
    I am getting the above error while Releasing the Billing document to Accounting. I have created a ZTAX - Manual Tax (for enterring VAT% manually). Created the Sales Order, Delivery and Billing. At the time of document releasing to accounting i am getting above error.
    Please help.
    Thanks in advance

    Check this thread
    Error: SYST: Tax jurisdiction code at lowest level not transferred
    G. Lakshmipathi

  • Tax Jurisdiction Code Check as part of a Sales Order Partner Function

    Hi,
    I have a scenario where we modify partner information directly in the sales order. These partners are simple addresses and are not tax relevant. We have set them up as one-time customers. Every time when we modify the address information, Vertex kicks in and tries to match the address information (street, city and state) with a tax jurisdiction code. In our case the address information is high level (only city and state) which is not enough for Vertex. SAP issues then a blocking error message.
    We try to find a way to ignore Vertex for these specific partners. In the documentation we have found a user exit, as well as a BADI, but our developpers were not able to make it work in the sales oder.
    The user-exit is the following: EXIT_SAPLFYTX_USER_001
    The BADI is the following: IF_EX_ADDRESS_SUBSCREEN
    In EXIT_SAPLFYTX_USER_001, I've found a parameter (EXEMP_IND) which could enable to bypass the tax jurisdiction code check and the RFC call to Vertex.
    In IF_EX_ADDRESS_SUBSCREEN, I've found a parameter (CHECK_ADDRESS) which could potentially bypass the check as well.
    Did any of you already experience this scenario or would you have an idea about how I could make this work?
    Thanks
    Loic

    Unfortunately, the sales order is created through an interface (using iDOCs), and the external system feeding the iDOC for the sales order creation does not have any Zip Code information. Besides, even if the Zip Code is entered, it is still not enough for Vertex to choose automatically a Tax Jurisdiction Code, most of the times, it is also requiring a District, which again, will not be passed from the interface.
    We went through this analysis already and we came to the conclusion that we need to bypass this check, as this partner function is not tax relevant.
    Thanks,
    Loic
    Edited by: Loic Dominik on Jun 27, 2011 7:39 PM

  • Tax Jurisdiction in SAP CRM 7.0 B2C Webshop as an optional field.

    Hi Everyone,
    We are  trying to register a user in B2C Webshop .In the process of registering, On entering the postal  Code and  corresponding city , the application shows an error message which says " Tax Jurisdiction could not be detremined" .
    Going ahaed, we could like some clarity on the same .It would  also be relevant if we could make this postal code/City as an optional filed in the System.We need clarity  on making this as an optional field.
    KIndly give your inputs if any one has worked on the same functionality.
    Thanks in advance.
    Regards
    Sanjib paul

    See if the configuration settings at (Tcode SPRO)
    CRM--> Master Data --> Business Partner --> Specify handling of error messages helps.
    Also see my replies in other threads on suppressing or showing CRM messages in the web (ISA) layer.
    Re: Product not viewable in catalog nor in search function but still orderable
    Re: Minimum order quan - CRMC_MSGC
    Re: Minimum order quan - CRMC_MSGC

  • Tax Jurisdiction In B2C Webshop (SAP CRM 7.0) as an optional field.

    Hi Everyone,
    We are trying to register a user in B2C Webshop .In the process of registering, On entering the postal Code and corresponding city , the application shows an error message which says " Tax Jurisdiction could not be detremined" .
    Going ahaed, we could like some clarity on the same .It would also be relevant if we could make this postal code/City as an optional filed in the System.We need clarity on making this as an optional field.
    KIndly give your inputs if any one has worked on the same functionality.
    Thanks in advance.
    Regards
    Sanjib paul

    See if the configuration settings at (Tcode SPRO)
    CRM--> Master Data --> Business Partner --> Specify handling of error messages helps.
    Also see my replies in other threads on suppressing or showing CRM messages in the web (ISA) layer.
    Re: Product not viewable in catalog nor in search function but still orderable
    Re: Minimum order quan - CRMC_MSGC
    Re: Minimum order quan - CRMC_MSGC

  • Tax is not visible in the LOV while creating Tax Jurisdiction through Payab

    Hi Gurus,
    We are not using E-Biz Tax here, after upgrade, Users were unable to create a VAT Invoice with error as below:
    Could not update the payable information for the modifications done in the tax window ZX_TAX_RATE_INFO_NOT_FOUND N TAX_REGIME MU-Tax n TAX_CODE VAT N TAX_STATUS STANDARD N TAX_RATE_CODE 15% n TAX_JURISDICTION_CODE NULL
    I checked in the system, there are taxes, tax regime, Tax rate, Tax status but not the Tax Jurisdiction. I also tried to create a new Tax, Tax status and Tax rate but when I tried to create the tax jurisdiction, it shows me error as below:
    TAX no data found
    It does not show any tax in Tax Field, but when I go back and query my tax, it is available and enabled for transactions also. Am I missing any step in between? I have followed all the steps.
    Please help, what should I do to enable the tax already created in 11i and migrated to R12 and for new taxes also?
    This is a very urgent issue, a timely help will be highly appreciable.
    Thanks a lot, in advance.
    Regards,
    A.B.

    Hello,
    Please check the correct settings (input/Output Tax)
    IF every thing is correct, then update the table.
    If your problem still there, then it is simply a refreshment problem, so close SAP and re open again
    Hope your problem will be solved
    Thanks
    T.

Maybe you are looking for

  • Posting period variant authorization

    Hi We have a issue with posting period variant authorization. Say for example we have 4 company code and 4 posting period variants and we want to restrict one particular user should have authorization to open and close for one posting period variant

  • Unable to download OS X Mavericks through app store

    I've tried all day to download but it wont do anything. Need help

  • Why is iWork not free when I update to ios7

    I purchase my iPhone 5 last Seprember 7. I've read that iWork will be free for all iOS device purchase after September 1st. But why is it not downloaded in my iPhone when I updated to iOS 7? When I check in the apple store it is sti $9.99. Have I mis

  • Bootcamp download issue macbook pro

    I am trying to download bootcamp for my macbook pro to be a ble to run league of legends and every time I download it from the apple website once I open it up from the downloads box it opens up into code right away and I'm not sure if that means that

  • How to take password autofill back on for a website on safari?

    I accidentally clicked "Never save passwords for this website" and now autofill on that website doesn't work. How do I get safari to autofill my password for that website again?