Creating a new Search Help on a standard SAP table field?

Good day, everyone!
As part of a report I am writing, the customer would like to have Search Help added to the AUFEX field in table AUFK.  They would like this functionality so that when they are changing an order via t-code ko02, they can get a list of valid values to put in field AUFEX.  I would like to tie it to a zTable I've created; in my zTable, I have just 2 fields:  a key value (that will go into AUFEX) and a text description of the key value.  This zTable is used in my report.
While I've created a Search Help on this table already for table maintenance, I've never added a custom Search Help to an existing standard SAP table field before.  I've done some Googling and other searching to see what I need to know, but I've only been able to find information on Collective Search Helps.  AUFEX doesn't yet have a Search Help field, so I don't think Collective Search Helps is my answer.
Is this possible?  Can I add a custom Search Help to a standard SAP table field that doesn't have any Search Help linked to it yet?  Is there an existing thread or guide somewhere that can tell me how to do this?
Thank you!

Hi
Yes u can: u can assign the search help to (A) data element livel or (B) field table livel.
After creating your search help:
A) Run SE11, insert your data element (AUFEX), press edit and insert the search help in "Search Help" area on DEFINATION tab;
B) Run SE11, insert your table (AUFK), press edit, place the cursor on your field (AUFEX) and go to GoTo->Search help->for field
But u should consider it'll mean to change a standard object for both cases: so u need to get the access key from your OSS.
Max

Similar Messages

  • How to add a F4 help to a standard sap table field

    HI all,
    I have created a F4 help that gets the value from a custom field. Now i want to add this search help to  a standard table PRPS-USR00 field. but, when i selects the USR00 field and clicks search help button it says 'No Search help exist for this field'. How to Add ? Do i need to get the access key , go in change mode and add it .Will it work. Will this affect any other table if i add this search help.
    regards
    sandeep

    Hi,
    Where do you want to see this seach help which transaction if it is in any custom program then you use the events for F4 or else if it is any standard transaction then there might be any collective search help which you will have to enahance. Let me know the trnaction name and field name.
    Regards
    Tanweer

  • Copying Batch Characteristics Value from Standard SAP Table Field

    Dear Experts,
    1. While creating a user-defined Batch Characteristics 'CREATED_BY' using ct04,  on the Additional Data tab, I filled  the following fields as follows:  Table Name = MCHA,  Field Name =ERNAM.
    'CREATED_BY' was then assigned to a batch Class TRIMMED (of class type 022).
    TRIMMED  was assigned to a batch managed material ADE245DD.     
    After posting co15 (confirmation of production order) for material ADE245DD, the value in table MCHA & field ERNAM is automatically copied into the Batch Characteristics value field of u2018CREATED_BYu2019  for the generated batch.
    2. But I am unable to achieve the same result when I create another Batch Characteristic with similar settings in the Additional Data tab as follows: Table Name = MARC, Field Name = DISPO.
    After doing co15, the value stored in table MARC and field DISPO does not get copied into the Batch Characteristics value.
    Please what do I need to do in Scenario 2 above to achieve the same result as in Scenario1?
    Regards

    Hi,
    Table and field used in additional data table should be related to the object than only it will work, for e.g. MCHA and ERDAT will work if you create a characteristcis and assign it to class type Batch (022/023) because MCHA table has Batch no. as primary key,
    this implies for using material specific table e.g. MARA , you should use characteristics with class type 001 (Material class) , try using with table MARC also
    Cheers
    Dheeraj

  • New Search help - Cloning DEBIX

    Hi I need to create a new search help which will be a clone of standard search help DEBIX. I have to add two new feilds to the DEBIX which will be STR_SUPPL3(street 4) and LOCATION (street 5). When I copied this particualr search help and added the two fields in it , it dosent seem to allow me to get a new selection screen for it and it gives the same selection screen as DEBIX without addition of these two fields where I can input some value. I did add those two fields to my list of fields that I want on my selection yet it gives me a selection screen similar to debix. Then I tried using a database view instaed of teh search help exit used in it , this works but this made the search help case-sensitive which I dont want .
    Can you please advice or suggest what I need to do so that I get a screen with fields that I want and its case-insensitiuve.
    Help will be greatly appreciated.
    Thanks
    Aarav

    Thats right Greg < i have done exactly that way . I created a Z search help with same fields as DEBIX , added my two extra fields , removed the search help exit , created a new Z view table included those two fields there and then added this new search help in DEBI and assigned the parameters , its working fine , but as I said its case-sensitive , I want to make it case-insensitive , so that it goes by the word and not by its cases.
    Please suggest as what needs to be done to accomplish this .
    Thanks
    Aarav

  • Definition of new search help in report RFBILA00

    Hello,
    I have created a new search help which I would like to include in the selection screen of the report RFBILA00.
    Does anyone know how to include a new search help in this report which can be used in the screen "Dynamic selections"?
    Best regards
    Peter

    Try by extending collective search helps - like SAKO for SKA1-SAKNR - by appending your custom search help.
    Then I think when you select GL Account description in chart or accounts it will call your custom search help inside it.

  • New search criteria for old (standard) node?

    Is it possible to create script, which adds new search criteria for old (standard) node?
    CustomSearchExtensionHandler.jsx gives example of custom search criteria for custom node. But it is not clear for me, how to add new search criteria over standard XMP fields.

    Hi,
    First you create your own table (with fields like Vendor No and Name), in which you wants to store your Value range for that Vendor and fill this table with all the values for that vendor(your own set of values).
    Using this table create an Elementary search Help from SE11 and you can use that search help for the Vendor field where ever you use.
    This works fine.
    Regards,
    Anji

  • How can we create a Collective search help

    Hi all sap experts,
    How can we create a Collective search help on field “OBJECT” which allows to search tables
    o   ARCH_OBJ
    o   TOJTB (Search help: H_TOJTB)
    on 2 tabs.
    Thanks,
    Basu

    Hi
    1) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).
    2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.
    3)An elementary search help defines the standard flow of an input help.
    4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.
    5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.
    6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input help is called.
    CREATION:
    Go to SE11  Tcode
    select search help
    give the 'z' search help name and create
    select the selection method ur table name eg : 'mara'
    dialog module 'display value immediately'.
    add the field whatever u want and lpos = 1 and spos = 1 and check import and export parameter.
    where left position when displaying and spos = search position
    and then save and activate ..
    See the links:
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
    pls go through this for search help creation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    Search Help Exits:
    Re: dynamic values for search help
    Re: Dynamic search  help
    Reward points for useful Answers
    Regards
    Anji

  • How can we create a Collective search help  plz tell me with steps

    How can we create a Collective search help  plz tell me with steps
    thanks,
    basu

    Hi
    1) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).
    2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.
    3)An elementary search help defines the standard flow of an input help.
    4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.
    5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.
    6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input help is called.
    CREATION:
    Go to SE11  Tcode
    select search help
    give the 'z' search help name and create
    select the selection method ur table name eg : 'mara'
    dialog module 'display value immediately'.
    add the field whatever u want and lpos = 1 and spos = 1 and check import and export parameter.
    where left position when displaying and spos = search position
    and then save and activate ..
    See the links:
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
    pls go through this for search help creation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    Search Help Exits:
    Re: dynamic values for search help
    Re: Dynamic search  help
    Reward points for useful Answers
    Regards
    Anji

  • Enhancements:Search help addition to standard screen-field

    Hi Guys,
    I am trying to add search help to the standard screen field inco2 in transaction va02. for this I am trying to add inplicit enhancement point in include MV45AFZZ.
    I right click over the yellow line and create enhancement implementation in local object. the moment I choose my enhancemetn implementation and press enter, it gives me dump, Please nebody tell me where am I going worng, or Is my approach correct.....Please suggest.......
    thanks in advance

    Hi Anil,
    Can you please tell me how to approach for adding search help to standard screen field INCO2 in transaction VA02.

  • New search help on CRMD_ORDER locator

    Hi Experts,
    I have created a new search id in the search type SAL_SALES. I have copied the function group CRM_1O_LOCATOR in order to modify the logic to satisfy the customer requirements. Before doing any mkodification I have decided to test the search pressing start button and the search threw a dump. I have debugged and I have found the error....the search try to use a method of the class cl_crm_1o_locator through the instance gv_application. The problem is that gv_application is null and the exception OBJECTS_OBJREF_NOT_ASSIGNED, because of accessing via 'NULL' object reference is not possible. The standard create this reference object via the constructor method of the class CL_CRM_1O_NAVIG, where call the FM CRM_1O_LOCATOR and pass this reference to variable gv_application of the function group CRM_1O_LOCATOR, and then call ascreen of my ZFunction group, thus that my own gv_appliocation is never instantiated. Anyone have dealt with this????
    Best Regards,
    Rosa

    Hi,
    First of all, I wish you a happy new year!!!!
    I am going to explain you why I want create a new search Id. Really I want a search like 'General' search Id (search type 'Sales'). But I want that Status listbox shows user status instead of system status or whatever it shows. I have read that you can maintan table view CRMV_STATUS_PROC in order to add the status you want to display. But what must I do with the rest of the status I don´t want display...does it suffice marking the checkbox of display field for every status in the table?
    Besides, I want to add a new column in the layout of the result table of the search. I want to add the description of the business partner from a specific partner function for every sales order. How can I achieve this?
    Thank you very much for your interest.
    Best Regards,
    Rosa

  • Web dynpro for abap how to create a customize search help in alv column

       hi:
          Web dynpro for abap how to create a customize search help in alv column and put search help value into alv column?
          Are there specific examples ?
          thanks!!

    HI:
       I want to created a freely programed help which include date&time,and put help value to alv column.
      I have created a freely programed help in web dynpro for abpa application,I refer:
      **************** - WebDynpro for ABAP
      but have a problem!
       If you focus on the the input field in the first row, you get the value help
    However if  I go to the second row and focus on the same input field in this column, I don't get the value help:
    What is a good way to solve similar problems?
    thanks

  • Qtn: I have 10 standard elementary search helps in collective standard search help, how to deactivate the 10th elementary search help?

    Qtn: I have 10 standard elementary search helps in collective standard search help, how to deactivate the 10th elementary search help?

    Hello,
    this topic is still a problem for me, does anybody have an idea.
    Just to show what's my problem:
    Collective Search help KRED does include a SAP append-search help ASH_KRED which holds the elementary search helps KREDC, KREDE, KREDM, KREDW.
    The search helps KREDE, KREDM, KREDW should not be displayed, so I added another Serach-Help-Append ZKRED_CUST at the end of CSH KRED which holds these 3 SH's with the hidden flag.
    That works, the SH's are not shown anymore.
    I also added some other of the Original SAP SH's (e.g. KREDA) with the hidden flag and added changed copies of these (e.g ZKREDA) there to be shown instead.
    All this can be done modification free by appends.
    The folders of the elementary search helps are shown in the order as they are found included in the KRED SH and the append to this SH.
    This means that the not hidden Sh KREDC from ASH_KRED is shown before all the "custimized" ZKREDx -SH's. But we need this SH not very often, so that I want it to displayed al the right-most position of the folders of SH's or at the most down postition of the drop-down-selection of SH's.
    But I have not found any way to do this modification free.
    The only way to archive this is to modify ASH_KRED by setting the Hidden-Flag for KREDC and add this SH at the end of append-SH ZKRED_CUST again.
    But I want avoid this modification.
    So, is there any way to do this without modifing any of the original SAP SH's ?
    Helmut Fischer

  • How to create Search Help using more than 1 table

    Hi all,
    I need to create a search help using more than 1 table.
    Eq:-   Itable1 contains the data and Table2 contains the description of a field.
    In my search help i require A field from Table1 and For the corresponding field description from Table2.

    Hi,
    You can do this with the help of collective search help.
    Collective search helps:- Combination of elementary search helps. When we need to fetch data based on multiple selection criteriau2019s. More than one tables are Selection from multiple tables 
    Steps for creating collective search help.
    1) Enter the search help name and click on create.
    2) Choose Collective search help radio button option as the search help type.
    3) Enter the search help parameters.
    Note that there is no selection method to be entered for a collective search help.
    4) Instead of the selection method, we enter the included search helps for the collective search help.
    5)We need to assign parameters for each of the included search helps.
    6) Complete the parameter assignment by clicking on the push button.
    7) Collective search help offers the user to obtain F4 help using any of the included search helps.
    Hope this will help you:
    Reagrds:
    Alok

  • I had to restart my mac and couldn't remember my password and had to create a new keychain, help?? i just want to stop all these pop up screens coming up now, how do i retrieve my original password?

    i had to restart my mac and couldn't remember my password and had to create a new keychain, help?? i just want to stop all these pop up screens coming up now, how do i retrieve my original password?

    I'm not quite sure I understand what you're saying? Have you gained access to your mac, but getting pop-ups about your old password? If you have access, you could always copy important files and reinstall OS X from scratch. Also you could use the Mac as an external hard drive if you have another Mac doing the same. Those are probably the easiests ways. If it was easy to just go ahead and change passwords as so, security would be an issue. How is your computer locked? Is it a filevault password, or how much do you have access?

  • Search help in case of a table cell editor

    Hi
    I need a search help in case of a table cell editor as well as the the other requirement is that it shld be a reusable one.
    could anyone of u suggest me some methods
    regards
    Nikhil Tapkir

    There are several ways of doing this.
    1. Use OVS
    2. Create a Search help in R3. Call the function module.
    3. Create a Jar file which would provide the result .
    It is upto you on which ever way you want to provide
    Kumar

Maybe you are looking for

  • Large query result set

    Hi all, At the moment we have some java classes (not ejb - cmp/bmp) for search in our ejb application. Now we have a problem i.e. records have grown too high( millions ) and sometimes query results in retrieval of millions of records. It results in t

  • RFC adapter - AE_DETAILS_GET_ERROR - no adapter engine

    Hello, have a strange error. Our scenario connects two R/3 systems via RFC adapter (outbound / inbound) for an RFC in a standard R/3 function module SUSR_ZBV_GET_REMOTE_PROFILES. The RFC is synchronous. When starting the RFC call from the sender syst

  • I turned off documents and data in my iCloud setting on my iPhone. How do I turn it back on?

    I turned off "documents and data" from my iCloud settings on my iPhone. How do I turn it back on?

  • After a windows 7 update, firefox dropdowns just flash briefly

    any dropdown menu just flashes...works OK in IE. Happened right after Windows did a BIG update...took about half an hour to complete the update. It flashes so fast you can just tell that it was supposed to be an autocomplete or dropdown but not what

  • Quality of iPhoto Calendars

    I just received 3 calendars I ordered through iPhoto and am aghast at the print quality, in particular the color. Has anyone else encountered the same problem? Is this due to high volume during the holiday rush? I ordered 7 calendars last year withou