<?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: HOW DO WE MAKE F4 HELP ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-make-f4-help/m-p/2791910#M651421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4 help means a value-request help that lets the user select from a list of possible values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this feature is deeply intergrated into SAP, it is supported for every input field on a selection screen (Parameter or Select-Options).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selectable values can have a copulle of origins:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- fixed values defined in the dictionary domain of the field&lt;/P&gt;&lt;P&gt;- a search help connected to data element, table field or screen field&lt;/P&gt;&lt;P&gt;- value from a check table defined for the field in dictionary table or structure&lt;/P&gt;&lt;P&gt;- predefined helps like the calendar popup for DATE fields&lt;/P&gt;&lt;P&gt;- a programmed selection list triggered by screen event AT VALUE-REQUEST FOR &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do a search in this forum and find ample solutions for everything I mentioned and for what I forgot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Sep 2007 21:24:03 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2007-09-16T21:24:03Z</dc:date>
    <item>
      <title>HOW DO WE MAKE F4 HELP ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-make-f4-help/m-p/2791908#M651419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HOW DO WE MAKE F4 HELP ? I.E A LIST OF VALUES TO CHOOSE FROM.&lt;/P&gt;&lt;P&gt;REWARD POINTS GUARANTEED !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Sep 2007 18:01:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-make-f4-help/m-p/2791908#M651419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-16T18:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: HOW DO WE MAKE F4 HELP ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-make-f4-help/m-p/2791909#M651420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two ways of providing the F4 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. At the dictionary level&lt;/P&gt;&lt;P&gt;2. Program level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In the dictionary you create the search help and assign it to the data element or in the table which automatically provides you with search help wherever you referenced that element.&lt;/P&gt;&lt;P&gt;2. In the Report program whenever the F4 button is pressed the At selection screen &amp;lt;field&amp;gt; on value request. Event will be triggered&lt;/P&gt;&lt;P&gt;In the module program its triggered when the "Process on value-request."  event exist in the screen defintion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Sep 2007 20:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-make-f4-help/m-p/2791909#M651420</guid>
      <dc:creator>varun_maharshi</dc:creator>
      <dc:date>2007-09-16T20:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: HOW DO WE MAKE F4 HELP ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-make-f4-help/m-p/2791910#M651421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4 help means a value-request help that lets the user select from a list of possible values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this feature is deeply intergrated into SAP, it is supported for every input field on a selection screen (Parameter or Select-Options).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selectable values can have a copulle of origins:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- fixed values defined in the dictionary domain of the field&lt;/P&gt;&lt;P&gt;- a search help connected to data element, table field or screen field&lt;/P&gt;&lt;P&gt;- value from a check table defined for the field in dictionary table or structure&lt;/P&gt;&lt;P&gt;- predefined helps like the calendar popup for DATE fields&lt;/P&gt;&lt;P&gt;- a programmed selection list triggered by screen event AT VALUE-REQUEST FOR &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do a search in this forum and find ample solutions for everything I mentioned and for what I forgot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Sep 2007 21:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-we-make-f4-help/m-p/2791910#M651421</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-09-16T21:24:03Z</dc:date>
    </item>
  </channel>
</rss>

