<?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: Date in screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847198#M1133649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In screen flow logic ..&lt;/P&gt;&lt;P&gt;use event &lt;/P&gt;&lt;P&gt;PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD date&lt;/P&gt;&lt;P&gt;          MODULE module_valuerequest_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An in the module use Fm 'F4_DATE'  to get F4 help for date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easy way is , give BU_DATE_CHAR in the search help field .&lt;/P&gt;&lt;P&gt;you will get the required help for the date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin M M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2008 11:11:24 GMT</pubDate>
    <dc:creator>sachin_mathapati</dc:creator>
    <dc:date>2008-11-20T11:11:24Z</dc:date>
    <item>
      <title>Date in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847195#M1133646</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;&lt;/P&gt;&lt;P&gt;I have created a date field in a screen and declared the date type as DATS.&lt;/P&gt;&lt;P&gt;I need f4 for it as calender to that field .&lt;/P&gt;&lt;P&gt;How to provide to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 11:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847195#M1133646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T11:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Date in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847196#M1133647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u declare it as type DATs the search help will automatically come,.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 11:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847196#M1133647</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-11-20T11:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Date in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847197#M1133648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of type DATS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare the data type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;l_date type sy-datum

Or

L_date type ekpo-aedat.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will take automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 11:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847197#M1133648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T11:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Date in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847198#M1133649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In screen flow logic ..&lt;/P&gt;&lt;P&gt;use event &lt;/P&gt;&lt;P&gt;PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD date&lt;/P&gt;&lt;P&gt;          MODULE module_valuerequest_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An in the module use Fm 'F4_DATE'  to get F4 help for date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easy way is , give BU_DATE_CHAR in the search help field .&lt;/P&gt;&lt;P&gt;you will get the required help for the date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin M M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 11:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847198#M1133649</guid>
      <dc:creator>sachin_mathapati</dc:creator>
      <dc:date>2008-11-20T11:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847199#M1133650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to any Standard Tcode for example CO11N take the f1 help on date field&lt;/P&gt;&lt;P&gt;then go to tech details there you get search help attached to it.&lt;/P&gt;&lt;P&gt;copy it and assign the search help to your field in the screen painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 11:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847199#M1133650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T11:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Date in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847200#M1133651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U are working on module pool screen or selection-screen.&lt;/P&gt;&lt;P&gt;if u are working on selecton screen then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters  P_date like sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using like statement in the parameters ,it will automatically aquire &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 the f1 help if exists&lt;/P&gt;&lt;P&gt;2 f4 help if exists&lt;/P&gt;&lt;P&gt;3 and field label from the data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-datum do have a f4 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Abhinab Mishra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 15:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847200#M1133651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T15:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847201#M1133652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;declare the date field as sy-datum.&lt;/P&gt;&lt;P&gt;parameters : p_date like sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then there is automatic check also on that field and u get calander as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 03:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847201#M1133652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T03:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Date in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847202#M1133653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, set the screen field with : 1 Show at selection , it is ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Nov 2008 03:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-in-screen/m-p/4847202#M1133653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-23T03:51:11Z</dc:date>
    </item>
  </channel>
</rss>

