<?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: Filtering based on Time Stamp. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/filtering-based-on-time-stamp/m-p/2889979#M679105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghavendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the select query as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select fieldname from DB table nto internal table where timestamp in date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where date is the date entered in the select optons on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have any further clarifications,do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2007 15:27:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-16T15:27:18Z</dc:date>
    <item>
      <title>Filtering based on Time Stamp.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filtering-based-on-time-stamp/m-p/2889978#M679104</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 a DB Table that stores the created date and created time are being stored in a single field of type TIMESTAMP.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;My requirement is: I have a report with a selection screen where the user enters the create date in a select-option and i have to fetch the records from this DB Table which are created in the date(s) entered in the select-option. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How can i write a SELECT Query for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Goutham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 15:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filtering-based-on-time-stamp/m-p/2889978#M679104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T15:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering based on Time Stamp.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filtering-based-on-time-stamp/m-p/2889979#M679105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghavendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the select query as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select fieldname from DB table nto internal table where timestamp in date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where date is the date entered in the select optons on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have any further clarifications,do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 15:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filtering-based-on-time-stamp/m-p/2889979#M679105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T15:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering based on Time Stamp.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filtering-based-on-time-stamp/m-p/2889980#M679106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;You can convert the time stamp to DAte and time then use the date in the select statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT TIME STAMP tst TIME ZONE tz INTO DATE d TIME t. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the below link for more info&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.s001.org/ABAP-Hlp/abapconvert_time-stamp.htm" target="test_blank"&gt;http://www.s001.org/ABAP-Hlp/abapconvert_time-stamp.htm&lt;/A&gt;&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 15:27:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filtering-based-on-time-stamp/m-p/2889980#M679106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T15:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering based on Time Stamp.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filtering-based-on-time-stamp/m-p/2889981#M679107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Goutham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using DATE entered on selection screen, populate another RANGES (which is declared as DATETIMESTAMP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass this RANGES to your SELECT and extract data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 15:30:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filtering-based-on-time-stamp/m-p/2889981#M679107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T15:30:07Z</dc:date>
    </item>
  </channel>
</rss>

