<?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: Search Help using Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-using-internal-table/m-p/914256#M57756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the function F4IF_INT_TABLE_VALUE_REQUEST might do what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2005 11:23:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-10T11:23:28Z</dc:date>
    <item>
      <title>Search Help using Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-using-internal-table/m-p/914255#M57755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I want to create a Search help which will take one parameter(e.g. Project id)  and find out the the duration of the project. For this I have written one function now I want to know how to attach it to searh help. When I write the name of the function ( in which I am calculating the duration of the Project and populating the internal table )in the exit text box in creation screen of the search help ,it is giving error something like  type of shlp is incorrect. My screen would look like as using selection-screen. The search help is reqd on month so project is mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Project ---&lt;/P&gt;&lt;P&gt;Month   ---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;pM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2005 10:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-using-internal-table/m-p/914255#M57755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-10T10:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help using Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-using-internal-table/m-p/914256#M57756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the function F4IF_INT_TABLE_VALUE_REQUEST might do what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2005 11:23:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-using-internal-table/m-p/914256#M57756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-10T11:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help using Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-using-internal-table/m-p/914257#M57757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;a search help exit must have a certain predefined parameter structure (press F1 on the field for more information).&lt;/P&gt;&lt;P&gt;Thus you should write another function module acting as search help exit.&lt;/P&gt;&lt;P&gt;In this case you act only in step 'SELECT' where you will do four things:&lt;/P&gt;&lt;P&gt;1. Call F4UT_PARAMETER_VALUE_GET to retrieve the Project ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Call your function module in order to get the values you want to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Call F4UT_RESULTS_MAP to transfer your internal table into the search help internal data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Change step to 'DISP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both F4UT-function modules are documented in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might also be sensible to use function modules&lt;/P&gt;&lt;P&gt;F4UT_PARAMETER_REQUIRED (to make sure that a ProjectID really is there) and F4UT_SUPPRESS_SELECT_OPTIONS (in order to avoid getting a range of Project IDs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These function modules are documented as well.&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;          Stephan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2005 15:58:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-using-internal-table/m-p/914257#M57757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-10T15:58:21Z</dc:date>
    </item>
  </channel>
</rss>

