<?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: time and date function, how to use? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-and-date-function-how-to-use/m-p/5961775#M1337791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this one sounds useful i will try that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks both of you for writing back. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&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;Lucky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2009 16:11:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-04T16:11:49Z</dc:date>
    <item>
      <title>time and date function, how to use?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-and-date-function-how-to-use/m-p/5961771#M1337787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know that how can we make use of these two system functions SY-TIMLO, SY-DATUM ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should i write in data? pbo? pai?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should i write something like this in data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: Ok_date TYPE SY-DATUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: Ok_time TYPE SY-TIMLO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should i write in pbo and pai and should i need to make changes in screen elements? do i need to create one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide and explain with an example. Thanks a lot for writing back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lucky&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please ask a specific question - post locked&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Aug 4, 2009 12:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 15:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-and-date-function-how-to-use/m-p/5961771#M1337787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T15:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: time and date function, how to use?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-and-date-function-how-to-use/m-p/5961772#M1337788</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;These are system variables used to hold the date and time. The way you have defined are correct. If you are using a module pool and want the output to display the cuurent date and time as soon as you run the program , just create 2 input box on the screen and set their time as DATS and TIMS for date and time type variables. In the PBO module simply write&lt;/P&gt;&lt;P&gt;ok_date = sy-datum&lt;/P&gt;&lt;P&gt;ok_time = sy-timlo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for time you may also use sy-uzeit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 15:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-and-date-function-how-to-use/m-p/5961772#M1337788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T15:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: time and date function, how to use?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-and-date-function-how-to-use/m-p/5961773#M1337789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually i wanted to know how do i make use of them in dialog programmin pbo and pai modules.. it sounds confusin though i only know how to use sy-ucomm in pai and pbo stuff..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for writing back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lucky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 15:57:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-and-date-function-how-to-use/m-p/5961773#M1337789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T15:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: time and date function, how to use?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-and-date-function-how-to-use/m-p/5961774#M1337790</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;create two variables in the top include..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data :P_date type Sy-datum default sy-datum,&lt;/P&gt;&lt;P&gt;p_time type sy-uzeit default sy-uzeit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next go to screen and enter table syst...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and select datum and uzeit and drag to screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and rename the field to p_date for syst-date and p_time for syst-uzeit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 15:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-and-date-function-how-to-use/m-p/5961774#M1337790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T15:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: time and date function, how to use?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-and-date-function-how-to-use/m-p/5961775#M1337791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this one sounds useful i will try that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks both of you for writing back. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&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;Lucky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 16:11:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-and-date-function-how-to-use/m-p/5961775#M1337791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T16:11:49Z</dc:date>
    </item>
  </channel>
</rss>

