Match Code for LFA1-KONZS

Hi all,
I need a match code for the field LFA1-KONZS... it should appears on XK03 transaction for example.
The idea is to create a new Z table and after fill this table, the values of them should appears as a search help into the LFA1-KONZS.
This Z table should have the fields:
KONZS type KONZS (data element)
DESCR type Char 50
I tried to modify the domain (KONZS) and insert the Z table on the option VALUE TABLE on the tab VALUE RANGE.
But it doesn't works.
The other thing is  that these two fields should accept blank values... but I think for this will need one of these fields as a key, is that correct?
Manys thanks for all!
Ricardo

Hi,
Create a search help for the Z table, and then you need change the SI_LFA1 structure (ask the BASIS team for an access key) field KONZS.
In the tab ENTRY HELP/CHECK, you specify the CHECK TABLE and the SEARCH HELP for the field KONZS.
And then test it into the SE16 transaction.

Similar Messages

  • Standard Match Code for Selection Options with Example

    Hi Guys,
                 Can anybody tell me Standard Match Code or Search help for Selection Options.
             ex: MBEW-MATNR , MBEW-BWKEY and MBEW-BWTAR. can anybody tell how to keep Search Help or Match Code for the Above Fields in ECC 6.0 with Example
              Very Urgent.
    Thanks,
    Gopi.

    Well Gopi.. as per your requirement no need to use collective search help.
    I guess you have three fields in selection-screen,out 3 fields you have two fields contains search help.
    Create your user defined search help BWTAR ..
    Check the below links for creation search help :
    http://help.sap.com/saphelp_46c/helpdata/EN/cf/21ee2b446011d189700000e8322d00/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    Hope you got it.
    Thanks
    Seshu

  • Possibility of giving match code  for Manufacturer in Equipment Master

    Hi -
    We can have a field exit on fieler HERST of Equipment Master.
    Is there any possibility of giving a match code on this filed? so that we can maintain a table for manufacturer and user can select any one entry from this table.
    We do have activated filed exit for manufacturer check, but need to further restrict the entry so that there is uniformity of entry maintained in this field.
    Kindly advice.

    hi narendar,
    some information :
    In addition to the above mentioned exit we have also created a custom match code for this field in one of our project ... the exit gets triggerred whenver user hits enter and the value entered here is used in selection criteria that displays the custom popup window ... the data is picked from vendor master table the selection createria we used was vendor name and description and vendor acount group MNFR - for manufacturers would be defaulted and displayed.So you can go with creating a custom match code which is invoked whenever user selects F4...
    regards
    pushpa

  • Help in Match-code for field SEARK (Search Term)

    Friends, in my aplication was necessary insert the match-code for SEARK field.
    I use the function module RH_OBJID_REQUEST in the form OPEN_BOX2 at the event AT SELECTION-SCREEN ON VALUE-REQUEST FOR so_requi-low.
    When I use this match-code and select the 4 itens and clique the OK button, only the last item appears in the field.
    Anyone else had this problem?
    Can someone help me?
    Thanks for listening. 
    Below is the code:
    select-options:
      so_requi    for pm0d1-seark no intervals  .
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR so_requi-low.
      PERFORM open_box2 CHANGING so_requi-low.
    form OPEN_BOX2  changing p_so_requi_high.
    Variáveis
      DATA: h_plvar LIKE p1000-plvar,
            h_otype LIKE p1000-otype,
            h_objid LIKE objec-realo,
            h_begda TYPE begda,
            h_endda TYPE endda,
            p_subty TYPE plog-subty.
    tables
      DATA: p_change_profq LIKE hrpe_profq OCCURS 0 WITH HEADER LINE.
    preenche as variantes para os parâmetros da função
      h_plvar = PCHPLVAR.
      h_otype = 'Q'.
      h_begda = sy-datum.
      h_endda = '99991231'.
      DATA: sel_objects LIKE objec OCCURS 0 WITH HEADER LINE.
    popup with qualifications catalogue
      CALL FUNCTION 'RH_OBJID_REQUEST'
           EXPORTING
                plvar                 = h_plvar
                otype                 = 'Q'
                seark                 = '*'
                seark_begda           = h_begda
                seark_endda           = h_endda
                set_mode              = 'X' "multiple choice
           TABLES
                sel_objects           = sel_objects
           EXCEPTIONS
                cancelled             = 1
                wrong_condition       = 2
                nothing_found         = 3
                illegal_mode          = 4
                internal_error        = 5
                OTHERS                = 6.
    Captura os dados selecionados e passa para o select-options
       free: so_requi.
       if sy-subrc = 0 .
         loop at sel_objects.
           clear so_requi.
           so_requi-sign    = 'I'.
           so_requi-option  = 'EQ'.
           so_requi-low     = sel_objects-objid.
           append so_requi.
         endloop.
       endif.
    endform.                    " OPEN_BOX2

    Hi
    I am sorry I thought that it is TPLNR field
    for EQFNR there is no matchcode or search help
    if you want you can create a matchcode/search help and add
    It is a CHAR 30 field for which most of the times no values are entered
    Reward points for useful Answers
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • ME51N - Match-Code for field AFANAM

    Hi experts,
    Can anyone tell me if it´s possible to create a match code for the field: Name of requisitioner/requester (AFNAM), on the transaction ME51N - Item overview?
    Regards,
    Leonel Fernandes

    Hello,
    if you want a list of defined entries to that field AFNAM, i think it's not possible. This field is defined as a simple char 12 field with no check table behind it. So you would have to modify  the data element AFNAM or the Domain AFNAM.
    A search help to find purchase orders by field AFNAM would be easy, just an append to search help MBAN - if  that's your  problem.
    Regards Wolfgang

  • Plant a match code for opening a project

    Hi All,
    I am trying to develope a match code of Plant for opening a project. Such that a list of projects to come out after entering a plant then select a project and then open a project like PO by supplying plant. I have gone through SPRO that is OPT2 match codes for Project definitions. But not found ready made match code to be included.
    Is ther any easy way other ABAP use? or give logic how to deveope it.
    Thanks and regards

    Hi
    If you mean opening a project in standard reports like CN41, it would be easier to use "dynamic selection option" and hard code the plant, and then save the selection version.
    Everytime, you want to open projects in the respective plant, you can call the selection version in the initial screen of the report.
    Hope it helps.
    Regards
    Srikrishna

  • Match code for Vendor Master Data on PAN

    Hi
    Vendor match code will work only if the name are identical. But for the same vendor, user create multiple vendors.
    For Ex: If the vendor name is ABC Private Limited, User puts different names like ABC Pvt Ltd, ABC P Ltd, etc.
    Hence the match code check is over ridden.
    For that reason, i want check on the basis of PAN number.
    There is no field for PAN number in match codes field.
    Please suggest how it can be maintained

    Hi ,
    Use the exit SAPMF02K , which is specially ment for vendor master data .
    Cheers ,
    Dewang

  • Match code for   in ME21N

    Hi,
    How can I do for activating a match code with data from "Z" table in field EKKN-WEMPF?
    Thanks in advance.

    Hi,
    It is possible. We can extend an existing standard collective search help using append search help option.
    Please goto se11 & input the standard search help name (in your case, it is MBAN_C) in the serach help option & display it. Press the menu GOTO->Append search help. You will get a pop-up and there you can create the new seach help as per your requirement.
    Hope, you know well how to create the search help. Please check with the below link if you don;t know:
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm
    Regards,
    Selva K.

  • Match code for S509-SPMON

    Hi;
    I need the exactly match code S509-SPMON that is used in Tcode MCSI, i do the same in my program but i don´t get the match code.
    in Tcode MCSI i select S509 option
    Tcode MCSI / RMCY5090
    SELECT-OPTIONS SL_SPMON FOR S509-SPMON MODIF ID PER.
    My Program
    SELECT-OPTIONS pspmon  FOR  s509-spmon OBLIGATORY.
    or
    PARAMETER pspmon TYPE s509-spmon.
    How do i get a match code as the field "s509-spmon" in tcode MCSI..?
    Thanks on advance.
    Edited by: David Funez on Oct 14, 2009 4:49 PM

    Thanks,
    I answer myself..
    With  CALL FUNCTION 'POPUP_TO_SELECT_MONTH' i get the same than Tcode MCSI.
    Edited by: David Funez on Oct 16, 2009 10:30 AM
    Edited by: David Funez on Oct 16, 2009 10:31 AM

  • Match code for file in server

    Hi all,
    I have a selection screen with a parameter "file name output" and i have to add to it a match code.
    I have no idea about the code to be applied to set up this match code.
    Some one can help me please?
    Thanks for all

    Hi,
    Check this Re: browse files on client PC
    aRs

  • How to create matchcode for LFA1-KONZS

    Hi all,
    I need to configure 'Group key' field (LFA1-KONZS) at vendor master data to allow user to select vendor categories that's used by company (i.e. Parts, General Procurement, Accesories, Vehicle, etc). I believe it can be done using matchcode. Anybody can help me how to create the matchcode step by step. Im using ECC5.0
    Really appreciate your help.
    Thanks

    hi
    check out this spro path
    Financial Accounting -- Accounts Receivable and Accounts Payable -- Vendor Accounts -- Master Data -- Matchcode -- Maintain Matchcodes for Vendors

  • Match code for an editable ALV field

    Hi everyone,
    I have an ALV with an editable field. I want to add matchcode with predefined 2 values to it.
    I used EDIT option for field catalog to make this field editable.
    I defined this field as a custom field in one of the DB table.
    The possible values of the field are in the declaration of the DOMAIN. But I still can't see the matchcode with those values when I want to enter a value into this field in ALV.
    What should I do?
    Thank you in advance,
    Diana

    Hi Diana,
    Welcome to SDN
    When you set the field catalog you have to set option F4AVAILABL to 'X'.
    If w_fcat is the field catalog structure then set as
    w_fact-F4AVAILABL = 'X'
    w_fact-CHECKTABLE = 'SCARR'
    w_fact-REF_TABLE = 'SPFLI'
    w_fact-REF_FIELD = 'CARRID'.
    Refer the standard program BCALV_TEST_GRID_F4_HELP and BCALV_GRID_EDIT_DELTA
    Please go through this thread for sample code
    Re: F4 for fields in ALV Grid
    Hope this would help you.
    Good luck
    Narin

  • Match Code for Field ILOA-EQFNR

    Hi,
    I have to put a matchcode or search help in the field ILOA-EQFNR in a standard transaction.
    I already read the old posts that says that in similar cases, for a standard field in a standard transaction, there are no ways to put it (i dont want to brake the standard code).
    But when i look at the help of the field EQFNR, it says that you can put a matchcode!!!! (but obviously dont say how!

    Hi
    I am sorry I thought that it is TPLNR field
    for EQFNR there is no matchcode or search help
    if you want you can create a matchcode/search help and add
    It is a CHAR 30 field for which most of the times no values are entered
    Reward points for useful Answers
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • Match Code for Personnel Number

    Hi,
    The Customer says The standard matchcode lookup should be available against PersNo:
    I need the MatchCode for Personnel Number (PA0040-PERNR).
    I have declared the Select-Option as follows.
      Select-Options: S_Pernr for  PA0040-Pernr
                      Matchcode Object <MatchCode>.
    Please suggest the Required Matchcode.
    Thanks in advance,
    Ishaq.

    select-OPTIONS: s_pernr for pa0001-pernr MATCHCODE OBJECT prem.

  • Match code in report selection screen does not show any values for 0FISCPER

    Hi Experts,
    I have problem with selection screen in several reports. When I use match code for fiscal period selection I get only # as a possible value. I have checked the master data they seem to be correct. I work with 7.0 BW system. Can you please give me any hint what I should check?
    Thank you,
    Michal

    Hi,
    maybe I ask different way - how do you add characteristic values for a characteristic in the BEx? Is it automated somehow in SAP (e.g. from master data)? For the fiscal period I use custommer exit to fill in the default value, which is the current fiscal period. But this is something different, right?
    <removed by moderator>
    Michal
    Edited by: Arun Varadarajan on Nov 14, 2008 3:55 PM

Maybe you are looking for