Export parameter in elementary search help not working.

I have created an elementary search help that will display all sold-tos for entered ship-to(s).  Everything works fine except that the sold-to that is selected from the hit list is not being entered into the customer field on the selection screen.
eg transaction VD03, F4 on Customer, enter import parameters VKORG VTWEG SPART and KUNN2, hit list is displayed correctly and one line selected.  I expect that my export parameter KUNNR should now appear in the Customer field of VD03 but its not.
This is my elementary search help definition:
Elementary srch hlp  ZDEBIC                         Active
Short description    Customers for Ship-to
  Selection method   Z_DEBIC            Dialog type
  Text table                            Hot key         2
Search help exit    Z_SHIP_TO_SEARCH_HELP_EXIT
Parameter  IMP  EXP  LPos  SPos  Data Element  Default Value
SORT1                       1                  AD_SORT1                         
SORT2                       2                  AD_SORT2                         
MCOD1                      4                  MCDD1                         
MCOD3                      5                  MCDD3                         
PSTLZ                        6                  PSTLZ                         
KTOKD                       7                  KTOKD                         
VKORG     x       x       8        1        VKORG         VKO
VTWEG     x       x       9        2        VTWEG        VTW
SPART      x       x      10       3        SPART          SPA
KUNN2      x               11       4        KUNN2          KUN
KUNNR              x       3                  KUNNR                         
I suspect the problem may be with default value KUN against KUNN2, but if I put it against KUNNR, I get a message "No values for this selection" instead of my hit list.
Can anybody give me a clue as to the problem?
Thanks,
Brigitte

I just found out - I had asked my fellow ABAPer to have a look at it and he just told me that he had changed the Parameter Assignment of the Collective Search Help from the proposed one of KUNN2 C KUNNR to KUNNR C KUNNR.  It seems that was necessary as well so I'm putting this in for future reference of anybody with the same problem.

Similar Messages

  • Cost Center and G/L account search help not working

    Hi Gurus,
    I am facing a problem with the search help button for cost assignment in Shop screen.
    When I press the search button for cost center, there is no new screen coming up asking me the search criteria to be given as input. Same is the problem when I search for G/L accounts.
    I have defined the backend RFC user as dialog user and also defined the RFC(dialog) in the SRM system for the backend RFC.
    My user id has authorization object M_BBP_SHLP in my profile.
    What may be the reason for this issue?
    Note: I am currently using SRM5.0 system with backend R/3 4.7 version. This SRM system is already connected to another backend system ECC6.0, and the search help is working fine for those users.
    Pls. guide me on how to resolve this issue.
    Regds,
    Ancy

    Hi Ancy,
    Don't give wild search. Give some words following with * like "UK*" lists all the UK Cost centers. For the G/L accounts: G/L Accounts will get updated in the SC automatically depend upon the product category what you have selected.
    Check the configuration  Cross Application Basic settings->Account Assignment ->Define G/L Account for the product category.
    If you have maintained the configuration for the paritcular G/L Account and Product cateogyr then when G/L Account is updated automatically in the SC (Depend upon this configuration)
    Kind Regards
    Sameer

  • Input search help not working in portal correctly, works in R/3 fine?

    Hi All,
    We have created a custom iview which is based on a BSP.  One of the input fields has search help provided, which is simply a list of all employees.  When we execute the BSP from r/3 it works perfectly fine but when we execute if from portal, the search help behaves strangely.  Not all images are found and it's lost the look and feel that it had in r/3. 
    If anyone can shed any light, i'd be most grateful.
    Kind regards,
    Liz.

    Is it because of the size of the bsp page? Sometimes when a bs displays in the content area the window is smaller than expected and the bsp optimizes things like dropdows etc. Can you try launching the iView in a new window and see if that helps?

  • Cost assignment search help not working

    Hi,
    I have looked in to the SD thread already, but none of the notes seems to be of interest as we are on support package of the notes!.
    Here is the problem, when trying to select cost assigment values, cost center and GL account search helps/f4 functionality is not working.
    Can u pls tell me which all settings inside the system I should be looking into, also any possible notes ?, we are on SRM4.0, pack 13.

    The reply can be more professional. People here are not hunting for points. They are here to help struggling people to solve their problems. The points are in no way a match for the time and the valuable answers they suggest. There should be more courteousness in thanking. Points are just the least way to thank. But some questioners take it as if they are paying something and doing a great return. Anyway great to hear that your problem got solved!
    Regards, IA

  • Collective search help not working in screen

    Hi All,
    I need to create ANLA-ANLN1 & ANLA-ANLN2 Fields in a screen for five times.
    One time i can get from dictionary, it automatically takes search help.
    While for other fields as it is not accepting from dictionary i have given different names and Provided collective search help in Properties. But it is not working as it is working for fields got from dictionary.
    Your help is valuable.
    Regards,

    Hi,
    Please follow this link.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/searchHelpExit

  • Search Help Problem - Passing parameter between to search helps.

    I created following 2 table for entering data in PO screen using ME21N using Custom Data Tab.
    ZSTATE_TAB - State table  (has elementary search help ZSTATE_SH - Value of SCODE is exported)
    SCode(Key)     Description
    S001           New York
    S002          Virginia
    S003          West Virginia
    ZCITY_TAB - City Table  (has elementary search help     ZCITY_SH - Value of SCODE is imported)
    SCode(Key)     CCode (Key)     Description          Level
    S001          C001          New York City          L001
    S001          C002          Rochester          L002
    S001          C003          Buffalo               L003     
    S002          C004          Richmond          L029     
    S002          C005          Fairfax               L030
    I have created an custom input field LEVEL in t-code ME21N in Customer Data Tab.
    I want to create search help for LEVEL using import parameter STATE & CITY .
    On selection screen of search help two selection parameters STATE and CITY are displayed. 
    Step 1:User press F4 for getting list of state and selects any state using search help ZSTATE_SH (Value of SCODE is exported)
    Step 2:User press F4 to get the list of City using search help ZCITY_SH, based on state selected in Step 1.  (Value of SCODE is imported)
    In Step 2, I want to see only the cities selected in Step 1. But instead all Cities are displayed in hit list.
    I also created a table maintenance program SM30 for ZCITY_TAB, the search help ZCITY_SH is correctly displaying the data in hit list according to the State selected in ZSTATE_SH.
    But it is not displaying the correct list for cites in ME21N.
    Kindly help me in fixing this problem.
    Thanks in advance.

    here is the answer from [sap library - Value Transport for Input Helps - Parametrizing the Import Parameters of the Search Help|http://help.sap.com/saphelp_nw2004s/helpdata/en/35/bdb6e2c48411d1950800a0c929b3c3/frameset.htm] :
    If the search help is attached to the table field ( Attaching to Table Fields) or to the check table of the field ( Attaching to Tables), a value transport can take place for all the screen fields that are linked with a parameter of the search help.

  • Import Export value of enhanced search help

    Hi
    i have created an elementary search help and inserted in VMVA which is standard search help for Sales order selection.
    its working properly but when i select the value it doesn't pass to vbeln on va02 tcode  kindly help me in this regard .
    did i need to transport the value through programing  ???
    Regards
    Ammad

    done ............. parameter was not set

  • Issue in elementary search help.

    Hi,
    Facing some issue on Attaching search help directly to the screen Fields.
    I have a requirement that
    1> Based on a screen field, I have to filter F4 for the other fields.
    2> I have to populate 2 screen elements at the same time.
    Like:
    In my transaction i have 3 fields :
    1> PA0001-WERKS : Personnel area.
    2> PA0001-PERNR : Personnel number
    3> PA0001-ENAME : Employee name.
    All 3 have been defined as Dictionary fields on the screen.
    Now PA0001-WERKS has its on search help and i use that to select the WERKS.
    Then i have to create a search help that takes this as the input and gives me a hit list showing all the personnel number ( and there name) in PA0001 table based on the screen field PA0001-werks.
    When i do F4 on say Pa0001-pernr field: a hit list showing all the personnel number ( and there name) in PA0001 table.
    When i select a row both PA0001-pernr and PA0001-ENAME should be filled in the screen.
    Solution that i tried:
    I created a elementary seach help ZSEL_PER and had the PA0001 as the selection table and had the 3 fields as the parameters:
    1> WERKS as input
    2> PERNR and ENAME as output.
    Then i attached the search help to the srceen fields :
    1> PA0001-PERNR : Personnel number
    2> PA0001-ENAME : Employee name.
    Now ,
    a> When i do F4 my data does not get restricted as per the WERKS on the screen.
    b> When i select a row both the fields on the screen dont get populated, only the field on which i did F4 ( that too always with the colomn 1 only of the hit list )..
    Is this possible with elementary search help and if yes then how ? what am i doing wrong...
    Thanks, Ad.

    Hi anuj,
    This is the Search Help Process(F4) for a Particular Field.
    Go to SE11.
    Select Search Help Radio button : Any name with Z or Y.
    Create.
    Short Description : Any.
    Selection Method : Table Name.
    Dialog Type : Display Values immediately.
    Search Help Parameter : Field Name (for which field ur doing in the table).
    Exp : Tick it.
    Lpos : 1 Just giving the position.
    SAVE CHECK ACTIVATE.
    Next Assign the Search Help to the table or field.
    SE11.
    Your Table Name : Change.
    Search Help Button above the fields.
    Search Help name : Your search help name.
    Copy.
    SAVE CHECK ACTIVATE.
    Now go and check to the field by F4.
    Thats it.
    hope this helps you.
    reward points for helpfull answers.
    regards,
    venu.

  • 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

  • F4 help for Elementary Search Help in collective Search help

    Hi Gurus,
    I have created an elementary search help 'ZXXX' with fields Partner , KDGRP and KTEXT .For this searh help,  I have created a  database view for the selection method with tables BUT000 , KNVV and T151.Finally, added this elemenatry search help'ZXXX' to collective searh help BUPA.
    When I press f4 on BP , I could very well see the newly created seach help 'ZXXX' in transaction BP.However, the F4 on field KDGRP is missing. I thought the SAP internally determines F4 for  KDGRP based on the check table T151 in domain KDGRP but it is not happening. I did try to infulence the values in shlp-interface and shlp-fielddescr using search help exit but it does not work.
    Could you help me how do I acheive the F4 help on field KDGRP which is used in an elementary search help and further more in collective search help BUPA on transaction BP.
    <REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>
    cheers,
    Amber
    Edited by: Alvaro Tejada Galindo on Jan 4, 2010 3:29 PM

    Hi
    There might be some reasons for not getting the F4 value. One reason could be the complete AUTHORISATION for shopadmin given to the user.
    Please check the SHOPADMIN authorisations of the user.
    Hope this will be helpful
    Regards

  • SharePoint foundation 2013 Search is not working

    Hi, Search was working 3 days back, but today its not working. So
    1. I Recreated Search Service Application
    2. Created Content Source and set full crawl.
    3. And service application is associated to the web application also.
    4. All Application pool id are running.
    5. Created Search Site collection, even though search is not working.
    The error message i got was shown below. How to resolve this issue. An help/thoughts.

    Try to use word Home in search
    Do we see site getting crawl in crawl logs
     Navigate to the site for which you want to control the Web Parts in search results.
    Click Site Actions, and then click Site Settings.
    Under Site Administration, click Search and offline availability.
    In the Indexing ASPX Page Content section, under
    This site does not contain fine-grained permissions. Specify the site’s ASPX page indexing behavior , 
    Always index all Web Parts on this site
    http://office.microsoft.com/en-in/sharepoint-server-help/enable-content-to-be-searchable-HA010379092.aspx

  • Product search is not working in other JSP inj b2c application

    hi,
    I had one requirement that we have to bring product search from header jsp(b2c/navigationbar.inc.jsp) to CategoriesB2C.inc.jsp.
    i had copied all related code from last jsp.but search is not working.
    i had modified only jsp.just guide me do we have to modify any other file or .do class file.
    Thanks in advance.
    Jayesh Talreja

    Hi Jayesh,
    When you copy <td> element of product search from "navigationbar.inc.jsp" to "categoriesB2C.inc.jsp" you also have to copy
    <form> tag and necessary java script function from "navigationbar.inc.jsp" file.
    Read carefully "navigationbar.jsp.inc" file and understand how it is working in it and then copy necessary code from this file to "categoriesB2C.inc.jsp" file
    I tried to post code here but some how it is throwing an error while replying you. Sorry.
    I hope this will help you to resolve your issue.
    Regards.
    eCommerce Developer

  • Search is not working for subsites

    hello,
    SharePoint search is not working for any of the subsites and it is just working for top level site. I can see that all the subsites is visible in search. Any idea?
    interesting thing is, it is not working just for one site collection subsites. If i do search in subsites of another site collection of the same web application than it is working fine and it is working fine for all ohter web apps too.
    Please help.
    Thanks,

    Hi,
    I agree with Chris, please check following in your sub site: http://site_name/subsite_name
    1. Click on Site Actions -> Site Settings ->Modify All Site Settings
    2. Click on Search visibility.
    3. Check All this web to appear in search results.
    4. Browse to the document library or list  in your sub site.
    5. Click on Settings->Document Library Settings or list settings.
    6. Click on Advance settings.
    7. Check the last item - All items from this document library to appear in search results.
    Hope this helps.
    Rock Wang
    Rock Wang– MSFT

  • Personalized Simple Search with new messageLovInput - Search does not work

    I have currently set an Message LOV Input into a Simple Search Panel for IcxPorRcvSrchPG.
    I have got the LOV bringing back the correct values, but when I hit the GO button the Search does not work.
    Can someome please help me on how I am able to get the search working in the Simple Search Panel.
    Details of VO's are as follows:
    xxReceiveItemsDueVO (extended from ReceiveItemsDueVO)
    xxReceiveMyItemsVO (extended from ReceiveMyItemsVO )
    xxReceivePurchaseItemsVO (extended from ReceivePurchaseItemsVO)
    xxReceiveReqItemsVO (extended from ReceiveReqItemsVO)
    Extended Attribute I am looking to search with is xxWono.
    Current search items are working 100% with extended VO's, but when I try and search with new item, I am having no luck. The search is acting as though the new item has not even been created.
    Additional Lov Details are as follows:
    Level: Site
    Item Style: Message Lov Input
    ID: xxWONumSearch
    Data Type: VARCHAR2
    External LOV: /oracle/apps/icx/lov/webui/WorkOrderLovRN
    Prompt: Work Order Number
    Search Allowed: False
    Search Criteria: False
    Lov Map
    ID: xxWipEntityName
    Criteria Item: xxWONumSearch
    LOV Region: WipEntityName
    Programmatic Query: False
    Required: False
    Return Item: xxWONumSearch
    Framework version: 11.5.10.6RUP
    Is there a way of doing this through Personalization?
    With the version of framework I am not able to add a simpleSearchMapping through Personalization.
    Can someone please advise?
    Thanks
    Lee

    When I generate and then view the help, it looks perfect!  I changed the name of the project folder since the information is proprietary.  I have several pictures including the parent folder and the only 3 folders that are generated.  I cannot find the Webhelp output folder.  I think this is what you need to see.

  • Search suggestion not working for anonymous user in sharepoint 2013

    Hi ,
    Please help on this search suggestion not working for anonymous user in sharepoint 2013
    shaik

    You can create a search center site, and set the search center site to
    allow anonymous access.
    Also see this link - http://blog.mastykarz.nl/search-query-suggestions-anonymous-users-sharepoint-2013-mavention-query-suggestions/ 
     (As this is regarding a 3rd party tool, I suggest that you direct it to the  provider support.)
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

Maybe you are looking for

  • Computer keeps getting folder with a question mark (?) I changed the HD and the SATA cable, now what?

    The problem started when my computer was having problems reading the HD by slowing down and freezing. The Apple Genius told me the computer needed a new HD, and that it would cost $228 to replace it through them. I opted out and purchased a Hd myself

  • Since I updated to ios7 the sounds are off

    Since updating to ios7 the background sound in apps and videos keeps becoming too loud to the point it's better muted than listening to it and in videos it sounds horrific like really really nasty cheap speakers anyone have any suggestions?

  • Data template and procedure output parameters

    Hi all, I have multiple sql statements and a MSSQL procedure witch I have to call when generating a report. Therefore I use a data template. The MSSQL procedure I call with EXEC. It returns the table that it sould return and everything is fine. Excep

  • Report on Reports

    I would like to document my Reports for the other developers on the staff and I'd like to know if anyone have tried the 'Report on Reports' functionality within Oracle Report Builder. Is it any good? I have not installed the Report builder tables in

  • When iPhone is Locked I do not get a ringtone when getting an incoming call

    I am a Newbie here so please forgive me if this is a stupid question. I have tried to search, but cannot find a solution, or at least 1 I can understand. Alright got my first iPhone Friday. I have my phone set to Autolock at 5 min. With this configur