BADI 'ME_TAX_FROM_ADDRESS' disabling the tax jurisdiction field in ME21N

Hi Guys,
I'm using the BADI 'ME_TAX_FROM_ADDRESS' to fill in the tax jurisdiction code from the delivery address. The functionality is working fine, but the tax jurisdiction code is in read mode once this BADI is activated. There are instances when the user needs to modify the tax jurisdiction code. How can we achive this functionality without distrurbing the BADI functionality.
Thanks in advance.

Does anybody got solution for this?
I tried Tcode SHD0 but asking mem variant and all..I never used such tcode.
Any other solution for maodifyingthe tax juridiction ocde?
Thanks and advance.

Similar Messages

  • How to disable the tax calculation field in MIRO screen only for CreditMemo

    Dear Expert
    user want to create credit memo by MIRO transaction .But in table RBKP there no field to trace document ,that is invoice or credit memo document .i want to validate during credit memo, tax & with holding tax cannot calculate .I tried a lot badi but no badi or user exit is controlling at the time selection transaction & validating before save MIRO .
    please help me.
    Regards
    Girish.

    Daer Anup,
    Check the below link where you can capture the current transaction in MIRO.
    http://forums.sdn.sap.com/thread.jspa?threadID=1416227&tstart=0
    CONSTANTS: c_vorgang(23) TYPE c VALUE '(SAPLMR1M)RM08M-VORGANG'.
      FIELD-SYMBOLS: <fs_vorgang> TYPE ANY.
      ASSIGN (c_vorgang) TO <fs_vorgang>.
    CASE <fs_vorgang>.
      WHEN '1'.
      WHEN '3'.
      WHEN OTHERS.
    ENDCASE.
    Based on the value of field symbol you can differentiate.
    Thanks to Pablo who has given this solution in the above mentioned thread.
    The BADI you can use is INVOICE_UPDATE and method AT SAVE .
    Regards,
    Deepak.

  • Disable Vertex Tax Jurisdiction Code Validation & RFC Call

    We want to disable calling vertex for tax jurisdiction code in some cases based on sales org & division.  For a small business unit we are using SAP ECC 5.0 SD module to create customers & sales orders.  These orders are placed via a external non-SAP front-end and are entered into SAP via a BAPI/RFC create customer & create sales order call.  The front-end calculates all the prices and tax and passes that to SAP via the BAPI call.  SAP accepts the prices & tax as-is (due to how we've configured SAP for these types of orders) and does not recalculate price or tax.  However, on SAP we have external tax configured to call Vertex Q Series via Translink which we currently use to determine jurisdiction code & sales tax for other business units & for use tax.  This external non-SAP front-end does not have any address validation therefore the addresses we receive are not always good (ex. they abbreviate or mis-spell cities, etc...) and therefore when saving customer or order addresses via the BAPI calls we receive errors from SAP indicating that the tax jurisdiction code can not be determined.  In these cases we want to NOT call Vertex for automatic tax jurisdiction code check and allow SAP to accept a state level jurisdiction code that we can pass (ex. Minnesota's is 2400000000).  How can we turn off the call to Vertex for tax jurisdiction code check?  Apparently we can use SAP user exit EXIT_SAPLFYTX_USER_001 include ZXFYTU03 but what is the ABAP code to turn this call off for specific sales org & division?
    Regards,
    Jeff

    Hi,
    You can create the custom tables with the same fields on Vertex and maintain those tables with the same values.
    You can comment the section of RFC call and add your own validations.
    Hope this helps.
    Regards,
    Kranthi

  • Cannot disable the tax-only calculation in a AR Credit Notes document

    Hello,
    When trying to raise a tax only credit the following error message appears "Cannot disable the tax-only calculation in a AR Credit Notes document that was based on another document"
    I have two lines specified in the AR Credit Note screen both with a tick under the 'Tax only' column.
    Would anyone be able to advise?
    Regards,
    Juan

    Hi,
    Just to confirm you there is no option for this. If you have created the invoice(base document) for that then you cant change it in target document..
    Other wise you can do one thing while copying it in target doc. just select customize option in copy from--> draw document wizard & select the right items you want.
    Regards.
    ShriX.

  • R12 Ebtax upgrade- did not upgrade the Tax Jurisdictions

    we have upgraded from 11.5.10.2 to 12.1.1.1 . The setup has been migrated to R12 Ebtax
    But Dont see the tax Jurisdiction created at all ? why the system did not automatically create the Jurisdiction like it created the other components of Tax Configuration. How does this impact
    I see a note 460059.1 on metalink but there is no error as such when creating manual invoices. the tax calcutates fine.
    I have done a fresh tax set up in my previous project where creation of Jurisdiction ws mandatory for the subsequest ebtax setup

    ernestokolie wrote:
    ... downloaded the yosemite fully (5.17GB) but the upgrade did not happened, the os remains the same. . .
    The upgrade doesn't simply happen. The Yosemite installer is downloaded to your Applications folder and normally it starts but then waits for you to begin the actual installation. Look in your Applications folder for the installer, double click on it and follow the instructions. Note that when the installation is finished, the installer deletes itself. If you want to keep it for future use, duplicate it first.

  • Disable the Select-options field in the viewcontainer

    Hi,
    I  have two select option fields(Date,Number) in a viewcontainer .
    Now i need to disable one of the select-option field(Date) in the view container based on the condition.If I give Enability for the view container then both the select options will get diasbled.Is there any way to disable only Date select-option field in the view container.
    Thanks in Advance.
    Regards,
    bala.

    Hi,
    I just tested this solution and it is working for me....Following on Thomas's suggestion...I did the following....
    I just had one select-option on my scr...but it can be done with two too...
    step1: 
    created three attributes at component level under the attribute tab ( as suggested by Thomas )
    ENABLE_PRI_SELECTOPTION type  WDY_BOOLEAN 
    M_HANDLER type ref to     IF_WD_SELECT_OPTIONS
    M_WD_SELECT_OPTIONS  type ref to     IWCI_WDR_SELECT_OPTIONS
    Note: all are with public check box checked....so that all your views can see these attributes
    I created a method at componenet controller leverl:  create_select_option....in this method i have following code:
    DATA:
      lt_range_table TYPE REF TO data,
    *  rt_range_table TYPE REF TO data,
      read_only TYPE abap_bool,
      typename TYPE string.
      DATA:
      lr_componentcontroller TYPE REF TO ig_componentcontroller,
      l_ref_cmp_usage TYPE REF TO if_wd_component_usage.
    * create the used component
      l_ref_cmp_usage = wd_this->wd_cpuse_select_options( ).
      IF l_ref_cmp_usage->has_active_component( ) IS INITIAL.
        l_ref_cmp_usage->create_component( ).
      ENDIF.
    * get a pointer to the interface controller of the select options
    *component
      wd_this->m_wd_select_options = wd_this->wd_cpifc_select_options( ).
    * init the select screen
      wd_this->m_handler = wd_this->m_wd_select_options->init_selection_screen( ).
    * create a range table that consists of this new data element
      lt_range_table = wd_this->m_handler->create_range_table(
      i_typename = 'PERSNO' ).
    * add a new field to the selection
      wd_this->m_handler->add_selection_field(
      i_id = 'PERSNO'
    I_VALUE_HELP_TYPE = if_wd_value_help_handler=>CO_PREFIX_SEARCHHELP
    I_VALUE_HELP_ID = 'ZHELP_WDA_PERNR'
    I_NO_INTERVALS = abap_true
      it_result = lt_range_table
      i_read_only = wd_this->ENABLE_PRI_SELECTOPTION ).   <-----pls see here how i am controlling the read only property
    I assume you know this much...already....but i am just putting everything down....
    step2:
    in my view where i want to display the select-options....i added this code under my wddoinit method
    DATA lo_componentcontroller TYPE REF TO ig_componentcontroller .
    lo_componentcontroller =   wd_this->get_componentcontroller_ctr( ).
    lo_componentcontroller->ENABLE_PRI_SELECTOPTION = abap_false.    <--pls see initially we want this field to be open
      lo_componentcontroller->create_select_option(
    step3: 
    i did not have much logic to control the select option field so i added a button which if user presses the field become disable...
    under that button action method i added the following code:
    DATA lo_componentcontroller TYPE REF TO ig_componentcontroller .
    lo_componentcontroller =   wd_this->get_componentcontroller_ctr( ).
    lo_componentcontroller->ENABLE_PRI_SELECTOPTION = abap_true.
       "<---pls see here how i am changing the global *attribute which Thomas has suggested for controlling the "read only" attibute for the select-option field....you can put this under *your "if" statement....
    "this step is very important if you do not remove the field you will get the dump...since it will try to add the same field again
    "which produces dump from system....
    lo_componentcontroller->m_handler->REMOVE_SELECTION_SCREEN_ITEM(
    i_id = 'PERSNO' ).
    "now call the same method which we created at component level to create the select_options...
    lo_componentcontroller->create_select_option(
    that is all....it works great for me.....let us know if still have any questions....
    Thanks...
    AS...

  • Is it possible to change the values of fields In Me21n tansaction?

    I Have to put in some logic to change the values of already existing Shipping condition field in the SHIPPING subscreen at the Line item level in ME21n transaction.
    I searched for the user exit to do soo. Did not find anything to do this. I would like to know if it is possible through some other way.
    thanks
    shubha

    Hi Shubha!
    You might use BAPI_PO_CHANGE. Even if there would be a user exit / BADI, then execution is not sure.
    You said: 'already existing shipping field' -> exits of a transaction are only executed during maintenance, not afterwards.
    So maybe you have to make your changes completely outside of PO.
    Still have a look at BADI ME_PROCESS_PO_CUST, there are a lot of methods and one might help you.
    Regards,
    Christian

  • Exit/bAdI for changing the item level field in VA02.

    Dear Guruss...
    I am facing a problem while trying toi change the account assignment group in VA02. The field is present at the iteem level in the tab BILLING.
    When I change the field by choosing one of the values provided in the search help and enter, the value is again reset to its initial value. However if I change the value and SAVE (without pressing enter) then the value is saved.
    The technical field name is VBAP-KTGRM, I have checked in the include:MV45AFZZ by putting break-points at all the forms but unfortunately none of them is getting triggered when I press enter.
    During the debugging I found tha the values of the structure VBAP are overwritten by those of XVBAP everytime I press enter.
    I also checked for the bAdI but can not get any help.
    Is there any bAdI or exit that can help me for this????
    Thanks in Advance......
    Abhi.....

    Hi Digvijay
       these are some of the enhancements/badi's which is related to t-code va02. just check it out
    Transaction Code -               VA02          Change Sales Order
         Enhancement/ Business Add-in               Description     
         Enhancement                    
         V60F0001               SD Billing plan (customer enhancement) diff. to billing plan     
         V46H0001               SD Customer functions for resource-related billing     
         V45W0001               SD Service Management: Forward Contract Data to Item     
         V45S0004               Effectivity type in sales order     
         V45S0003               MRP-relevance for incomplete configuration     
         V45S0001               Update sales document from configuration     
         V45P0001               SD customer function for cross-company code sales     
         V45L0001               SD component supplier processing (customer enhancements)     
         V45E0002               Data transfer in procurement elements (PRreq., assembly)     
         V45E0001               Update the purchase order from the sales order     
         V45A0004               Copy packing proposal     
         V45A0003               Collector for customer function modulpool MV45A     
         V45A0002               Predefine sold-to party in sales document     
         V45A0001               Determine alternative materials for product selection     
         SDTRM001               Reschedule schedule lines without a new ATP check     
         SDAPO001               Activating Sourcing Subitem Quantity Propagation     
          Business Add-in                    
         BADI_SD_SCH_GETWAGFZ               Scheduling Agreement: Read WAGFZ from S073     
         BADI_SD_V46H0001               SD Customer functions for resource-related billing
      Regards
    Zulfikhar ali
    Edited by: Zulfikhar Ali Bhutto.N on Sep 23, 2011 11:15 AM

  • How to disable the blue highlight fields around links in a PDF in Adobe Reader 10.2?

    I've created a document in InDesign CS5, and when viewed on Adobe Reader 10.2 (on an iPad) all the table of contents links within the document, and all links to external websites have a blue highlight field around them. While I appreciate the fact that it makes it obvious where links are, it looks remarkably ugly to have huge blue highlights all over the document. There must be a way to turn these highlights off, right? Either from the source document within InDesign before the PDF is created, or from within Adobe Reader or Acrobat after the PDF is made? I have all the links within InDesign set to "Invisible Rectangle", and it looks great when viewed on older versions of Adobe Reader or in iBooks. Unfortunately, older versions of Adobe Reader don't support hyperlinks on tablets. So somebody using Reader 10.2, however, is now forced to view this document with ugly blue highlights. Is the only option to avoid the highlights to recommend everyone use iBooks to view the document, or is there a way in Reader 10.2 to disable these?

    Might be better to post this in the Acrobat or Indesign forums.

  • Where is the Internal Order Field in ME21n?

    Hi guys,
    There's a requirement for Internal Order (aufnr) field. It is in EKKN table but I can't find it in Account Assignment ( in me21n)
    Points will be rewarded.

    Hi,
    Use Account Assignment  Catagory "F" In ME21N.
    If helpful then reward.
    Regards,
    Biju K

  • Default the Tax Code on a Shipment Cost Document

    How do I set the tax code to default in the Shipment Cost Document under the Tax tab?  We're seeing different behavior depending on whether we're shipping from US to Canada or the other way around.  It must be configurable but I can't find it.  Please help as I've read many existing posts and can't find a resolution.
    Here's what's happening:
    B/L 122252 was shipped in Company 2000 from CA to US.  When I settle the cost document for these types of shipments, I have to delete the Tax Jurisdiction (US0000000) before I can complete it.  The Tax Code is also blank, when it should be I0 (Tax Exempt).
    2.    B/L 122325 is in Company 1000, and is the reverse of the one above (US to Canada shipment). It has a Canadian Tax Jurisdiction with the Tax Code of I0, and it works fine. The Jurisdiction does not have to be deleted.
    It seems that the issue with the Company 2000 shipments would be the Tax Code of I0 not being populated, when the shipment cost document is created.

    I was able to add a record to the Condtions' table that solved half my problem.  The Tax Exempt code (I0) is now being added to the Canadian record like it is for the US record.  However, the Tax Jurisdiction field is still being populated and we want it to be blank.  Where does this field come from?    It's not in the condition record, and it's something different for the US ship cost doc than the Canadian record, so something's telling it what to put there.

  • 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.

  • Disabling the Qty field for Input for Sub items in Sales Order and Delivery

    Hi..
    I have a requirement, where by we need to disable the qty field vbap-kwmeng for input for sub items of the BOM.
    I am planning to use the user exit USEREXIT_FIELD_MODIFICATION...in the include MV45AFZZ for sales orders.
    But i need to disable the input only after the BOM Explosion and item category determination in the sales order.
    Can i Use the same exit ?? what additional conditions i need to take into account.
    also we need to disable the delivery quantity field also for the sub items of this sales bom.
    I see that this User exit is not available in delivery procesing.  How to acheive the required functionality in the delivery processing...
    your advice is much appreciated in this matter.
    Regards
    Srini

    hi,
    Route is determined
    1.Country of Departure & Departure Zone taken from Shipping Point
    2.Country of Destination & receiving Zone from Ship to party
    3.Shipping condition from CMR
    4.Transportation Group from MMR
    5.Weight Group which is optional.
    Check the above.
    Route is determined in delivery.
    ASHA

  • Mapping of Tax Form Fields to the PDF Tax Form

    Hi,
       Can anyone tell me how to see the mapping betw the Tax Form fields and the Tax Form in pdf format. For example in Quarterly State Unemployment form, I have a Tax Form field T003. How can I map this field to a particular field in the Tax Form in pdf format ?
    Thanks And Regards,
    Somdeb Banerjee.

    Hello Somdeb,
    To use the Tax form field say T003 in PDF,  there check box 'Form Processing Indicator' should be checked then only the field is available in PDF to be linked. Detailed documentation on how to use is available in 'Service.sap.com/hrusa'>Year end 2008> Year end reference materials-->' new! SAP ERP 6.0: 2008 U.S Tax Reporting w/ PDF-Based forms '
    With Regards,
    S.Karthik

  • Tax classification field of the material master - Mandatory

    At the "Sales: sales org. 1" view of the material, there exist the tax classification field of the material master. How can I make this field mandatory?

    Hi
    Go to T-code OMSR
    Select Field name MARA - TAKLV and click on the arroow sysmbol on the right against that line.
    For Field Ref MM01 - select the radio button "Reqrd Entry".
    Hope this answers your question
    Regards
    Madhu

Maybe you are looking for