MM03 Search  Help

Hi,
  I want add some fields in the standard transaction mm03 search help "sale material by descriptions".  Which way should i go??
Regards,
kit

goto spro tcode ie sap img ( implementation guide) there goto click of img->logictics-general ->material master-> define match code object.
first u create search help with the required condition in help view and attached to the searchhelp elementary .
add this elementary search help in spro tcode which i had given above ( click on interfacemethods).
Regards.

Similar Messages

  • Problem in including search help exit for MM03 transaction.

    Hi,
    i am trying to include search help for MM03 trasaction based on MATKL(material group)  WGBEZ (description) in the form of alv tree display.
    Fuctionality i want to achive is :
    1. after pressing F4 on MM03, it prompts to select material group screen, on pressing F4 on material group, now i am able to get the ALV tree display of all the materials and description based on the selection screen criterion.
    2. now, after selecting one material group from ALV screen, i am able to map the corresponding value on the material group on the previous(intermediate) screen, but after pressing enter on this screen, i need to get the corresponding material to be mapped on the MM03 transaction, which i am unable to get.
    when i press enter, it is again going to ALV tree display only and values arent getting refreshed.
    Please help me in solving this.

    Hi joydeep mazumder  ,
    This is the work of the ABAPer, pls ask them to do it.
    Anyway here is the way ...
    You can use append search help to add a new search help to an existing standard sap search help..
    Pls have a look at this....
    http://help.sap.com/saphelp_nw70/helpdata/en/4c/ab0d79e5ce11d295f900a0c929b3c3/content.htm
    Regards,
    Vvieks

  • Material search help in MM03, "=" or "MAT1"

    Hi Expert,
    I'm doing upgrade now from 4.7 to ECC 6.0 and have SAP ECC DIMP implemented in our system automatically because the same add-ons also implemented in 4.7 system.
    I noticed that in technical information for Material number field in MM03 or MM02, search help for material number is '=' while in 4.7 the search help for material number is "MAT1". Anyone know why such things happen since in other ECC 6.0 system that I know, search help defined in material number field is still "MAT1". Thank you.

    Hi,
    I have 4.7 implemented.
    For MM03 the search help i have is S_Mat1 ---> which is under Data element -->Futher Charateristics of technical info.
    For MM02 the search help under technical info is '='.
    Data Element is MATNR ---> under that Futher Characteristics i have search help name S_Mat1.
    I think the name given to the search helps are different but has no affect on its properties.
    I dont think that upgrading to ECC 6.0 has anything to do with the search help.
    Hope this helps.
    Regards,
    Darpana.

  • Addtional field display in search help for plant in MM01/MM02/MM03

    Hi Experts,
    my requirment is that when see search values of ( F4) plant field in MM01/MM02/MM03 t.codes only avilable plant and name1 values . i need to display name2 values also. How i can search help of plant field should be enhanced.
    Regards
    Jaya

    Hi,
    You need to:
    1/ append ALV grid structure PLM_ALV_116 with field (in SE11)
    2/ in form WERKS_LISTE in include LMATEFLI you need to implement following modyfication selecting NAME2 for all the plants which are to be shown:
    FORM werks_liste.
    * convert into ALV list
      DATA: c_structure_name TYPE tabname VALUE 'PLM_ALV_116'.
      DATA: status_set TYPE slis_formname VALUE 'ALV_PF_STATUS1' .
      DATA: et_list TYPE TABLE OF gs_list_type_06 .
      DATA: l_et_list LIKE LINE OF et_list .
      DATA: l_seqwerk LIKE LINE OF seqwerk .
    * Prapering data to be display
    *  SET TITLEBAR  'TIT' WITH text-003. Note 821186
      G_titlebar = text-003.
      LOOP AT seqwerk INTO l_seqwerk  .
        MOVE-CORRESPONDING l_seqwerk TO l_et_list .
        APPEND l_et_list TO et_list .
      ENDLOOP .
    "-------->INSERT
      SELECT name2 FROM t001W
        INTO CORRESPONDING-FIELDS OF TABLE et_list
        FOR ALL ENTRIES IN et_list
        WHERE werks EQ et_list-werks.
    "<--------
    * Praper fields for ALV Disply
      PERFORM alv_list_fieldcat_create
            USING lt_fieldcat c_structure_name .
    * Diplay ALV list
      PERFORM alv_list_display TABLES et_list[]
                               USING  c_structure_name
                                      status_set
                                      space.
    ENDFORM.                    "WERKS_LISTE
    Regards,
    Marcin

  • Tab in search help MM03 and VA03

    Hi experts,
    I added a new tab in matrn search help MAT1 (MM01/02/03) and it shows ok. But in VA01/02/03 item grid, the search help for matnr does not show the new tab.
    VAs tcode use S_MAT1 search help, but MAT1 is in S_MAT1 as collective search help. Are there anythings to do?
    How I add a new tab in VAs tcode search help in items grid for material???
    Thanks in advance.

    The item grid uses SD_MAT1 not S_MAT1 so there isn't a common collective search help where you can append your search help.  Just append your search help to SD_MAT1 as well.

  • Extending search help MAT1 in MM03

    Hi All,
    I need to extend MAT1 . I have extended this by using the below fields.
    MAT1W            MARA-MEINS (Base Unit of Measure)
                             MARA- BSTME (Purchase Order Unit of Measure)
    I am getting the fields and its values  when i am testing as an individual search help. But  it is not capturing the values into the transaction when you select the entry.Please suggest me how can i proceed with this.
    Regards,
    Venkat Appikonda.

    Hi ,
    Thanks. It is already there.
    Regards,
    Venkat Appikonda.

  • Search Help Parameter Default - Problems with VKO and VTW in Sales Order

    Hello,
    we've implementend an own serchhelp for the material-search.
    The fields VKORG and VTWEG have the default VKO and VTW.
    If I open this searchhelp in VA03 those values are not filled, if I open it in MM03 or ME23N those values are filled.
    My user has the VKO and VTW-parameters set.
    We have no custom "preselect-code" implemented.
    If I change the values to VKU and VTW the output is the same (works in MM03 / ME23N but not in VA03) (copied default values from MAT1S search help, didn't change my user parameters!)
    What could be the problem?

    Our searchelp was in our own append ZA_SD_MAT1.
    Solution:
    We deleted this append and added our search-helps to SD_MAT1 and now everythings works in mm03, me23n and va03.

  • How to use Standard Search help

    Hi Friends,
       I want to use the same search help as used in mm03 for Material number. Is that possible?. If so how to do it?.
    Quick replies would be rewarded.
    Thanks in advance.
    Regards,
    Tamilarasan.

    The search help used here is MAT1.
    It is possible to use the same serch help in your custom program. You can either attach with the field in the table by double clicking on the field name in SE11 or in the screen painter. Double click on the field in the screen painter and under the attribute option (Dict tab) you can find option for giving serach help.
    Vinod

  • Adding Search help to a field of standard transction

    hi experts,
    i m new to abap.
    my pp consultant wants that in transaction MM03, for the field on selection screen (Material) one more search help should be added. and on pressing f4 it should be displayed there with other search options.
    The search field is "(Document)-Number of the drawing that exists for this object".
    Note: To see this field run transaction MM03, enter a material and press enter then we get a screen to choose a view. choose basic data2. In the block "design drawing" there is a field for "Document".
    is it possible? if yes how much time it would take and to do it.
    how should i go about it.
    plz help.

    Hi ANNIE,
    Go through the following Procedure to add a Search help to a field of standard Transaction
    The Matchcode is replaced by search help from the version 4.6C.
    I will tell u how create the search help.
    Name of a search help
    A search help is an object of the ABAP Dictionary with which input helps
    (F4 helps) can be defined.
    There are the following types of search helps:
    o Elementary search helps implement a search path for determining the
    possible entries.
    o Collective search helps contain several elementary search helps. A
    collective search help therefore provides several alternative search
    paths for possible entries.
    o Append search helps can be used to enhance collective search helps
    delivered by SAP with customer-specific search paths without
    requiring a modification.
    The three components of the input help process described by a search
    help are the outer interface, the online behavior and the method of data
    Go to Tcode SE11. Select the search help radio button.
    Give name as ztest and click create
    There are two types of search help.
    Once is elementary search help
    & collective search help
    Choose one.
    Add the data element.
    MatchCode is replaced by search helps.
    To attach a search help to a field.
    Use this code.
    at selection-screen on value-request for source.
    progname = sy-repid.
    dynnum = sy-dynnr.
    clear value_tab.
    refresh value_tab.
    Filling the Value_tab internal table by itab2 internal table.
    loop at itab_desc.
    write itab_desc-description to value_tab.
    append value_tab.
    endloop.
    prog = sy-repid.
    no = 1000.
    clear tab.
    refresh tab.
    Building the Structure of the Seach Help.
    tab-tabname = 'FMFCTRT'.
    tab-fieldname = 'BESCHR'.
    collect tab.
    Function Used to provide Search Help.
    call function 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    retfield = 'BESCHR'
    dynpprog = prog
    dynpnr = no
    dynprofield = 'SOURCE'
    window_title = 'Function'
    TABLES
    value_tab = value_tab
    field_tab = tab.
    Regards
    Sreeni

  • Search help doubt

    Hi all,
    I HAVE A SEARCH HELP, FOR AN INPUT OUT FIELD SAY NAME ,from table zxxx.
    I can search name from from table zxxx using fields LIKE MATNR , ID ETC.
    WHEN I HIT THE F4 VALUE FOR THAT , ITS GIVES ME APOP UP WINDOW ASKING FOR SOME INPUT FOR SEARCH.
    AGAIN WHEN I GO TO MATNR FIELD I CAN SEARCH AGAIN I.E WITH IN SEARCH HELP FOR NAME  I HAVE ANOTHER SEARCH HELP FOR MATNR.
    Is there a way i can do similar thing for id field also.
    I have a ztable where all id are stored.
    Thanks
    Deepthi

    Hi,
    I guess you haven't understood my question.
    I know how to create a search help.
    I need to know how do you search help with in a search help.
    for ex when you go to mm03
    you have search for material number right and again when you use search help for material
    and you have search help for plant field with in the pop up window right.
    That is what i am talking about.
    I want to get a second search for field in the pop up window.
    Hope iam clear this time
    Thanks
    DEEPTHI

  • Urgent-SEARCH HELP EXIT ISSUE

    Hi All,
    I have developed a search help exit for the search help-H_T604, for field STAWN-commodity code.
    When I logon with the my user id, and press F4 for this field, the search screen appears. However, when I use any other login, I do not get this search option and nor are the value options displayed. Please note that this happens only for the material master(MM03). When we are in transaction ME23N, when we press F4 for the same field(STAWN), irrespective of the user login id, we get the search option.
    Please Help.
    Thanks and Regards
    Veena

    Hello Veena,
    hav u checked onething. Any of the exit in MM03 does they checked Sy-UNAME. Please check it.
    Vasanth

  • SHDB and Search Help

    Hello people,
    we have a developed program that lists some NM on the screen. I would like:
    when the users clicks on this NM, automatically open the MM03 transaction in Purchasing tab.  When entering in this tab, the user must choose the "Plant" in dialog box.
    We created a SHDB to call MM03 transaction and select the Purchasing view. The rest of navigation must be done by the user. The user must choose the Plant and continue the navigation.
    But in this screen to choose the Plant, if the user tries to use the Search Help, the options are displayed but it does not work when he selects one option.
    We are using   CALL TRANSACTION 'MM03' USING ti_bdc MODE 'E'.
    any ideas?

    Hi,
    Try using the function module MMPUR_MATERIAL_DISPLAY which will take you directly to the purchasing view.
    CALL FUNCTION 'MMPUR_MATERIAL_DISPLAY'
      EXPORTING
        im_matnr       = 'Material Number'
        IM_WERKS       = 'Plant'
    *    IM_LGORT       =
    Thanks
    Naren

  • Search Help F4

    Hi all,
    How can i include MARC-MAABC field in the search help input (F4). to search a material in MM02 or MM03.
    Please explain in detail...Tcode OMSH.
    Thnaks.

    I would say that you do not need to be an ABAPer to make this work in OMSH. But an ABAPer should as well be able to customize this request.
    It is pretty well explained here:
    http://help.sap.com/saphelp_erp2005/helpdata/EN/cf/21ee45446011d189700000e8322d00/frameset.htm

  • Search Help customization by user for Material Master--Jurgen

    I found following solution from another message thread, the following is perfect for our solution as long as I can customize for each user (Plant is different).
    Search help for Field MATNR is MAT1.
    - Go to SE11 set radio button to Search help Enter MAT1 next to it.
    - Go to tab "Included Search helps" and click MAT1_A.
    - in that go to Tab "Included search helps" and click "MAT0M". There are many helps, this is basically the tabs shown when you press F4 in the MATNR field.
    - In the definition Tab - Selection method - M_MAT1M is shown, This is the search help database view.
    So first check in which Tab you do want to show the material that is marked for deletion.
    Here i have taken - M_MAT1M, Material Number/Material Description.
    - Click the M_MAT1M and it goes to Database View.
    - Click Change.
    - In the "View flds" Tab, include LVORM in the "View Field" column
    - In the "Selection Conditions" Tab, Enter the following in the columns:
    - Table - MARA
    - Fieldname - LVORM
    - Operator - EQ
    - Comparative Value - ' '
    - and save it.

    We have several plants. However, one Plant materials are highly classified and they don't want any other plant users not even read their material description. So I thought by controlling their drop down (F4) list by Plant and assign custom F4 based on plant would restrict users in other plants.
    I already locked materials by Authorization object, so MM03 is locked..but I have no idea to how to block others reading their Material descriptions
    Thanks

  • Issues with Search Helps

    Hi Experts,
    Anyone have any advice or suggestions for this problem?
    Problem:
    When running standard SAP search helps (let's say search for material by material type - from MM03) the system seems to truncate my last character.  For example if I enter ERSA for material type - and look at the dynamic selection criteria all I see is 'ERS'.  Thus when I run my search - no results are returned.
    It is very odd behavior.
    Notes:
    - This occurs with standard and custom search helps
    - This only occurs with search helps - other fields do not have this issue
    - I recently downgraded my GUI version from 710 back to 640.  Since then I have uninstalled and re-installed many times - this does not seem to help.

    Why don't you try to login thru some other desktop that have SAPGui 7.10 and check whether its working or not.

Maybe you are looking for

  • Error while populating Xref table

    Hi all, I have created a project where i will extract job_id from source instance(which i am getting from AIAServiceConfigProperties.xml file) and populate it in the xref table. Now i have imported 3 knowledge modules for this project:- 1. KM_LKM SQL

  • New JEST & Video Playback Problem

    I've tried to play the 3gpp format video's with WMP & VLC with no luck. I've tried a half dozen codecs including Essentials Codec Pack, and even tried the VZ Navigator interface as well as PC Suite but nothing works for the JEST. Even Pantech hasn't

  • Connecting ipod shuffle to my 93 Honda accord radio

    Hi all, How can I connect my ipod shuffle to my car radio and get the best sound quality? Is there some noise filter or frequency filter I can attach to it? Please let me know Thanks for your help Web dude

  • How to import a lookup table

    Hi all, I am trying to import a simple XML file using import manager with the following information: - NAME: STRING - LAST NAME: STRING - CITY: STRING I have in my repository the next information: - NAME: TEXT. - LAST NAME: TEXT. - CITY: LOOKUP TABLE

  • R/3 source system during Pro to Q refresh

    Hello BW Experts, Scenario: BWPRO ( production) refresh to BWQUA ( quality). BWPRO has PR3 as the source system for R/3 trasnfer rules are all based on this PR3 do the system refresh to BWQUA still the transfer rules refer to PR3 even if i create a n