<?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: F4 help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/6226264#M1379894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aastha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date field F4 appears automatically. Make sure you have maintained correct date type data element in dictionary structure / screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aabhas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Sep 2009 18:46:23 GMT</pubDate>
    <dc:creator>aabhas_wilmar</dc:creator>
    <dc:date>2009-09-26T18:46:23Z</dc:date>
    <item>
      <title>F4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/6226262#M1379892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want in my screen that on click of customized F4 search help when user select the input from F4 ,the corresponding date will appear  automatically in the date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz suggest.&lt;/P&gt;&lt;P&gt;Aastha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Sep 2009 03:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/6226262#M1379892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-26T03:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/6226263#M1379893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi Aastha Gupta,
Try this way.
&amp;lt;li&amp;gt; Under PROCESS ON VALUE-REQUEST event , write like below. Lets say g_date is the date field on the screen.
 &lt;PRE&gt;&lt;CODE&gt;PROCESS ON VALUE-REQUEST.
FIELD g_date MODULE f4_date
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE&gt;
MODULE f4_date INPUT.
  g_date = sy-datum.
ENDMODULE.
&lt;/CODE&gt;&lt;/PRE&gt;

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Sep 2009 16:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/6226263#M1379893</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-09-26T16:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/6226264#M1379894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aastha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date field F4 appears automatically. Make sure you have maintained correct date type data element in dictionary structure / screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aabhas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Sep 2009 18:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/6226264#M1379894</guid>
      <dc:creator>aabhas_wilmar</dc:creator>
      <dc:date>2009-09-26T18:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: F4 help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/6226265#M1379895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;From the description of your problem, I guess your customized search help has got a date as one of the list fields, but the search-help itself is not for a date field on the screen. In this case, the date field should be one of the export parameters in the custom search help. The name of the screen-field should be same as that in search help. &lt;/P&gt;&lt;P&gt;e.g. you have a search help for "Purchase Order" screen field. The search help has got "Document Date" as one of the export parameters of the search-help. The screen field name for "Document Date" should be same as that in the search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Cheers&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2009 02:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f4-help/m-p/6226265#M1379895</guid>
      <dc:creator>SureshRa</dc:creator>
      <dc:date>2009-09-28T02:05:04Z</dc:date>
    </item>
  </channel>
</rss>

