Problems with collective search help

Hello SDNers,
I was working with collective search help.
Ex : zc_srch1 (Collective)
In the 'Include search help' i have included 2 search elementary search
help
Ex : zsrc1 and zsrc2 (both elementary)
I have also assigned the parameter assignment for each included search help.
I have also mentioned the search help parameter under definition tab
Ex field form zsrch1 and field1 from zsrch2
and also checked the import and export checkboxes.
Now i have used the search help in the abap program
ex: tmp type field1 matchcode object zc_srch1.
Now when i execute the program the collective search help is getting populated.  when i try to choose a value it is not getting selected to the parameter box.
Regards,
Ranjith N

Hi,
Once again check back your seach help creation by following the link below.
http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ee86446011d189700000e8322d00/content.htm
Cheers!!
VEnk@

Similar Messages

  • Problem with ALV search help Dictionary Search Help

    Hello experts
    I have a problem with ALV search help.
    I use DDIC table ZXXX with text table ZXXX_T. I created DDIC search help form table ZXXX. In my WD application, in context on COMPONENTCONTROLLER i set on attribute: 'Input help mode' as 'Dictionary Search Help' and in 'Dictionary Search Help' I pass name of new created DDIC search help.
    I create a input field from that atrribute and search help works fine (there was a value and description for value from text table). So I created ALV witch contains that attribute too.
    Next I set column for this attribute in ALV as editable but on Serch help for this collumn I have only value. I DON'T HAVE TEXT DESCRIPTION FOR VALUE.
    Please help me and tell me what I do wrong?
    Miko

    Hello,
    Thank's for your help. I create DDic Search help for all fields from my ALV. Next I changed 'TYPE' for all ALV fields in COMPONENTCONTROLLER from ZXXX-Zfield to Zfield, and I changed 'Input help mode' from 'Automatic' to 'Dictionary Search Help'. Now I see Value and Description for value in Search Help in my ALV.
    Regards
    Miko

  • Problem with custom search help for std SD_DEBI

    Hi,
    I have created a custom zcustom search help and included in std search help SD_DEBI.
    In the custom serach help i have added the fields ktokd and sales area fields(sales org, Disb channel, division).
    now when i goto va01 transaction and hit F4 for sold to party i was able view the KTOKD and sales area fields in the custom tab
    when i select the values from f4 help and hit enter they are not getting displayed in sold to party field.
    when i select only sales area fields from f4 and press enter they are getting displayed in sold to party field.
    problem is with the ktokd field that i have included.
    Any suggestions please let me know

    Hi deepti,
    I think you have missed parameter assignment from your Z append search help to standard search help.
    Select the search help and click on Param Assignment button and assign the refernece parameter(KUNNR) of your
    append search help to std collective search help (KUNNR).
    Thanks,
    Pawan

  • Problem with OVS search help.. pls help..

    Hi friends, I have a prblem with OVS component layout
    can some tell me create another  COPY button just under the search button on OVS.
    Basically in my product search.. there is already an OVS component created.. in the Z component layout.. jus the result table is been designed. I dnt see any other UI elements availble in that layout. (like input field to accept vaules on OVS), .. so i was wondering how to create a new button.
    this was developed by others;s so .. i m fighting with this and not able to get anything from sdn aswell.. pls help me.
    And also when they enter values in input fields.. instead of clicking search.. they wanted to hit ENTER key on keyboard... and result shoud display.. how to achieve this..
    sorry im very sorry but pls take out some time and help me out.
    I want one more button COPY on OVS search help. just under the SEARCH button... and also the search shud start once i hit ENTER key on keyboard.
    pls help on this.
    Niraja

    Hi Niraja,
    As how discussed in the email we can get this additional push button as how desired by enhancing the standard component WDR_OVS. Just click on the "Enhance" (spiral kind of button) button present in the application toolbar & create an Enhancement Implementation for the component. Now within this standard component you have the corresponding layout present in the SEARCH view. So go to this view & make the necessary changes. From now on what all components which declare a component usage of the WDR_OVS would be getting this newly modified UI & functionality.
    Regards,
    Uday

  • Problem with Dictionary Search Help

    very good morning!!
    we have a z-search help called 'ZIH_TIPOIDENTIFICACION', and we want to select a line from the help search, and put the values  in two fields. This is easy if the two fields are in the same context, but the fields are in different contexts. Field 1 is in the context BTADMINH and field 2 is in the context BTACTIVITYH and is a field of type 'attribute value'. Only works Field 1 .  I do not fill the Field 2,  the value for 'field-context_attr ls_field ='
    our code is:
      data ls_field   type if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping.
      data: lt_input  type if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab,
            lt_output type if_bsp_wd_valuehelp_f4descr=>gtype_param_mapping_tab.
      ls_field-context_attr = 'EXT.ZZAFLD00003H'.
      ls_field-f4_attr      = 'ZTAXTYPE'.
      append ls_field to lt_output.
      ls_field-context_attr = 'BTACTIVITYH/Z_TIPO_IDENT_TEXT'.
      ls_field-f4_attr      = 'TEXT'.
      append ls_field to lt_output.
      create object rv_valuehelp_descriptor type cl_bsp_wd_valuehelp_f4descr
        exporting
          iv_help_id        = 'ZIH_TIPOIDENTIFICACION'
          iv_help_id_kind   = if_bsp_wd_valuehelp_f4descr=>help_id_kind_name
          iv_input_mapping  = lt_input
          iv_output_mapping = lt_output.
    Any ideas?
    many thanks

    Hi Victor,
    You can access the BTACTIVITYH field from the BT ADMINH context node using the relationships.
          entity ?= current.
    *     Method 1
          current = entity->get_related_entity(
                   iv_relation_name = 'BTHeaderActivityExt' ).      "#EC NOTEXT
          IF current IS NOT BOUND.
            RETURN.
          ENDIF.
    Here the Current referne will have your new attribute to display in system. Use the same relation code in both set and get methods.
    So that both attributes will be part of BTAdminH context node then your above code will work correctly.
    Best Regards,
    Dharmakasi.

  • 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

  • Problem creating a hybrid collective search help for werks,bukrs and ekorg

    Hi All,
    I have to create a collective search help for Org_key field of a custom table.
    This org_key field is a char4 field and can hold the value for plant , bukrs and ekorg.
    I need to create a collective search help which includes
    C_T001                          Collective Search Help for BUKRS (Company Code)
    H_T001W_NEW     Possible Entries for Plants
    H_T024E                         Input Help for Purchasing Organization
    I have added org_key field in the field description , how can i do the parameter assigment ( or declare the field description ) so that if the user press F4 for org_key field ,he is able to see all the search paths corresponding to C_T001,H_T001W_NEW, and H_T024E simultaneously, and corresponding to value chosen ( for plant , werks or ekorg ) the value is passed back to the org_key field.
    Thanks in Advance
    Regards
    Anurag

    Problem resolved. You can hard code values, like the domain name within the search help.
    Although I have found that if you don't use a search help and you have domain values then your drop-down list values will be automatically populated from the domain values for the field. At least in my dynpro it does.
    Jas

  • Prob in collective search help.

    Hi ,
    I am facing problem in collective saerch help creation.
    i assigned two elementry search helps which are of for fields name and id.
    i assigned this collective search help to these fields(neme and id).
    but when i am checking for both fields its displaying only one field values either id or name.
    why its happening like this,
    Thanks & Regards,
    raji.

    Hi
    Please check with the following link
    [Collective search help|http://help.sap.com/saphelp_nw70/helpdata/EN/cf/21ee86446011d189700000e8322d00/content.htm]
    Hope this helps you
    Regards,
    Rajani

  • FM : to call collective Search help and update two fields in SSCR

    Hi Experts,
         I have problem while using collective serach help.
        My scenario is using Collective Search help thru that i want to update 2 fields in my selection screen.
    Thru this function module F4IF_INT_TABLE_VALUE_REQUEST  i can mapping and update two fields using DYNP_VALUE_UPDATE but using this function module i can't able to call my Collective Search help
    in other way
    Thru F4IF_FIELD_VALUE_REQUEST  i can able to call the collective search help but _i can't mapping field and can't updated the
    selection screen field_
    Is any otherway to do it, Please help me ASAP.
    Regards,
    Florian.

    Hi Friends,
    I have the similar kind of requirement. Upon click on a Button on screen i need to call a search help, and collect one or more selected material numbers.
    The search help is working fine and i am getting the entries with the following code.
    The problem is i am finding extra popup on screen.
    CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
    EXPORTING
    tabname         =  space
    fieldname       =  space
    SEARCHHELP      =  'MAT1'
    MULTIPLE_CHOICE =  'X'
    STEPL           =  0
    value           = 'MATNR'
    *dynpprog        =  progname
    *dynpnr          =  dynnum
    *dynprofield     = 'CARRIER'
    CALLBACK_PROGRAM          = 'ZTEST_1_PRA'
    CALLBACK_FORM             = 'F4CALLBACK'
    TABLES
    RETURN_TAB                = RETURN_TAB
    EXCEPTIONS
    FIELD_NOT_FOUND           = 1
    NO_HELP_FOR_FIELD         = 2
    INCONSISTENT_HELP         = 3
    NO_VALUES_FOUND           = 4
    OTHERS                    = 5.

  • Performance with ADMC Search help

    Hi Everyone.
    Here there is a performance issue when we tried with the standard search help.It is happening in MEAN Transaction and the search help is for Address Number .While we tried it is giving dump for sometimes.
    When I checked into the search help,It is a collective search help and the selection-method is from a View.
    Could anyone face this ,please give some pointer to resolve this Performance issues.
    If there is any way to reolve this ,we can clone the existing report and do the changes in the new ZMEAN Transaction .
    Regards,
    Kranti Yamparala.

    I don't understand the details of your question.
    But anyway, a search help searches on a maybe very large table with very poor selection criteria, this can take
    ages and there is nothing you can do.
    You must take care that the selection critieria make sense,
    + either by defining mandatory inputs
    + or/and by adding some indices which you think are necessary
    Siegfried

  • Exit for collective search help KRED

    Hi all,
    we have a requirement to enhance collective search help for Vendor in the TransactionsME51, ME52, ME53, ME51N, ME52N, ME53N.Collective search help for vendor is KRED.We need an exit to create extra search help in the collective search help.We need to add a tab search 'vendor by account group'.Any pointers to this will be appreciated.

    Hi Kiran,
    Just run the following link in browser to obtain a PPT documentation with example on search help and search help exits
    fuller.mit.edu/tech/search_helps.ppt
    pls reward if helpful
    Regards
    Byju

  • Collective search help in PA30

    Hi Experts,
    I have followed the below steps to add new field in the Collective search help in PA30.
    1. Collective srch hlp for Employee is - PREM and the Elementary srch hlp for 'Last name - First name' is PREMN.
    2. You can change standard search help without access key. So you have to change PREMN.
    3. Selection Method used for PREMN is M_PREMN. Copy M_PREMN to ZM_PREMN.
    4. In Database view ZM_PREMN, add field RUFNM(Nick Name) in View Flds Tab.
    5. Assign Selection Method ZM_PREMN to PREMN.
    6. In secarh help parameter assign SPos filed 3 for newly added RUFNM(Nick Name).
    I have copied Selection method   M_PREMJ into ZM_PREMJ. From SE11 selected radio button u2018Viewu2019 and entered ZM_PREMJ then selected Change button.
    A new window pope up with options u2018Maint in orig. langu2019 and u2018Change orig. languageu2019.
    If I select u2018Change orig. languageu2019 then I am getting the following error
    View ZM_PREMJ contains inactive components
    If I select u2018Maint in orig. langu2019 then it will allowing for modifications. But when I activate I am getting following errors:
      Check view ZM_PREMJ (SAPUSER/01.08.11/13:02)
      View field ZM_PREMJ-PERNR (domains of the data elements not equal)
      Key field PA0002-OBJPS missing
      Key field PA0002-SEQNR missing
      Key field PA0002-SPRPS missing
      Key field PA0002-SUBTY missing
      All fields are evaluated as key field
      View ZM_PREMJ is not consistent
    Please guide me in adding a new field in PA30 Collective Search Help.
    Regards,
    Deepthi

    Hi Suman,
    Yes, it is activated now with some warning messages.
    After this in SE11, I have selected radio button u2018Search Helpu2019 and entered u2018PREMNu2019.
    And clicked on u2018Changeu2019 button, then I have two options u2018Maint in orig. lang,u2019 and u2018Main. in logon langu2019.
    I have selected u2018Main. in logon lang; (which option to be selected??)
    And replaced Selection method u2018M_PREMNu2018with ZM_PREMN, then activated.
    It was activated with warning and following are adjusted.
    SHLP EHS00SHLP_PREM was adjusted
    SHLP HREHS00PERSINTEXT was adjusted
    SHLP LO_OIF_PARTNER was adjusted
    SHLP PREM was adjusted
    SHLP PTRM_PREM_WEB was adjusted
    Up to here is fine, but when I tested in PA30 Collective search help, I can able to see new field u2018Nick Name but it is not working.
    Regards,
    Deepthi

  • 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

  • Collective search help

    what is collective search help. Explain me the procedure to create collective search help.

    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
    https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=2176485
    https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=3601619
    pls go through this for search help creation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm
    Search Help Exits:
    Re: dynamic values for search help
    Re: Dynamic search  help
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee52446011d189700000e8322d00/content.htm
    http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_exit.htm
    https://forums.sdn.sap.com/click.jspa?searchID=4390517&messageID=1712818
    Thanks,
    Rewarrd If Helpful.

  • Add documentation to (collective) search help

    If i create a collective search help via se11 and execute it, the blue 'I'-button (information) appears.  When I press it, nothing happens.
    (the same thing occurs with the sflight searchhelp)
    I would like to add a documentation to a collective search help that would appear when this button is pressed.  is this possible and how should I do it?

    Hi Dries,
    Go through this info.
    Creating Collective Search Helps
    Procedure
    In the initial screen of the ABAP Dictionary, select object class Search help, enter the name of the search help and choose Create.
    A dialog box appears in which you must select the type of search help.
    Select Collective search help and choose .
    The maintenance screen for collective search helps is displayed.
    Enter an explanatory text in the field Short text.
    You can for example find the search help at a later time using this short text.
    In the Definition tab page enter the parameters of the collective search help.
    Select the Imp flag if it is an import parameter. Select the Exp flag if it is an export parameter.
    Define the types for the parameters of a collective search help by assigning a data element. Enter the name of the data element that describes the contents of the search help parameter in the Data element field.
    You can assign the parameter a default value in the Default value field.
    In exceptions it could be necessary to change the standard process defined by the search help. You can implement the deviation from the standard using a search help exit.
    In this case enter the name of the search help exit in the corresponding field.
    On the Included search helps tab page, define the search helps that you want to include in the collective search help.
    You can include elementary search helps and collective search helps.
    Use the Hide flag to control whether an included search help should appear in the dialog box for selecting the elementary search help. If the flag is set, the search help is not offered.
    It makes sense to hide search help inclusions if one or more search paths in the standard system should not be used in a concrete R/3 System. Similarly, search help inclusions can also be already hidden in the standard system because they only can be used meaningfully in a few R/3 Systems. You have to cancel the flag in this case.
    Position the cursor one after the other on each allocated search help and choose Parameter assignment.
    In the next screen, enter the parameter names of the elementary search helps to which the corresponding parameters of the collective search help should be assigned in the field Reference parameter.
    You can select the parameters contained in the included search help using the input help. Create a proposal for the assignment with Proposal.
    Save your entries.
    A dialog box appears in which you have to assign a development class to the search help.
    Choose .
    Result
    The collective search help is activated. You can find information about the activation flow in the activation log, which you can display with Utilities ® Activation log. If errors occurred when the collective search help was activated, the activation log is automatically displayed.
    Do not forget to link the search help to a screen field. The search help attachment is not part of the search help definition; it is part of the object definition to which the search help is attached.
    Other Options
    You can test the flow of an input help defined by the collective search help with . A dialog box appears in which you can simulate the behavior of the search help under different conditions. You can obtain information about the options provided in this window with .
    Rewards some points .
    Rgds,
    P.Naganjana Reddy

Maybe you are looking for

  • Netbeans 5.5 WebService Client - How do I pass a parameter to the service?

    I'm using Netbeans 5.5 and have generated a webservice client (JAX-WS 2.0) off of the existing WSDL. The webservice requires me to pass it some information. Per the generated code, it is expecting an EncryptedData object. The problem is, I have no id

  • Best Practice Question - Activate Company Code - Open client or transport?

    Hello. When activating Company Codes in a newly productive system, is it best practice to do it directly in an open client, or to change the setting via transport? Thanks and Regards, D Flores

  • N97 Keeping the Display ON all the time

    Is there anyway to do this? The max time I can keep the display on for is 60 second, EVEN if the phone is connected to the mains adapter. This is rather stupid since there are times when I want the screen on all the time - eg. when connected to a pow

  • My MacBook pro 2009, won't turn on but the indicator light does.

    Hey guys, I am computer illiterate as far as hardware goes, so I hope someone can help me.  I have a 2009 MacBook pro, and today was the first day I have ever had a problem with it.  It won't turn on, however the little power indicator light does com

  • Pls help i have to give this assighment

    1. Construct a class ReverseContent, which makes a copy of the input file. Read each line in the file and print the line in the reverse order in the copied file. If the file is blank give an error message that the input file is blank. 2. Construct a