I wannat use DROPDOWN LIST in  ME21N(TAX CODE)

hi dear
i wannt to know the best solution use DROPDOWNLIST in ME21N, ME22...ME23.... with TAX code.
is there any SCREEN EXIT or BADI?
plz  help me..

Hi,
System displys the list based on your tax procedure.                                   
i.e When you press the F4 help on tax code field system lists all                      
tax codes which are maintained in tax procedure.                                       
The dropdown doesn't show all possible entries but only those that                     
make sense.                                                                            
Probably, in FI-customizing the flag is set in field "Plants                           
abroad activated?". In that case you have to maintain the field                        
"Reporting cntry" for the tax codes belonging to your tax calculation                  
procedure (i. e. TAXF) because if nothing is maintained nothing is                     
shown in input help.                                                                               
It is not possible to exclude the entries by user.                                                                               
hope this information will clarify your issue.                                         
Best regards
Erika

Similar Messages

  • Need help using dropdown list control

    We have created a list of 30 markers & saved this as a
    field cast member, to create a dropdown list.
    We want the user to select from the dropdown list the marker
    they want to navigate to; it seems that this
    should be possible using the dropdown list control, but i am
    having trouble setting/choosing the correct
    parameters for this (the two main options are Contents of
    list & Purpose of List) - can anybody help???

    You need to set the Contents parameter to "Markers in this
    movie" and
    the Purpose parameter to "Execute..."
    This will tell the behavior to treat the contents of the
    field as a list
    of frame markers and then have the playback head jump to the
    markers
    that matches the selected line in the field.
    Rob
    Rob Dillon
    Adobe Community Expert
    http://www.ddg-designs.com
    412-243-9119
    http://www.macromedia.com/software/trial/

  • Hi all,List of Sales Tax Codes in form using ActivateMenuItem

    hI ALL,
    If ((pVal.ColUID = "TaxCode") And (pVal.EventType = SAPbouiCOM.BoEventTypes.et_COMBO_SELECT) And (pVal.Before_Action = False)) Then
                        Dim oForm As SAPbouiCOM.Form
                        Dim ctr As Integer
                        oForm = SBO_Application.Forms.Item(FormUID)
                        oMatrix = oForm.Items.Item("38").Specific
                        Dim oItemcode As SAPbouiCOM.ComboBox
                        oItemcode = oMatrix.Columns.Item("TaxCode").Cells.Item(RowNum + 1).Specific
                        If oItemcode.Selected.Description = "Define New" Then
                            SBO_Application.ActivateMenuItem("15619")
                        End If
                    End If
    i am using above code to activate my menu of tax code but i am getting error "menu not found"
    i want this windows should open when user select define new in combo box at row level.
    thanks in adva.
    Regards
    Rajkumar Gupta
    Edited by: Rajkumar Gupta on Mar 9, 2009 8:37 AM
    Edited by: Rajkumar Gupta on Mar 10, 2009 9:37 AM
    Edited by: Rajkumar Gupta on Mar 10, 2009 9:42 AM

    Hi Rajkumar,
    If you want to open the Tax definition windows when the user selects the "Define New" option of your combobox, try this code:
    If ((pVal.ColUID = "TaxCode") And (pVal.EventType = SAPbouiCOM.BoEventTypes.et_COMBO_SELECT) And (pVal.Before_Action = False)) Then
       If oForm.Items.Item("MATRIX_ID").Specific.Columns.Item(pVal.ColUID).Cells.Item(pVal.Row).Specific.Selected.Description() = "Define New" Then
          oApplication.ActivateMenuItem("8458")
       End If
    Regards,
    Vítor Vieira

  • How to use dropdown list in module pool

    Hi guys,
    I have provided  a dropdown list in my  screen in my module pool program.
    How should I insert values in the dropdown list.
    Regards
    Mac

    HI,
    Check this code.
    PROCESS AFTER INPUT
    PROCESS ON VALUE-REQUEST.
      FIELD ZDEPT-DEPTNO MODULE create_dropdown.
    *** DOUBLE CLICK ON CREATE_DROPDOWN
    MODULE create_dropdown INPUT.
      SELECT EMPNAME
                    DEPTNAME
                    FROM YDEPT
                    INTO CORRESPONDING FIELDS OF TABLE itab_details.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
           EXPORTING
                retfield        = 'DEPTNO'
                value_org       = 'S'
           TABLES
                value_tab       = itab_details
           EXCEPTIONS
                parameter_error = 1
                no_values_found = 2
                OTHERS          = 3.
      IF sy-subrc  0.
      ENDIF.
    ENDMODULE.
    HERE IN PAI DOUBLE CLICK THE MODULE THEN WRITE THE ABOVE CODE IT SHOULD WORK.
    YDEPT IS THE TABLE I CREATED TO STORE DEPARTMENT NUMBERS.
    ZDEPT IS THE STRUCTURE OF THE TABLE.
    IF YOU ARE STILL UNCLEAR
    PLEASE CHECK
    'DEMO_DROPDOWN_LIST_BOX' PROGRAM IN SE51 AND SCREEN NUMBER IS 100
    Regards and Best wishes.

  • ME21N : tax code

    Hi,
    When creating a PO i have this error message :
    "In case of evaluated receipt settlement, please enter tax code"                                                                               
    More details :
      Message no. 06750                                                                               
    Diagnosis                                                                               
    Evaluated receipt settlement (ERS) has been defined for this PO item. To
        permit implementation of this procedure, the tax code must be           
        maintained.                                                                               
    Procedure                                                                               
    Maintain the tax code.
    Please how to Maintain this tax code                                                  
    i hope ur help
    Regards

    ERS is Automatic Invoice Reciept in MM.
    Create a tax code in FTXP Transaction
    and assign it in Purchase order,
    Item Details, (Bottom Screen)
    Invoice Tab...

  • Use dropdown list to  filter intervals in WAD ?

    Hi expers:
    There is the scenario:
    I want to filter provider "dp1" by first "N" months ,the N can be choose in a dropdown box,in the onchange event ,the url can be write as follows:
    <SAP_BW_URL DATA_PROVIDER='dp1' FILTER_IOBJNM='0CALMONTH' FILTER_VALUE_LOW_EXT='1' FILTER_VALUE_HIGH_EXT=N>
    my question is when I choose  a month in the dropdown box,the web page refreshes, so I should write a js to sava the last chosen in the "TEXTELEMENT"
    I should save the choosen in List of Text Elements,there are four types:
    COMMON,FILTER,VARIABLE,VARIABLE_KEY
    which should I choose, the FILTER? then what's the difference between the filter and filter interval. as there are two values,FILTER_VALUE_LOW and FILTER_VALUE_HIGH. what I want to save is FILTER_VALUE_HIGH.And what should I do.
    thx,any onther infomations needed I would give.
    certainly,I will give all the points to who solved my problem.
    zegion_chan

    so no one can help me? or not understand what i mean?

  • How to use dropdown list in selection screen

    Hi everyone.
    I'm stating a new report and a drop down list is required in initial filtering. I red different articles in google but  istill just don't get it... please help...

    Sample Code:
    TYPE-POOLS: vrm.
    DATA: name TYPE vrm_id, list TYPE vrm_values, value LIKE LINE OF list.
    * List box
    PARAMETERS: ps_parm AS LISTBOX VISIBLE LENGTH 10.
    INITIALIZATION.
    * Populate list box values
      name = 'PS_PARM'.
      value-key = '1'. value-text = 'Line 1'. APPEND value TO list.
      value-key = '2'. value-text = 'Line 2'. APPEND value TO list.
    AT SELECTION-SCREEN OUTPUT.
    * Set list box with value
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id     = name
          values = list.
    START-OF-SELECTION.
      WRITE: / 'Parameter:', ps_parm.
    Regards,
    Angelo.

  • Some tax codes dont appear in SRM dropdown box

    Hi,
    We seem to have several tax codes in R/3, but only a handful appear in the dropdown box in SRM. Can anybody help?
    John

    Thanks, we have removed the default setting, but that does not change the available options.  Instead it just defaults it to blank, but I still can only select blank or A1.
    The only way that I can get A0 to appear in the header drop down is to add it at the header level Tax tab, where it list all available tax codes. 
    When i go back to the Basic data Tab the drop down contains:
    A1 (Input (10%) Tax Deductible)
    A0
    <blank>
    So it doesn't display the description of tax code A0, so it is like it knows that it shouldn't be there.
    Even though A0 is listed in the header section, I am unable to select it at the line item level.

  • Multiple criteria search with 4 dropdown lists

    I want to perform a multiple criteria search on a MySQL
    database. Users should be able to use from 4 dropdown lists in a
    form only one criterium, all 4 of them or 2 or 3.
    Each used dropdown list gives a numeric variable: Fvar1 ...
    Fvar4. The variables from the dropdown lists used should be matched
    with numeric fields in the database: DBvar1...DBvar4
    The numeric variables from the dropdown lists that are not
    used, should be ignored.
    Example: a user selects a value in dropdown list 2 and 3 and
    does not use dropdown lists 1 and 4. Fvar1 and Fvar 4 should then
    be ignored for the search, that has to be performed with Fvar2 and
    Fvar3, who have to be matched with DBvar2 and DBvar3.
    Anyone who can help me out with the WHERE statement in my SQL
    query?
    Your help will be greatly appreciated.
    Erik

    Erik61 wrote:
    > I want to perform a multiple criteria search on a MySQL
    database. Users should
    > be able to use from 4 dropdown lists in a form only one
    criterium, all 4 of
    > them or 2 or 3.
    Start by using the Advanced Recordset dialog box to create a
    query that
    looks for all four variables. Then switch to Code view and
    start carving
    up the code created by Dreamweaver.
    The query will look something like this:
    $query_getProducts = sprintf("SELECT product_name, price
    FROM products
    WHERE prod_type = %s AND colour = %s AND size = %s AND range
    = %s
    ORDER BY price ASC",
    GetSQLValueString($var1_getProducts, "text"),
    GetSQLValueString($var2_getProducts, "text"),
    GetSQLValueString($var3_getProducts, "text"),
    GetSQLValueString($var4_getProducts, "text"));
    Change it like this:
    $query_getProducts = "SELECT product_name, price
    FROM products
    WHERE ";
    $where = false;
    if (!empty($_GET['prod_type')) {
    $query_getProducts .= sprintf("prod_type = %s ",
    GetSQLValueString($var1_getProducts, "text"));
    $where = true;
    if (!empty($_GET['colour'])) {
    if ($where) {
    $query_getProducts .= 'AND ';
    $query_getProducts .= sprintf('colour = %s ',
    GetSQLValueString($var2_getProducts, "text"));
    $where = true;
    if (!empty($_GET['size'])) {
    if ($where) {
    $query_getProducts .= 'AND ';
    $query_getProducts .= sprintf('size = %s ',
    GetSQLValueString($var3_getProducts, "text"));
    $where = true;
    if (!empty($_GET['range'])) {
    if ($where) {
    $query_getProducts .= 'AND ';
    $query_getProducts .= sprintf('range = %s',
    GetSQLValueString($var4_getProducts, "text"));
    That builds the query in stages using $where to decide
    whether to add
    "AND" in front of the second, third, and fourth variables.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • List of tax code with tax rate

    I need a list that give the tax code with the tax rate.
    I can view this in SAP or witch table i look this.
    Moderator: please do not log issues twice and crosspost into different (and wrong) forums. Thread relocated to ERP Financials and locked.

    hi
    >i wanna see the list of the tax code defined for the Service PO in its "invoice" tab.like for service tax we have three tax :
    check T code FTXP
    > tax code displayed to which the calculations are applied
    check t code  OBYZ
    regards
    kunal

  • List of tax code in "invoice " tab in PO

    hi frends...i wanna see the list of the tax code defined for the Service PO in its "invoice" tab.like for service tax we have three tax :
    s1: service tax:10.3%
    s2: service tax:10.3%
    s3:service tax:10.3%
    now in the configuration paart i wanna see out of the above tax code displayed to which the calculations are applied..i mean if i choose s1 in PO then wat calculation is done or if i choose s2 then which calculation is done and same for s3....
    plz help

    hi
    >i wanna see the list of the tax code defined for the Service PO in its "invoice" tab.like for service tax we have three tax :
    check T code FTXP
    > tax code displayed to which the calculations are applied
    check t code  OBYZ
    regards
    kunal

  • Tax code blocking while creating a Purchase Order

    Hi,
    While creating a PO.....it should not allow to create with one tax code,say M1, for that i tried to delete the tax code, but the deletion is not advisable. So, I need a USER EXIT or BADI which runs before saving the PO, which can be used to block that particular tax code in the PO creation.
    Thanks
    Nagesh

    Dear,
    Please below path.
    SPRO -> Material Management -> Purchasing -> Purchase Order -> Define Screen Layout at Document Level.
    Select ME21N - Create purchase order t-code and click on detail button.
    than click on selection group - GR/IR Control and make display entry for tax code.
    Than po creater can't maintain tax code in purchase order
    NOTE: - If you want to nill tax code please nill at the time of info record ans want to maintain specefic tax code maintain it in info recoerd.
    Regards,
    Mahesh Wagh

  • In E-Business Tax - In which table the tax codes are stored?

    Hi All,
    I am new to Financials. I have a requirement in which I need to list all the TAX CODES pertaining to AP and AR. Kindly let me know in which table the tax codes are stored in E-Business Tax module. Also let me know how the tax is associated with the AP and AR modules. Is there any column in the table to identify whether the tax is for AP or AR?
    Regards,
    Ahmed.

    Hello Ahmed.
    I was not aware that you were talking about R12. The information i gave you concerns 11.5.10.2. Anyway, i checked the ETRM's for R12 and checked that the tables also exist in rel 12. This is an excerpt from R12 ETRM:
    TABLE: AP.AP_TAX_CODES_ALL
    Object Details
    Object Name: AP_TAX_CODES_ALL
    Object Type: TABLE
    Owner: AP
    FND Design Data: SQLAP.AP_TAX_CODES_ALL
    Subobject Name:
    Status: VALID
    AP_TAX_CODES_ALL contains information about the tax codes
    you define. You need one row for each tax code you
    want to use when entering invoices. When you enter
    invoices, you can use a list of values to select a tax code
    defined in this table. Your Oracle Payables
    application also uses TAX_RATE to calculate use tax
    when you enter a taxable amount for an invoice.
    This table corresponds to the Tax Codes window.
    Now you say that you cannot find the information into the tables. Are you working on a production instance. Are you sure that the taxes have already been defined?
    Octavio

  • Tax code - Info record

    1. how or where to enter the Tax code in info record ...
    2 in MIRO , we have to enter Tax code ,, but  in the Tax code - tab is blank ... no possible entry there ....( i have not mainted Tax code anywhere ..but when doing MIRO with out tax code it is not saving .... pls help
    alifff

    As you might be aware of Tax code is specified to:
    -     Check the associated transaction is related input or output tax.
    -     Check if a tax account with tax type (input or output tax) can be posted to
    -     Check the tax on procurement amount in the document
    -     Calculate the amount of tax on sales automatically on request
    -     Determine the tax account
    Use TCode FTXP for creating TAX Code.
    Select the country for which you need to create a tax code. 
    This country is automatically linked to the Tax Procedure
    Enter in the field tax code. This must be a 2-digit alphanumeric code i.e. A5, 55, BB, etc.
        description of the tax code: please give a clear description
        define the tax type: define whether the tax code is relevant for input or output tax
        Indicator which determines that an error message should be issued if the tax amount is not correct. It it recommended to flag this.
        Eu code: One of the most forgotten parameter. If you do not set this parameter at u201C1u2033 then all transactions with this code will be not picked up in the ESL listing of that specific country. This code u201C1u2033 represents all the Sales from one EU country to another EU country.
        The target tax code fields are used in case of deferred taxes. This is applicable for example in France. The VAT needs to be paid for example not when the invoice is issued but when the customer pays the VAT. There are here again special programs available in SAP for deferred taxes.
        Reporting country: this field needs to be completed when you are using the plants abroad functionality. This means that when you as a German company have a Belgian VAT number and you have sales in Belgium (+ you need to submit a VAT return in Belgium) , then of course these invoices need to be booked in SAP with a Belgian tax code.
    Thanks & Regards
    JP

  • BAPI for retrieving tax code & percentage from SAP?

    Hi all,
    Does anyone know of a BAPI who can retrieve a list of available tax codes for purchase (field MWSKZ) in a company code, and eventually their percentages?
    Thanks in advance,
    Ioana

    MWSKZ is the tax code .
    you dont have to use any bapi to retrieve tax percentage.
    only do this.
    you select KNUMH (Condition number) from A003 (taxe code table) with the key fields ALAND and MWSKZ.
    you select KBETR (tax percentage) from KONP with key KNUMH (Condition number)that you have retrived in the previous step.
    A+
    Ihsen ABROUG

Maybe you are looking for

  • PDF Portfolio only showing the first 32 pdf files in it.

    Hello, I have a pdf portfolio document which contains about 150 pdf-files. Opening this portfolio in Adobe Reader X on my iMac shows me perfectly all 150 files, no problems at all. After installing Adobe Reader on my new iPad (3rd generation), synchr

  • I don't have the airplay button

    I have a iPhone 4 ios 6.1.3 and for some reason I never get the airplay button. I do not have an apple tv, however I do have the reflector app, which is what i am trying to connect to. I have even once seen the airplay button on my phone. I am connec

  • HT204150 Contacts only show phone numbers, no names?!

    My wife's iPhone 4S has suddenly lost its info. All contacts are just phone numbers, no photo stream etc., as if it's lost icloud back up , even it's never been backed up. I've rebooted it (off/on) and no difference. I've had this happened to my iPho

  • Start Workflow from particular Step and assign to particular group of members

    Hi We are working on workflow using CQ 5.5. Is it possible start workflow from particular Step and assign this workflow to particular group of members dynamically(Using Process Step). Workflow Name : Single Page Workflow                     Start    

  • Some problems after update!

    I've updated my iphone 5s to 7.0.6 version of IOS. and after the update i didn't receive push-notifications from facebook. how can i fix it??? Здравствуйте.. После последней прошивки (7.0.6) на телефон перестали приходить пуш уведомления от фейсбука