Possibility of having match code on HERST of Equipment Master

Hi -
We can have a field exit on field 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 user 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

Similar Messages

  • 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

  • Match code ID's

    Hi everybody
    As i'm new to ABAP i'm having this doubt. Matchcode ID's are there. Is it possible for me to create my own MATCH CODE id for SAP Matchcodes. And my second doubt is what is the difference between MATCHCODE and DATABASE index. I searched in SDN but cant get it cleared. Kindly help me in getting it clarrified.
    Moderator message: sorry, these forums cannot replace proper training, please search for available documentation or attend classes. Hint: forget matchcode IDs, they have been replaced by "search helps" long ago.
    Edited by: Thomas Zloch on Nov 11, 2010 9:40 AM

    Hi everybody
    As i'm new to ABAP i'm having this doubt. Matchcode ID's are there. Is it possible for me to create my own MATCH CODE id for SAP Matchcodes. And my second doubt is what is the difference between MATCHCODE and DATABASE index. I searched in SDN but cant get it cleared. Kindly help me in getting it clarrified.
    Moderator message: sorry, these forums cannot replace proper training, please search for available documentation or attend classes. Hint: forget matchcode IDs, they have been replaced by "search helps" long ago.
    Edited by: Thomas Zloch on Nov 11, 2010 9:40 AM

  • 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

  • Corporate group match code

    Hi,
    Can anyone guide me on how to create a Match code for Corporate group field in the Vendor Master? and create a list of possible values?.
    Thanks,
    Cecilia

    I know it has to be done by ABAP group but I got confused with the help on this field.. ABAP group says it is going to be a core code change since there is no user exit available for that field.

  • How to identify a change on parameters value using match code

    Hi everybody,
    I would like to know if it's possible to identify automatically a change on a parameters using match code.
    For example : In my wiew i set XXX in  my parameters, so i execute XXX treatment. Now if i change this value to YYY, i would like to treat the YYY treatment without press enter key.
    My requirement is the following : According to the values filled in this parameters, i need to display different views in my WD application. So when this value changes, it's neccesary to modify the displayed views.
    Does anybody can help me on this problem ?
    Thanks in advance.

    Hi,
    i think ,when you start a application with application parameters your first requirement is realized. However , the second requirement need more clarity.
    When you start a application with parameter XXX, the application is displaying a view-X. How and who will change the value of XXX. Without triggering a roundtrip to server you cannot check the value if it is changed and on top of it, you can not bring new view assembly  So keep this in mind and design your application..

  • Storage bin match code in LT06

    Hi Expert's,
    did anyone know why in the LT06 transaction (instead of the LT01) is not possible to use
    - Source storage section (LTAPA-VLBER)
    - Source Storage Bin (LTAPA-VLPLA)
    match code.
    Thanks.
    BR.
    Edited by: Marco Cariello on Apr 22, 2009 8:48 PM

    Thanks Csaba,
    but the note n.379070 it's OK only for SAP releases earlier than Release 4.0. We got ECC 6.0.
    Have you other suggestions?
    Thanks.

  • Match code

    Hi experts,
    I need some help plz :
    I have 2 match code :
    - The first uses a view
    - The second uses function modul.
    For both, i have to make fields "obligatory" (fields in the match code). How can i do that?
    Thx.
    Yours,
    Mehdi

    Hi Mehdi,
    I think it is not possible to make any matchcode field obligatory. I have never seen such matchcode and also possibilities of doing that are very limited, because possibilities of designing matchcodes are limited. The only idea that comes to my mind is to put these obligatory fields also to a dynpro as obligatory fields, make them import parameters in searchelp and make a relationships between dynrpo fields and searchelp. Than it is neccessary to disable F4 if these fields are not filled in. But it is a little bit different, because users will have to fill these fields in in screen instead of search help. And also it would be possible to delete entered values in search help popup. They can be made read-only in searchelp, by making them read-only (or invisible) in screen before calling a search help, but I am not sure if this solution is sufficient for You. It depends on why You have got such requirement - it is because you want to force view assigned to search help to use a database index by selection? Or is there any other motivation? Maybe I can propose a better solution if You will describe your problem in more detail.
    If You will find any solution for your issue, please keep us informed.
    Regards,
    Adrian

  • Match code Object

    Hi,
    Please guide me, what is the effect of addition match code object.
    How the match code object works.
    Thanks.
    Regards,
    Anuja

    Hi,
      Matchcodes are defined in two stages in Abap/4 Dictionary:
    1) The revelant table and fields are stipulated in matchcode object. A matchcode object describes the set of all possible search paths for a search item.
    2) One or more matchcode ID can be defined for a matchcode object.  A matchcode ID describes a special search path for a search term.The fields or combination of fields via which the search is to take place is defined in the matchcode ID.
      REPORT z_sdn.
    PARAMETERS p_carrid TYPE s_carr_id
               MATCHCODE OBJECT demo_f4_de.
    WRITE:
      p_carrid.
      Check out these links
    http://help.sap.com/saphelp_nw70/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    http://www.*******************/2007/11/match-code-objects-in-abap.html
    Regards
    Abhijeet

  • Match code objects

    Hi all
    can any one let me know about the match code objects??
    Thanks and Regards
    Arun Joseph

    Hi,
    For many entry fields, but not all, SAP provides a search function called a Matchcode. Matchcodes allow you to select a value from a list or search for a value by categories of data if there are many possibilities.
    Types of Matchcodes
    Matchcodes fall into three basic categories:
    1) Short list or hit list
    The values are listed on one screen. For longer lists, you may need to scroll down to see all the values.
    2) Restrict Value Range
    Many entries are available for the field. A number of tabbed screens with different categories display so that you can enter your search criteria.
    3) Calendar search
    A calendar-type dialog box is displayed so that you can select day, month, and year. This is used in date fields such as invoice posting date.
    Matchcodes were replaced with Search Helps starting with Release 4.0. Please use search helps to assign an input help to a field.
    Existing matchcodes were automatically converted to search helps. A matchcode object is hereby converted to a collective search help with the same name. Each matchcode ID of the matchcode object is converted into an elementary search help with the same name and assigned to the collective search help created from the matchcode object.
    A matchcode is a means of finding data records stored in the system. The matchcode is defined in the ABAP Dictionary in two steps:
    You first define the relevant tables and fields for the search in a matchcode object. A matchcode object describes the set of all possible search paths for a search string.
    You then create one or more matchcode IDs for a matchcode object. A matchcode ID describes a special search path for a search string. The matchcode ID defines the fields or field combinations to be used in the search.
    A search help can be created in ABAP Dictionary ( tcode se11 )
    Create a new search help (say myHelp) , choose Elementary search help (simple one), select Definitions tab, enter the table name(say myTable) in "Text Table" text box.
    Then enter the column to be used (say myField) for this help in search help parameter, choose Import/Export, give Lpos as 1, and activate. ( You can add more columns from the same table here).
    In report, code as
    parameter p1 like myTable-myField matchcode object myHelp.
    when you execute this report, p1 will have a f4 help enabled. The help list will have all values from myTable for field myField.
    You can do this in SE11 where you have an option for the same
    http://www.sapdevelopment.co.uk/dictionary/shelp/shelphome.htmhttp://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm
    This is also a good link
    What are Search Helps, How to create and whats the Use ?
    Regards,
    Shiva.

  • 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 Objects and ID's

    Hi,
        Can you explain what is Match code objects and ID
    Regards,
    Bharath Mohan B

    Hi,
    For many entry fields, but not all, SAP provides a search function called a Matchcode. Matchcodes allow you to select a value from a list or search for a value by categories of data if there are many possibilities.
    Types of Matchcodes
    Matchcodes fall into three basic categories:
    1) Short list or hit list
    The values are listed on one screen. For longer lists, you may need to scroll down to see all the values.
    2) Restrict Value Range
    Many entries are available for the field. A number of tabbed screens with different categories display so that you can enter your search criteria.
    3) Calendar search
    A calendar-type dialog box is displayed so that you can select day, month, and year. This is used in date fields such as invoice posting date.
    Matchcodes were replaced with Search Helps starting with Release 4.0. Please use search helps to assign an input help to a field.
    Existing matchcodes were automatically converted to search helps. A matchcode object is hereby converted to a collective search help with the same name. Each matchcode ID of the matchcode object is converted into an elementary search help with the same name and assigned to the collective search help created from the matchcode object.
    A matchcode is a means of finding data records stored in the system. The matchcode is defined in the ABAP Dictionary in two steps:
    You first define the relevant tables and fields for the search in a matchcode object. A matchcode object describes the set of all possible search paths for a search string.
    You then create one or more matchcode IDs for a matchcode object. A matchcode ID describes a special search path for a search string. The matchcode ID defines the fields or field combinations to be used in the search.
    http://www.sapdevelopment.co.uk/dictionary/shelp/shelphome.htmhttp://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm
    This is also a good link
    What are Search Helps, How to create and whats the Use ?
    A search help can be created in ABAP Dictionary ( tcode se11 )
    Create a new search help (say myHelp) , choose Elementary search help (simple one), select Definitions tab, enter the table name(say myTable) in "Text Table" text box.
    Then enter the column to be used (say myField) for this help in search help parameter, choose Import/Export, give Lpos as 1, and activate. ( You can add more columns from the same table here).
    In report, code as
    parameter p1 like myTable-myField matchcode object myHelp.
    when you execute this report, p1 will have a f4 help enabled. The help list will have all values from myTable for field myField.
    Don't forget to reward if useful......

  • Match code translations

    How to do translations for match code ?
    Could you please tell in detail, if possible.

    Hi,
    if you want to Translate it, you can use SE63 , and then choose appropriate object and then translate it, once your Translation over then Go to SE03 and then use the option <b>Include Objects in A transport Request</b>, and then in the selection screen click on Slected Objects Radio Button and then in the Table control enter
    LOBJ under object, then give the Object Name.
    checkbox RETR Object
    Checkit  R3TR  LOBJ
    then execute it and create the request.
    Regards
    vijay

  • Diff between index , search help , match code

    wht is Diff between index , search help , match code

    Hi,
    There is no difference between Search helps and match code objects.
    Search helps are the Advanced concept of Match codes.
    SAP Converted match codes to Search helps.
    Index :
    An Index is a copy of database table having few numbers of fields. This copy is always in sorted form. As we know, Sorted data would always have a speed access from a database table. Hence, we use an index for the table while reading the database records. Index also contains a pointer pointing towards actual database table so that it can access fields that are not contained in the Index
    For More Information About Index :
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/09/19/indexinginSAP+Tables
    Thanks.
    Message was edited by:
            Viji

  • 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

Maybe you are looking for

  • Unable to change data source of any report

    Hello there, I am using the Crystal Reports Eclipse plugin. I added a datasource to Eclipse 3.3 which connects to a Oracle database using JDBC. Now I want to change the data source of a report. I get a popup window which displays the old data source

  • Will i get billed for downloading free apps

    Will I get billed for downloading free apps?

  • Synch multiple Aperture 3 Libraries to iPhone?

    I've always kept my images in a few different libraries, and happy to see better support for this in A3. I like having my portfolio on my iPhone, but iTunes will only synch the currently loaded Aperture Library. If you try to synch with a new Library

  • How to remove report total

    Hi, I have created an SQL report for class students term wise examination. I have made the report break on terms column. In the term field values displayed as "First Term", "2nd Term" and so on. Every thing is very excellent, grouping by term field,

  • Search customize field/segment in IDoc

    Hi, I've have requirement to delete a customize field ZMKOL that belong a append structure Yxxxx in VBAP. By doing that, i need to scan through all the existing IDoc interfaces that using ZMKOL. Right now, i do have a list of inbound and outbound int