<?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: problem while displaying data for previous dates in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-displaying-data-for-previous-dates/m-p/9407245#M1736487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Coment time in your select statement because time can only be compared in 24hr time .&lt;/P&gt;&lt;P&gt;*&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&amp;nbsp; and UTCTIME &amp;lt;= G_UTCTIME comment this line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Rahul Singh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Apr 2013 09:01:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-04-16T09:01:09Z</dc:date>
    <item>
      <title>problem while displaying data for previous dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-displaying-data-for-previous-dates/m-p/9407241#M1736483</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;Below is my selection criteria .&lt;/P&gt;&lt;P&gt;Type Of Object&lt;/P&gt;&lt;P&gt; DATE&lt;/P&gt;&lt;P&gt; TIME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is as below &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif'; color: #17365d;"&gt;When user enters date /time, it should download or display only those records which were created after that date. Say for e.g. after i have added parameter for date/time and I enter Object type BUS2007, date 28 Feb 2013 &amp;amp; time 07:10:23 and execute the program, it should show / download &lt;STRONG style="text-decoration: underline;"&gt;ZERO&lt;/STRONG&gt; attachments. As existing attachment was created on 20,130,205,055,431 (2013 Feb 05 / 05:54:31 Hrs). But if I enter before date (30 Jan 2013 / 00:00:00), it should show 1 attachment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to get data for creation of current or previous dates ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written below code i'm unable to get data for previous dates .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select INSTID_A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPEID_A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INSTID_B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from SRGBTBREL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; into table t_SRGBTBREL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where TYPEID_A in S_TYPEID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and UTCTIME &amp;lt;= G_UTCTIME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and RELTYPE in (C_ATTA,C_NOTE,C_URL) .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 06:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-displaying-data-for-previous-dates/m-p/9407241#M1736483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-16T06:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem while displaying data for previous dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-displaying-data-for-previous-dates/m-p/9407242#M1736484</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;have u declared &lt;/P&gt;&lt;P&gt;data: &lt;SPAN style="color: #333333; font-size: 12.222222328186035px; background-color: #ffffff;"&gt;G_UTCTIME&lt;/SPAN&gt; type TZNTSTMPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u take char15 it will not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 07:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-displaying-data-for-previous-dates/m-p/9407242#M1736484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-16T07:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem while displaying data for previous dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-displaying-data-for-previous-dates/m-p/9407243#M1736485</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;Show your declaration part also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 07:55:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-displaying-data-for-previous-dates/m-p/9407243#M1736485</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2013-04-16T07:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem while displaying data for previous dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-displaying-data-for-previous-dates/m-p/9407244#M1736486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use 'LE'&amp;nbsp; instead of&amp;nbsp; '&amp;lt;=' in your select query&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 08:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-displaying-data-for-previous-dates/m-p/9407244#M1736486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-16T08:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: problem while displaying data for previous dates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-displaying-data-for-previous-dates/m-p/9407245#M1736487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Coment time in your select statement because time can only be compared in 24hr time .&lt;/P&gt;&lt;P&gt;*&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&amp;nbsp; and UTCTIME &amp;lt;= G_UTCTIME comment this line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Rahul Singh&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 09:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-displaying-data-for-previous-dates/m-p/9407245#M1736487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-16T09:01:09Z</dc:date>
    </item>
  </channel>
</rss>

