<?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: How to get data using Timestamp in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933798#M1486221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a range, fill it with range-low = date + '00:00:00', range-high = date + '23:59:59', and use a  timestamp IN range in the WHERE option of the SELECT statement. (or a BETWEEN)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 May 2010 14:01:12 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2010-05-05T14:01:12Z</dc:date>
    <item>
      <title>How to get data using Timestamp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933794#M1486217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am inserting the data in one table &lt;/P&gt;&lt;P&gt;in that onefield is timestamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that i am concatenating sy-datum and sy-uzeit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have to fetch the data using date .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i ..fetch the data..?&lt;/P&gt;&lt;P&gt;can anyone suggest me..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried date*, and %date% also &lt;/P&gt;&lt;P&gt;still its not fetching the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;kalyan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 13:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933794#M1486217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T13:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get data using Timestamp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933795#M1486218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try Logical operators: CA (contains ANy) or similar things?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 13:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933795#M1486218</guid>
      <dc:creator>agnihotro_sinha2</dc:creator>
      <dc:date>2010-05-05T13:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get data using Timestamp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933796#M1486219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also concatenate the the miimum time and maximum time to the date and select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got the idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 13:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933796#M1486219</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-05-05T13:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get data using Timestamp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933797#M1486220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try useing below condition once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In where condition directly put &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TIMESTAMP EQ SY-DATUM&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-DATUM or you own date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tries the same and its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 13:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933797#M1486220</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2010-05-05T13:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get data using Timestamp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933798#M1486221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a range, fill it with range-low = date + '00:00:00', range-high = date + '23:59:59', and use a  timestamp IN range in the WHERE option of the SELECT statement. (or a BETWEEN)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 14:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933798#M1486221</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-05-05T14:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get data using Timestamp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933799#M1486222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you select records from a table when the field on the tableis defined as timestamp and the select-options field is defined as sy-datum?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 11:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933799#M1486222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-12T11:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to get data using Timestamp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933800#M1486223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm also sorting this out. I think you need to use the command &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; convert date sy-datum time sy-uzeit time into time stamp 'your field' time zone 'UTC' &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; to make a field that is like the time stamp you want to select.&lt;/P&gt;&lt;P&gt;But I haven't been able to get any data as well so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 14:40:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933800#M1486223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-28T14:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get data using Timestamp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933801#M1486224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
* Declaring the work variables.......................
DATA :
  timestamp like TZONREF-TSTAMPS,
  time      like sy-uzeit,
  date      like sy-datum.

* The following function module is used to convert the
* time and date into GMT timestamp

CALL FUNCTION 'IB_CONVERT_INTO_TIMESTAMP'
  EXPORTING
    i_datlo           = sy-datum
    i_timlo           = sy-uzeit
    I_TZONE           = 'INDIA'
 IMPORTING
   E_TIMESTAMP       = timestamp.

* The following function module is used to convert the
* above obtained timestamp to PST time zone date and time.

CALL FUNCTION 'IB_CONVERT_FROM_TIMESTAMP'
  EXPORTING
    i_timestamp       = timestamp
    I_TZONE           = 'PST'
 IMPORTING
    E_DATLO           = date
    E_TIMLO           = time.

write :/ 'Date and Time at PST zone is ',date, time. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 15:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-get-data-using-timestamp/m-p/6933801#M1486224</guid>
      <dc:creator>former_member233090</dc:creator>
      <dc:date>2010-05-28T15:28:59Z</dc:date>
    </item>
  </channel>
</rss>

