Tax code determination using NAVS (ME21N)

Hi - We have managed to automate tax code determination in the PO line when posting via ME21N
We have a business scenario where some vendors in our German company code have the country (LFA1-LAND1) = CH in the master date(KNB1). However the VAT reg number for these vendors is German (Example: DE123456778)
The issue is we want to treat the purchases of goods/services from such vendors as 'domestic' (Import = 0) However during the PO creation the automatic tax determination is listing this as International (Import =2).
Has anyone come across this issue before? Is it possible to make any changes to the exit which determines the import indicator using T005-XGELD ?
Amar

Hi, thank you for your replies.  Just to recap my issue :
In our German company code we have a vendor with country = 'CH' in the master data with VAT registration number DE1224323543 and supplies goods within Germany. However I investigated a bit further and would like to find out where the goods are dispatched from on the PO line. This brought me to the 'Import' tab on the PO line item under ORIGIN / DESTINATION / BUSINESS section. Where I see that the country of origin is listed as 'CH' instead of 'DE'
I am wondering if anyone knows how this field is populated ?

Similar Messages

  • Tax code determination when a PO is created from SRM

    Hi Experts
    I am using extended classic SRM 7.0
    When a PO is transferred to the SAP backend system, sometimes the TAX code is different from what was supplied in FM BBP_PO_INBOUND.
    It looks like; tax code determination in backend system determines a different code and does not use the tax code supplied when PO is created.
    Is there a way to override this tax determination in backend system so that it uses the Tax code supplied rather than determine a tax code that is different?
    This seems to be a problem when a new PO is created because when I change the PO and this sent again, the backend system is updated correctly with the Tax code supplied from SRM.
    I hope some has come across this type of situation and can suggest something.
    Regards

    I put your HTML page (TEST2.html) and CSS file (body_new.css) on my server and it looks OK.
    http://www.ossiningdesignguild.com/TEST2.html
    It's possible your web server is not properly configured and sends a Content-Type HTTP header that says text/plain instead of text/css for your style sheet file.
    If you're using Apache, have your server admin check the httpd.conf file for MIME type settings.
    Should they need assistance, send them here:
    http://httpd.apache.org/docs/2.2/configuring.html
    This is not a problem with your main site since the CSS is embedded, rather than remote.
    I'll call you after lunch.
    Ken

  • Automatic tax code determination for service POs

    Hi
    Can anyone tell  about the possibilities of automatic tax code determination for the service purchase orders.
    Thanks in advance
    Durai

    The tax indicator is used in the automatic determination of the tax code 
    in Purchasing.                                                                               
    The tax code can be determined automatically within the framework of tax 
    determination (via the conditions).                                      
    Tax indicators, which can come from the service master record,           
    Customizing, or the purchasing document, are used in this process. The   
    system determines the tax code on the basis of the combination of these  
    tax indicators.                                                                               
    Automatic determination of the tax code is useful, for example, if       
    different tax rates apply to different groups of services.

  • Tax code determination in billing documents

    Hi,
    In the intercompany billing document, system has picked tax condition type(MWAS) value as 19 percentage with condition records.
    We have not maintained any condition records for that tax condition type. We have maintained that vale only in tax code settings under one country.
    How system is picking that tax vale in to billing documents with reference to condition type.
    Regards
    Lakshmikanth

    Tax rates are maintained in tax codes via transaction code FTXP. All tax condition elements are maintained via OBYZ (OBQ1 for tax condition type, OBQ2 for access sequence, and OBQ3 for tax procedure). And each country is asssigned a tax procedure via OBBG. In your case, MWAS must exist in OBQ1 and the corresponding tax procedure, the rate of MWAS must have been entered in the tax code of output tax type.  The SD condition types with condition category D and with the account key for tax (such as MWS) in the SD pricing procedure are used to determine the tax code during document processing.
    To find out how this tax code is captured, on the condition tab in the billing document, click on the Analysis and locate the SD condition type(s) for output tax, identify which record is read. Then on VK13, enter this condition type and specify other selections, the condition records for tax code determination appear.

  • Tax Code Determination

    Hello
    On the SBO application, when I choose the "Usage" on the Invoice the
    TaxCode field is automatically filled using the configuration
    previously defined on the Tax Code Determination.
    I need to create an Invoice by SDK, but I don't know how to do this, so that the Tax Code in document.lines are correctely filled according to the parameters on the tax code determination.
    2005B SP00 PL 10
    Thanks in advance.
    Pegorer.

    Hi,
    I had to access by SQL all related tables (OTCD, TCD1,TCD2,TCD3, TCD5) to add the correct tax code...
    Link:
    How to get the TaxCode according to the Usage field?
    How to get the TaxCode according to the Usage field?
    Message was edited by:
            Marcio Abreu

  • Tax Code determination in Sales Order

    Hi Friends,
    I have typical Business requirement.  For my client having a two systems - Legacy system & SAP ECC system.  Every time Sales Order is created in Legacy system and the same is replicated into SAP ECC.
    During the replication, Tax code also derived from Legacy to SAP ECC.  If the Tax Code is coming from Legacy to SAP ECC, system should take Tax code of Legacy by overiding the Tax code determining in SAP ECC.
    In short word, if Tax Code is deriving from Legacy, system should not derive the tax code from SAP ECC.
    Please help
    Regards
    Goutham

    Hi Goutham,
    Please follow the procedure.
    1. tax code convertion table is maintained in SAP ECC system.
        example if A1 is the tax code in legacy system and Z1 is the tax code in SAP ECC system. maintain conversition table in SAP ECC system.
    2. if you want to use the same tax code in both system and display in the sales order, then first you have to add a tax code field in the VBAK table , second how the SAP ECC system recongnise the tax code logic you have to write in a receiving port of the idoc.
    thanks
    Kuntla

  • Company Service object for Tax Code Determination

    Hi All,
    Does anyone used CompanyService object for Tax Code Determination or having any sample, kindly let me know.
    SAPbobsCOM.CompanyService oCompanyService;
                    SAPbobsCOM.TaxCodeDeterminationsService oTaxCodeDeteminationService;
                    SAPbobsCOM.TaxCodeDetermination oTaxCodeDetermination;
                    SAPbobsCOM.TaxCodeDeterminationParams oTaxCodeDeterminationParams;
                    SAPbobsCOM.ITaxCodeDetermination oITaxCodeDetermination;
                    oCompanyService = App.SBO_Company.GetCompanyService();
                    oTaxCodeDeteminationService = (SAPbobsCOM.TaxCodeDeterminationsService)oCompanyService.GetBusinessService(SAPbobsCOM.ServiceTypes.TaxCodeDeterminationsService);
                    oTaxCodeDetermination = (SAPbobsCOM.TaxCodeDetermination)oTaxCodeDeteminationService.GetDataInterface(SAPbobsCOM.TaxCodeDeterminationsServiceDataInterfaces.tcdsTaxCodeDetermination);
                    oTaxCodeDeterminationParams = (SAPbobsCOM.TaxCodeDeterminationParams)oTaxCodeDeteminationService.GetDataInterface(SAPbobsCOM.TaxCodeDeterminationsServiceDataInterfaces.tcdsTaxCodeDeterminationParams);
    regards:
    Swati

    Hi,
    Select new entries and give 2 digit numeric value in sequence in tax field. it is taking only numeric values.
    It might be helps to u.
    Regards
    Sasikanth.Ch

  • Tax Code Determination - default tax code for sales

    Under the tax code determination window i have set the default tax code for sales as VAT@4% and I have save it.  but when I open the sales quotation , order or any other sales document the tax code is not appeared.  what could be the reason?
    thanks
    SV Reddy

    Is ur "Determination Type" is 'Material Type'?
    FYI from Help file,
    When you enter item information in the marketing documents, system will check the item master data. If the item classification for the tax is:
    Material Item
    The tax code determination for material will start.
    Service Item
    The tax code determination for service will start.
    When you enter service information in the marketing documents, the tax code determination for service documents will start
    Regards,
    Dhana

  • Change of tax code determination

    Hello,
    I want to change tax code determination when shipping to customers, where to setup this in SAP ?
    Regards.
    Zied.

    Hi,
    Tax codes come from the Tax Condition records. The general tax condition type is MWST and when you set the condition records for this condition type, you just provide the Tax code. The sysem brings the tax percentage and GL account associated with this Tax code in to the sales document.
    Tax codes are configured in the Trnsaction Code FTXP

  • Excise tab not required in MIGO if  Inventorised tax code is used

    hi expert
    Can we define systen if  if  Inventorised tax code is used ,Excise tab not required in MIGO .
    regard
    Nabil

    Hi,
    as per me excise tab depend on J1ID setting, you know this
    Not on tax code or on condition
    Regards
    Kailas Ugale

  • How is the tax code determined while creating a new PO?

    Hello,
    how is the tax code determined while creating a new PO?

    HI,
    Tax code refers to a TAXINN /TAX INJ and it always at country level -where the business dealing happens and not dependent on any other factors like vendor or material, company code or plant. etc.
    So after you have maintained a Tax code in FTXP in the category as input Tax( V)  it would be appears in the Tab Invoice.
    where you could manually select the same
    For automatic determination as said in the top messages we can maintain an inforecord.
    hope so it helps
    Regards
    Anjanna.
    Edited by: Shiva Rajanala on Apr 28, 2009 5:03 PM

  • User Exit or BADI for Updating Tax code (MWSKZ) using ME21N

    Hi all,
    I am trying to fin out an exit or badi for Updating Tax code (MWSKZ) and Unit of Measure in transaction ME21n.
    The scenario is like this...
    For Purchase Orders Tax code will be defaulted from Purchasing info record or contract or parameter id for that item-vendor-plant.
    If the Tax Code is not defaulted and account assignment is blank then tax code on the PO is updated according to the below mentioned table
    Table
    Supplying Plant/              Receiving Plant                      Tax code
    Vendor/Country
    Any plant/vendor/
    country                           5050(NA)                               20
    2300                              6700                                     E0
    If the tax code on PO cannot be updated by the above table, then buyer needs to put tax code on the purchase order manually.
    Thanks,
    Shiva, Bangalore

    Hi Siva.,.,.,
    These r the exits.,..,which will be called while calling ME21N/ME22N/ME23N
    EXIT_SAPMM06E_006
    EXIT_SAPMM06E_007
    EXIT_SAPMM06E_008
    EXIT_SAPMM06E_009
    EXIT_SAPMM06E_012
    EXIT_SAPMM06E_013
    EXIT_SAPMM06E_014
    EXIT_SAPMM06E_016
    EXIT_SAPMM06E_017
    EXIT_SAPMM06E_018
    U want to default some values while the Initial screen will come right,
    while u Enter ME21N in command Prompt.,.,two exits will get triggerd,
    EXIT_SAPMM06E_014
    EXIT_SAPMM06E_016
    If u want to Default some values u can use these two exits.,.
    Try using EXIT_SAPMM06E_016.,.this will solve ur purpose.
    and if the user changes some values on screen.,,and you want them to get reflected .,.,.that means if user changes and saves data .,.
    While saving.,.,EXIT_SAPMM06E_012 and EXIT_SAPMM06E_013 will get triggerd
    Try using EXIT_SAPMM06E_013.,,.it was somehow the same requirement as mine.,.,IN my case it worked fine.,.,
    Regards
    Debasish
    Message was edited by:
            Debasish Das

  • (MM-SRV) Tax code determination in an external Service PO

    Hello there,
    Question: How to automaticaly determine the tax code for a service PO generated externally?
    We don't want to edit the document.
    Even if we try to edit the service PO the system shows this error message:
    BBP purchase order cannot be changed (Display only)
    You wish to change a purchase order that was created in the BBP system.
    The purchase order was transmitted to the standard system so that the goods receipt and invoice could be posted.
    A purchase order created in the BBP system has the value K - Purchase Order from BBP in field EKKO-STATU.
    Addtitional Info:
    It has to be automatically determined.
    This is a one time service: no service master data.
    We need tax code at PO item level (not service item level).
    Thanks in advanced.

    First of all I tried to use an info record but it wasn't possible because using only the material group the info record number wasn't automatically filed.
    The best solution to me was the [Condition Technique|http://help.sap.com/saphelp_45b/helpdata/en/75/ee12f955c811d189900000e8322d00/content.htm] using NAVS.
    By default the condition type NAVS doesn't have an access sequence. If you determine the access sequence 003 you can maintain info records using the transaction code MEK1. After select a key combination like Plant, Account Assignment, Origin and Region is possible to inform the tax code to be used.
    If this condition type appears in the conditions at item level in the PO, the Tax Code informed in the condition record will be determined.
    Thanks everybody

  • The Error Message in Tax Code determination Set up At the time of updation

    When I update the taxcode in the Valid Period-Setup Form Taxcode determination Forms of the SAP, an error message occur "THE COMBINATION OF KEY FIELDS CANNOT BE DUPLICATED" in the status bar at the time of Update button pressed.what is the reason for this error message? how can I overcome the above error msg and update the taxcode ?

    What is your B1 version and PL? You may check this: Re: Problem related to the Cenvat Tax Code
    Thanks,
    Gordon

  • Tax Code determination in Purchase Order

    Hi Dears,
    Kindly ask you to advise me on the question below.
    Scenario
    There are two places where the tax code is maintained in the system and can be retrieved from in a PO: condition technique and purchasing contract.
    Conditions for tax codes are always maintained.
    Usually in there is no tax code maintained in the contract and the default one determined in a PO through conditions. But in some cases, when the code is different from the default and it's maintained in a contract.
    Issue
    As far as I understand according to SAP logic the tax code in a PO being found with sequence: system searches for tax code in a referenced contract, then through conditions. So if the code is maintained in both contract and conditions the system will choose the last one. And we need it vice versa since in such cases the actual one is in the contract.
    Question
    Is it possible to change this tax code search sequence with standard or we need to go for ABAP ?
    Thanks a lot,
    Anton

    Hi,
    As per standard when you have condition maintained with current validity in Tax code and in Contract.
    The tax conditions will be transferred from condition records and not from contract.
    As per your requirement if really want the tax code to be transferred from contract then you need to delete the conditions records.
    So that the system proposes the tax code from contract in PO.
    The Note which is suggested already explains the same.
    Rgds,

Maybe you are looking for

  • Still tethering issues with iOS 6.1.4

    Hi I have an Iphone 5 and recently upgraded to iOS 6.1.4 and running latest itunes I used to be able to tether my Android tablet (ASUS) to my Iphone when travelling on the train to work but now it is impossible. I can connect my partner's Samsung pho

  • No sound now...

    i had a problem before with error 8, but thanks to this discussion thing, it was fixed and my video chatting worked fine. for some reason now, even though the sound on my computer works, and my microphone is picking up noise, i can't hear my friend t

  • Portal Development using JSF & Struts

    Can some one explain about the feasibility of developing portals using JSF and Struts? What are the advantages and disadvantages of doing so? Is it a right decision to develop portal servers using these?

  • Delete Confirm Message

    Hi All, How to create delete confirm message in Webdynpro ABAP. Regards, Arun

  • SSMS 2012:XML File Query: Importing XML data using a CTE-Incorrect syntax near 'BLOB'?

    Hi all, From https://www.simple-talk.com/content/print.aspx?article=1756, I mimicked to create the following sql code to do Importing XML data using a CTE: ---Importing XML data using a CTE -----Ad-Hoc XML File Query--simple-talk---1020AM 27 Feb 2015