Search engine/Match code change on VA01

Hi,
I would like to change the search engine coming up on VA01 trnasaction.
The sold- to- party search or F4 on this field should be same as XD01- F4 on Customer field.
Similarly, the material search on VA01 should be same as material search or doing F4 on this field in MMBE.
How do I attain this?
Appreciate your help, please!
Thanks,
SS

Hi,
Search help for Customer as Sales order (VA01) is  DEBI is in structure KUAGV
and for Customer in XD01  search help is DEBI in structure RF02D
you check with your developer to add the fields or match the fields in both structures
regards,
santosh

Similar Messages

  • Search helps & match codes - Urgent plz

    Hi ,
    1.   Could any one give me the difference between search helps & match codes.
    2. assume that you are giving input matnr from selection screen.and executed based on input matnr you have generated an interactive report with fields matnr,etc...
    if i want to change that particular matnr realted fields how can i do that from this report.Shell i call mm02 tcode.How to do that.how to pass the selected parameter to the transaction.(screen matnr field.please give me an example.
    Regards
    SAISRI

    Hi,
    Check this example for interactive reporting..which will take you MM02
    TYPE-POOLS: slis.
    DATA: gt_fieldcat TYPE slis_t_fieldcat_alv.
    DATA: BEGIN OF wa_material,
    MATNR LIKE MARA-MATNR,
    END OF wa_material.
    DATA: v_repid TYPE syrepid.
    v_repid = sy-repid.
    DATA it_material LIKE STANDARD TABLE OF wa_material WITH HEADER LINE.
    SELECT * UP TO 100 ROWS
    FROM MARA
    INTO CORRESPONDING FIELDS OF TABLE it_material.
    CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
         EXPORTING
              i_program_name     = v_repid
              i_internal_tabname = 'WA_MATERIAL'
              i_inclname         = v_repid
         CHANGING
              ct_fieldcat        = gt_fieldcat.
    * have hotspot for a PO.
    DATA: s_fieldcat LIKE LINE OF gt_fieldcat.
    s_fieldcat-hotspot = 'X'.
    MODIFY gt_fieldcat FROM s_fieldcat TRANSPORTING hotspot
           WHERE fieldname = 'MATNR'.
    * Pass the program.
    v_repid = sy-repid.
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
         EXPORTING
              i_callback_program      = v_repid
              it_fieldcat             = gt_fieldcat
              i_callback_user_command = 'USER_COMMAND'
         TABLES
              t_outtab                = it_material.
    *       FORM display_detail                                           *
    *  -->  UCOMM                                                         *
    *  -->  SELFIELD                                                      *
    FORM user_command USING ucomm LIKE sy-ucomm
    selfield TYPE slis_selfield.
      IF ucomm = '&IC1' AND selfield-fieldname = 'MATNR'.
        READ TABLE it_material INDEX selfield-tabindex.
        IF sy-subrc = 0.
          SET PARAMETER ID 'MAT' FIELD it_material-matnr.
          CALL TRANSACTION 'MM02' AND SKIP FIRST SCREEN.
        ENDIF.
      ENDIF.
    ENDFORM.
    Thanks
    Naren

  • Differnces between Search Help & Match Codes

    Hi,
    what is the Differences between Search Help & Match Codes ? which is goof to use ?

    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.
    Search Help
    Use
    With this function you can search for objects, thereby defining and linking different selection conditions for the search help.
    Prerequisites
    You can call this function by:
    · Selecting Object ® Search... () in the main menu bar of the Integration Builder
    · Placing the cursor on a software component version and selecting Search... () in the context menu (only in the Integration Repository)
    In this case the software component version is defined as the search criteria.
    Features
    Defining the Object Type
    You can select the object type in a dropdown list in field Object Type.
    In the design (Integration Repository) you can
    · Select an object type (for example Message Interface)
    · Select a cross-object category (for example Interface Objects)
    In the configuration (Integration Directory) you can select types Values Mapping Group and schema in addition to the individual object types.
    CHECK THIS LINK TO CREATE A SEARCH HELP.
    http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm
    CHECK THIS LINK TO CREATE A MATCHCODE OBJECT
    http://searchsap.techtarget.com/tip/1,289483,sid21_gci553386,00.html
    more details...

  • Why do the Search Engine options keep changing back?

    Hi, I have a large collection of search engines, which I keep well organized with the addon Organize Search Engines.
    https://addons.mozilla.org/en-US/firefox/addon/organize-search-engines/
    I needed to make changes to many of the search engines I've added to make them work. i.e. I had to go to Manage Search Engines, right-click on the relevant engine and choose properties to change its options (just right-clicking "Add To Search Bar" on a search box won't work on a lot of web sites unless you modify the options/settings).
    Anyway, the problem seems to be that after a few firefox restarts, the modified search engines seem to revert to their default values. Confusingly, it doesn't happen to all of them. Just ones I've recently added.
    I've toggled the Automatically Update Search Engines in Firefox's Advanced options or the Show Search suggestions in Manage Search Engines.
    I've tried re-installing firefox and putting in the new profile and re-installing the addons I use individually (although I had to copy over the extensions folder to my new profile). It didn't seem to help.
    Help a brother out.

    Hello <!-- XXX you may wish to edit this greeting, and other parts of the response so that it is personalised to the question asked.--> ,
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    More information about reinstalling Firefox can be found [[Troubleshoot and diagnose Firefox problems#w_5-reinstall-firefox|here]].
    <b>WARNING:</b>Do not use a third party uninstaller as part of this process. Doing so could permanently delete your [[Profiles|Firefox profile]] data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and saved passwords. <u>These cannot be easily recovered unless they have been backed up to an external device!</u> See [[Back up and restore information in Firefox profiles]]. <!-- Starting in Firefox 31, the Firefox uninstaller no longer lets you remove user profile data.Ref: Bug 432017 and https://support.mozilla.org/kb/uninstall-firefox-from-your-computer/discuss/5279 [Fx31] Windows uninstaller will no longer offer the option to remove personal data -->
    Please report back to say if this helped you!
    Thank you.

  • Changing search engine box also changes default search engine in URL bar

    I just updated to 23.0, and for some reason changing the search engine in the search box also changes the default search engine in the URL bar as well. I'm not sure if this is intended functionality (I hope it isn't), but it is kind of irritating. I wasn't sure if it was related to an addon I installed around the same time, so I tried disabling that, but the problem was still there; therefore, I'm tentatively assuming it has to do with 23.0.

    I'd like to cast my (imaginary) vote in opting out of this behaviour. I hate it.
    We previously had the option of two search bars. Now it's reduced to one.
    The URL bar should be for URLs with default to google for real name searches. That's what makes sense. Not having typos look up YouTube, The PirateBay or whatever you have specced in the Search Bar.
    Really, really, stupid change. At least give us the option of restoring the old system.

  • 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

  • My search engine has been changed to Yahoo from Google

    I have a MacBook Pro and recently the search engine has changed to Yahoo from Google.  How do I reverse this?

    Please review the options below to determine which method is best to remove the Adware installed on your computer.
    The Easy, safe, effective method:
    http://www.adwaremedic.com/index.php
    If you are comfortable doing manual file removals use the somewhat more difficult method:
    http://support.apple.com/en-us/HT203987
    Also read the articles below to be more prepared for the next time there is an issue on your computer.
    https://discussions.apple.com/docs/DOC-7471
    https://discussions.apple.com/docs/DOC-8071
    http://www.thesafemac.com/tech-support-scam-pop-ups/

  • How can I change my search engine?

    I have no extensions active on my MacBook Pro. Running Yosemite 10.10.1 and I have on numerous times accessed Preferences and selected Google as my search engine and I continue to get Yahoo as me search engine. The change to Yahoo happen without my selecting it and I have always had Google. How can I change my search engine?

    Check the links below for options to remove the Adware
    http://www.adwaremedic.com/index.php
    Remove unwanted adware that displays pop-up ads and graphics on your Mac - Apple Support

  • The current search engine in the search box gets 'stuck' in beta 11.

    I have various search engines set up to use with my search box. Since beta 11 it occasionally gets 'stuck' on a search engine if I change.
    i.e. if I change from Google to IMDB, I can get stuck on IMDB and am no longer able to go back to Google (or any other engine).
    Wasn't a problem in earlier betas.
    Error console displays this:
    Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIBrowserSearchService.currentEngine]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://browser/content/search/search.xml :: set_currentEngine :: line 0" data: no]

    Can anyone nail down some steps for reproducing this problem? I don't see it immediately after opening Firefox, but it often appears after browsing normally for a while.
    A workaround for me is to open a new window (Ctrl+N). Change the search engine in this new window, then close it.
    After doing that, the search bar in my original window works again.

  • Match code help in sm30

    Hi all,
    Requirement is while entering values into a Ztable by SM30 ,
    we need to have a standard search function (match code) for a field.
    We are succeded till populating values to all the fields based on primary field in sm30,
    stuck while creating search help for one of the field.
    Regards,
    Anil.
    A suggestion can make a difference.

    Without programming, you may provide a search help with
    ● Attaching a search help to the data element
    ● Attaching the data element to a domain with values (in domain or a value table)
    ● Creating a foreign key with another table
    Look also at standard SAP documentation like [Attaching to a Table Field or Structure Field|http://help.sap.com/saphelp_nw70/helpdata/EN/63/1b70bfc32111d1950600a0c929b3c3/frameset.htm] in [Search Helps|http://help.sap.com/saphelp_nw70/helpdata/EN/8b/415d363640933fe10000009b38f839/frameset.htm]
    NB: Remember that when you define a maintain view you may change the Data Element, so you may substitute a custom  Data Element with a custom search help.
    Regards

  • How to add the Match code object for the requisitioner field in TCODE ME51N

    Hi,
    How to add the search help (Match code object) for the requisitioner field in transaction ME51N.
    Please  do the needful to me.
    Regards
    Rajesh

    don't you think that posting your question to a microsoft developer site would be more efficient?
    regards,
    anton

  • How can I set the order of search engines on my Macbook?

    When I use "Manage Search Engines" to rearrange the order of my search engines, the order changes temporarily, only to revert to the order the search engine add-ons were installed, the next time Firefox is restarted. How can I set the hierarchy of search engines to suit my preference, and have it stay that way?

    It may be your preferences problem.
    Try to Reset your firefox and try it newly
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Opening up a new tab in Firefox causes it to open with a Bing search box but I don't have Bing as a toolbar, extension, plug-in or default search engine.

    I am using Firefox 6.0 with Win 7.After upgrading from Vista to W7 and updating my various programs and drivers I found Bing set as my homepage and default search engine. I changed them both and they are okay now, but new tabs open with a Bing search box. I don't have a Bing toolbar, plug-in or extension, and Bing is no longer my default search engine or homepage. I do have the MS Office Live plug-in. I would like to have my new tabs open up blank.

    Thanks for the reply; couldn't get back to you sooner. Here they are just as copied:
    browser.search.order.3;Bing
    extensions.xmarks.SERPRegEx;(http:\/\/www\.google\..+\/.*[?&]q=([^&]+))|(http:\/\/[-a-zA-Z]+\.start3\.mozilla\.com\/search\?.*[?&]q=([^&]+))|(http:\/\/search\.yahoo\.com\/search?.*[?&]p=([^&]+))|(http:\/\/www\.bing\.com\/search?.*[?&]q=([^&]+))
    {5911488E-9D1E-40ec-8CBB-06B231CC153F}.default_search_url;Bing
    {5911488E-9D1E-40ec-8CBB-06B231CC153F}.keyword_search_url;http://www.bing.com/search?pc=Z128&form=ZGAADF&install_date=20110811&q=
    {5911488E-9D1E-40ec-8CBB-06B231CC153F}.provider;bing
    {5911488E-9D1E-40ec-8CBB-06B231CC153F}.provider_name;bing

  • Search engine hijacked by Yahoo in Safari Mountain Lion?

    I installed Mountain Lion these past days and since then, my Safari browser is hijacked by Yahoo, although I did set Google as my default search engine, and even changed DNS to google (8.8.8.8 and 8.8.4.4). I am at a loss - what is happening?  Help?

    In Preferences>General what is your default Search Engine?

  • How do I get Google back as my preferred search engine?

    How do I get Google back as my preferred search engine after this morning's "update" of OS X? Having spent a lot of time setting up a computer to work seamlessly the way I want in every respect, I really resent my time being wasted by "helpful" software engineers. I have tried changing it in the Firefox configuration, which no longer accepts anything other than Yahoo as either a home page or a search engine, all to no avail. The only thing has been changed since everything was working sweetly is the update of OS X a few hours ago.

    What OS X update did you perform?
    To change your default search engine in Safari: Safari menu > Preferences > General > Default search engine.
    To change it with Firefox, click the icon at the left of the search field and choose one from the dropdown menu. If that does not work you may have to ask in a Mozilla support site.

Maybe you are looking for

  • Hardware or trackpad software glitch?

    I've been going crazy after upgrading my Macbook to one of the new aluminum ones where it seems to "ignore" my clicks. I've found several other posts in this forum about it - and am trying to figure out if this is that same issue, or a hardware probl

  • Change Search Help for Payment Terms Field

    Hi, I would like to change the Search Help for Payment Terms Field, in Customer Master (KNVV-ZTERM). and in Sales Document. I believe it is the same. Default is From Table T052 / T052U ZTERM  and TEXT1  Fields I would like to have From Table TVZBT ZT

  • Problem on DATEDIFF statement

    I'm trying to use a DATEDIFF statement so I only see data from the last 7 days How would I write that if I don't have a time stamp in a table to reference? If I could reference something I know I could do Where DATEDIFF (dd, example.tabletime, getdat

  • Problem with loading an image via HTTP

    Hallo, When using the JBCL TransparentImage control i can load images from my local HD. But when i use setImageURL it won't work. I looked at the sources and it seems to me that the problem lies within the default toolkit. The following code works wh

  • Insufficient disk space [388GB]

    Posting this as I've been racking my brains for hours before solving it myself and the similar threads were closed for updates. A new CC install on Mac Book Pro Running Mavericks (10.9) PS refuses to install, claiming insufficient diskspace, Please c