<?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 Selection-Screen F4-help for Predefined Date Type 'd' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-f4-help-for-predefined-date-type-d/m-p/518973#M18542</link>
    <description>&lt;P&gt;Apparently if a (selection) screen element is defined using the predefined ABAP-Type 'd', the automatic date help is not displayed. Tbh, i came across this problem for the first time today, when defining a utility report (for PoC purposes).&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;PARAMETERS:
  p_date1 TYPE d, " Without default 'date' help
  p_date2 TYPE dats. " With default 'date' help
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;I checked on the internet found that this problem is there since ages. However i couldn't find any relevant SAP documentation.&lt;/P&gt;
  &lt;P&gt;I have the following questions:&lt;/P&gt;
  &lt;UL&gt;
   &lt;LI&gt;Why this restriction for 'd'?&lt;/LI&gt;
   &lt;LI&gt;Is this defined somewhere in the ABAP documentation? If not, shouldn't it be?&lt;/LI&gt;
  &lt;/UL&gt;
  &lt;P&gt;BR,&lt;/P&gt;
  &lt;P&gt;Suhas&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2017 10:50:54 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2017-09-25T10:50:54Z</dc:date>
    <item>
      <title>Selection-Screen F4-help for Predefined Date Type 'd'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-f4-help-for-predefined-date-type-d/m-p/518973#M18542</link>
      <description>&lt;P&gt;Apparently if a (selection) screen element is defined using the predefined ABAP-Type 'd', the automatic date help is not displayed. Tbh, i came across this problem for the first time today, when defining a utility report (for PoC purposes).&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;PARAMETERS:
  p_date1 TYPE d, " Without default 'date' help
  p_date2 TYPE dats. " With default 'date' help
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;I checked on the internet found that this problem is there since ages. However i couldn't find any relevant SAP documentation.&lt;/P&gt;
  &lt;P&gt;I have the following questions:&lt;/P&gt;
  &lt;UL&gt;
   &lt;LI&gt;Why this restriction for 'd'?&lt;/LI&gt;
   &lt;LI&gt;Is this defined somewhere in the ABAP documentation? If not, shouldn't it be?&lt;/LI&gt;
  &lt;/UL&gt;
  &lt;P&gt;BR,&lt;/P&gt;
  &lt;P&gt;Suhas&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 10:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-f4-help-for-predefined-date-type-d/m-p/518973#M18542</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2017-09-25T10:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen F4-help for Predefined Date Type 'd'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-f4-help-for-predefined-date-type-d/m-p/518974#M18543</link>
      <description>&lt;P&gt;The online documentation (&lt;A href="https://help.sap.com/doc/ff5206fc6c551014a1d28b076487e7df/7.02.18/en-US/0b32e9b798da11d295b800a0c929b3c3.html"&gt;Hierarchy of the Search Help Call&lt;/A&gt;) states that 'The calendar help and time help are automatically provided for fields with data type DATS and TIMS'. So not automatic for TYPE D but for TYPE DATS.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-f4-help-for-predefined-date-type-d/m-p/518974#M18543</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-09-25T11:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen F4-help for Predefined Date Type 'd'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-f4-help-for-predefined-date-type-d/m-p/518975#M18544</link>
      <description>&lt;P&gt;Thanks for the link. &lt;/P&gt;
  &lt;P&gt;I was assuming that since DATS is internally assigned to 'D', the calendar-help for 'D' should also be provided automatically.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-f4-help-for-predefined-date-type-d/m-p/518975#M18544</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2017-09-25T11:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen F4-help for Predefined Date Type 'd'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-f4-help-for-predefined-date-type-d/m-p/518976#M18545</link>
      <description>&lt;P&gt;IMHO the main point is that &lt;A href="https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abenbuiltin_types_date_time.htm"&gt;TYPE d&lt;/A&gt; is only an Abap type, when &lt;A href="https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abenddic_date_time_types.htm"&gt;TYPE dats&lt;/A&gt; is a ddic type.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-f4-help-for-predefined-date-type-d/m-p/518976#M18545</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-09-25T11:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Selection-Screen F4-help for Predefined Date Type 'd'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-f4-help-for-predefined-date-type-d/m-p/518977#M18546</link>
      <description>&lt;P&gt;Exactly, i get your point. I was under the assumption, that's all &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-f4-help-for-predefined-date-type-d/m-p/518977#M18546</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2017-09-25T11:50:16Z</dc:date>
    </item>
  </channel>
</rss>

