<?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 designed screen as search help for field in module pool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-designed-screen-as-search-help-for-field-in-module-pool-program/m-p/724916#M33927</link>
    <description>&lt;P&gt;Create a seach help with only a search help exit FM. execute/call your code/dynpro in this FM.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hint: For standard samples, look for search help without structure/method but an exit FM (View DD30V, selection on fields SELMETHOD and SELMEXIT)&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Nov 2018 13:02:40 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2018-11-14T13:02:40Z</dc:date>
    <item>
      <title>custom designed screen as search help for field in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-designed-screen-as-search-help-for-field-in-module-pool-program/m-p/724914#M33925</link>
      <description>&lt;P&gt;hello guys,&lt;/P&gt;
  &lt;P&gt;my requirement is to get a custom screen as search help for a field that is defined in the program.&lt;/P&gt;
  &lt;P&gt; please share your views.&lt;/P&gt;
  &lt;P&gt;thanks ..&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 08:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-designed-screen-as-search-help-for-field-in-module-pool-program/m-p/724914#M33925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-14T08:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: custom designed screen as search help for field in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-designed-screen-as-search-help-for-field-in-module-pool-program/m-p/724915#M33926</link>
      <description>&lt;P&gt;Hello Sai Charan!&lt;/P&gt;&lt;P&gt;It's quite hard to give an opinion on such topic without knowing the whole scenario and what you'd have to put in your "custom screen".&lt;/P&gt;&lt;P&gt;My first suggestion is to verify if a standard (or custom) search help can satisfy all the requirements: it's way easier than maintaining a custom screen.&lt;/P&gt;&lt;P&gt;If you have to put some heavy logics behind it, well, let's check them.&lt;/P&gt;&lt;P&gt;As general rule and suggestion, more information and details you share with the Community, more easy it's for the Community to understand the issue and address you on the right path.&lt;BR /&gt;You question is quite generic, at the moment, and all we can tell you is... do it! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Not really useful, right? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 09:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-designed-screen-as-search-help-for-field-in-module-pool-program/m-p/724915#M33926</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2018-11-14T09:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: custom designed screen as search help for field in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-designed-screen-as-search-help-for-field-in-module-pool-program/m-p/724916#M33927</link>
      <description>&lt;P&gt;Create a seach help with only a search help exit FM. execute/call your code/dynpro in this FM.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hint: For standard samples, look for search help without structure/method but an exit FM (View DD30V, selection on fields SELMETHOD and SELMEXIT)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-designed-screen-as-search-help-for-field-in-module-pool-program/m-p/724916#M33927</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-11-14T13:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: custom designed screen as search help for field in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-designed-screen-as-search-help-for-field-in-module-pool-program/m-p/724917#M33928</link>
      <description>&lt;P&gt;Like Simone said, without an exact picture of what you want to achieve there are too many options.&lt;/P&gt;&lt;P&gt;You could do as Raymond said or you could go the way of adding the code for what you want to see in your search help and collecting it in an internal table and use FM F4IF_INT_TABLE_VALUE_REQUEST to show the result.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-designed-screen-as-search-help-for-field-in-module-pool-program/m-p/724917#M33928</guid>
      <dc:creator>ArthurParisius</dc:creator>
      <dc:date>2018-11-14T13:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: custom designed screen as search help for field in module pool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-designed-screen-as-search-help-for-field-in-module-pool-program/m-p/724918#M33929</link>
      <description>&lt;P&gt;You can directly provide a module for this field for VALUE-REQUEST and then do whatever you want.&lt;/P&gt;&lt;P&gt;See Report DEMO_DYNPRO_F4_HELP_MODULE&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 15:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-designed-screen-as-search-help-for-field-in-module-pool-program/m-p/724918#M33929</guid>
      <dc:creator>EnnoWulff</dc:creator>
      <dc:date>2018-11-16T15:27:28Z</dc:date>
    </item>
  </channel>
</rss>

