<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic search help question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/5435315#M1246900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a selection screen with 3 fields.&lt;/P&gt;&lt;P&gt;xblnr, kunnr and bukrs&lt;/P&gt;&lt;P&gt;I created a search help exit for xblnr.&lt;/P&gt;&lt;P&gt;It finds my values perfectly and returns it on screen.&lt;/P&gt;&lt;P&gt;How do I make it return kunnr and bukrs values on the screen as well(they do appear on search help pop-up already).&lt;/P&gt;&lt;P&gt;I tried filling up the shlp_tab and shlp manually, but that didn't help.&lt;/P&gt;&lt;P&gt;right now, my search help exit is like that to delete duplicates.&lt;/P&gt;&lt;P&gt;I think I should add some code to the elseif callcontrol-step = 'RETURN', but all I've tried doesn't work.&lt;/P&gt;&lt;P&gt;Please note that I don't want to do it on my report program with at selection-screen on value-request for xblnr, I would like to solve this inside that userexit. Setting parameters doesn't help either as that requires the selection-screen to be refreshed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if callcontrol-step = 'DISP'.
delete adjacent duplicates from record_tab comparing string.
elseif callcontrol-step = 'RETURN'.
exit.
else.
exit.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Apr 2009 10:51:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-06T10:51:44Z</dc:date>
    <item>
      <title>search help question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/5435315#M1246900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a selection screen with 3 fields.&lt;/P&gt;&lt;P&gt;xblnr, kunnr and bukrs&lt;/P&gt;&lt;P&gt;I created a search help exit for xblnr.&lt;/P&gt;&lt;P&gt;It finds my values perfectly and returns it on screen.&lt;/P&gt;&lt;P&gt;How do I make it return kunnr and bukrs values on the screen as well(they do appear on search help pop-up already).&lt;/P&gt;&lt;P&gt;I tried filling up the shlp_tab and shlp manually, but that didn't help.&lt;/P&gt;&lt;P&gt;right now, my search help exit is like that to delete duplicates.&lt;/P&gt;&lt;P&gt;I think I should add some code to the elseif callcontrol-step = 'RETURN', but all I've tried doesn't work.&lt;/P&gt;&lt;P&gt;Please note that I don't want to do it on my report program with at selection-screen on value-request for xblnr, I would like to solve this inside that userexit. Setting parameters doesn't help either as that requires the selection-screen to be refreshed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if callcontrol-step = 'DISP'.
delete adjacent duplicates from record_tab comparing string.
elseif callcontrol-step = 'RETURN'.
exit.
else.
exit.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 10:51:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/5435315#M1246900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T10:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: search help question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/5435316#M1246901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;needed to give the parameters like&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
parameters: xblnr like ztable-xblnr,
                  kunnr like ztable-kunnr,
                  bukrs like ztable-bukrs.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then add the search help exit to the table properties for each parameter that i use in the report assigning the corresponding field and voila &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 12:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-question/m-p/5435316#M1246901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T12:09:31Z</dc:date>
    </item>
  </channel>
</rss>

