<?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 Re: custom search help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4680244#M1100576</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;if you follow the examples instructions precisely it should work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you changed callcontrol-step (at step selection)  to 'DISPLAY'? (if you did not the standard selection will be done after yours).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;hp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2008 13:01:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-10T13:01:45Z</dc:date>
    <item>
      <title>custom search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4680243#M1100575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a search help that read data from a table and show this data, but only a selection of this data and not all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I created a custom search help, with an exit search help ( refernce at F4IF_SHLP_EXIT_EXAMPLE ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside this help I put the selection, with code like reference F4IF_SHLP_EXIT_EXAMPLE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is: the match code show all data of table and not the selection !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks a lot,&lt;/P&gt;&lt;P&gt;bye.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 12:30:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4680243#M1100575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T12:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: custom search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4680244#M1100576</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;if you follow the examples instructions precisely it should work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you changed callcontrol-step (at step selection)  to 'DISPLAY'? (if you did not the standard selection will be done after yours).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;hp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 13:01:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4680244#M1100576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T13:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: custom search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4680245#M1100577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;yes, I changed it, but not run correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 13:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4680245#M1100577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T13:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: custom search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4680246#M1100578</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;  In the selection step after receiving the required entries from table you have to pass the details to the following FM 'F4UT_RESULTS_MAP'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where SOURCE_STRUCTURE is the selection method name(Table structure name)&lt;/P&gt;&lt;P&gt;          APPLY_RESTRICTIONS = 'X'&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;         SOURCE_TAB is the table with u to pass the selected new entries&lt;/P&gt;&lt;P&gt;         other parameters are general..&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;     Finally set the CALLCONTROL-STEP = 'DISP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Karthik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Oct 2008 08:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4680246#M1100578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-11T08:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: custom search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4680247#M1100579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your ZF4IF_SHLP_EXIT_EXAMPLE, delete unwanted records from record_tab in the proper step, which means between&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF callcontrol-step EQ ...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you cannot find which is the best, make your extra validations (updating itab record_tab) out any of the IF's, so it will be called always (just check if record_tab has values to do your code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Oct 2008 12:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4680247#M1100579</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-10-11T12:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: custom search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4680248#M1100580</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;Looks you need to share your Search Help Exit code to get the Problem resolved....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Oct 2008 15:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4680248#M1100580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-12T15:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: custom search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4680249#M1100581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tks Karthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i solved my problem,&lt;/P&gt;&lt;P&gt;bye.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 15:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4680249#M1100581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T15:18:49Z</dc:date>
    </item>
  </channel>
</rss>

