<?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: Issues while using the Timestamp field to retrieve data from a table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-while-using-the-timestamp-field-to-retrieve-data-from-a-table/m-p/6253949#M1384068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vishnu,&lt;/P&gt;&lt;P&gt;first thing is date related posts are not welcomed as per forum rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and any ways... you should not pass it as 19 place variable..... define a variable with 15 only... and see how data is stored in time stamps... pass like that it self..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a hint...:&lt;/P&gt;&lt;P&gt;for date we pass : 20091105 (8 palces) not as 05.11.2009(10 places)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if your are taking 19 place values then pass them to the convertion exits input FM. it will give you back required value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Nov 2009 04:41:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-05T04:41:31Z</dc:date>
    <item>
      <title>Issues while using the Timestamp field to retrieve data from a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-while-using-the-timestamp-field-to-retrieve-data-from-a-table/m-p/6253947#M1384066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Group Members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an issue like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to retrieve data from a db table(CRMD_TM_CL - a CRM table) which has the field name as "timestamp_from" and which has the length DEC 15. this field also has a conversion exit "CLMTS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is to put the SY-DATUM and SY-UZEIT into a field and input this as a timestamp into the above field to fetch the data from the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I am not able to convert it - I used many ways &lt;/P&gt;&lt;P&gt;- As I took a Char field of length 19 and input the field as it looks in the table(ie. as '31.12.2008 23:33:43' but the program is running into dump.&lt;/P&gt;&lt;P&gt;- I defined a timestamp field and just trying to convert the fields SY-DATUM and SY-UZEIT into the timestamp field but still the same (program running into dump)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please kindly let me know what needs to be done in this front.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 04:01:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issues-while-using-the-timestamp-field-to-retrieve-data-from-a-table/m-p/6253947#M1384066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T04:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issues while using the Timestamp field to retrieve data from a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-while-using-the-timestamp-field-to-retrieve-data-from-a-table/m-p/6253948#M1384067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see this SDN Link for your Query , you will get an idea : [&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1491946"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 04:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issues-while-using-the-timestamp-field-to-retrieve-data-from-a-table/m-p/6253948#M1384067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T04:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issues while using the Timestamp field to retrieve data from a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-while-using-the-timestamp-field-to-retrieve-data-from-a-table/m-p/6253949#M1384068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vishnu,&lt;/P&gt;&lt;P&gt;first thing is date related posts are not welcomed as per forum rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and any ways... you should not pass it as 19 place variable..... define a variable with 15 only... and see how data is stored in time stamps... pass like that it self..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a hint...:&lt;/P&gt;&lt;P&gt;for date we pass : 20091105 (8 palces) not as 05.11.2009(10 places)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if your are taking 19 place values then pass them to the convertion exits input FM. it will give you back required value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 04:41:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issues-while-using-the-timestamp-field-to-retrieve-data-from-a-table/m-p/6253949#M1384068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T04:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issues while using the Timestamp field to retrieve data from a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-while-using-the-timestamp-field-to-retrieve-data-from-a-table/m-p/6253950#M1384069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For converting date and time into timestamp form:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CONVERT DATE &amp;lt;date variable&amp;gt;
          TIME &amp;lt;time variable&amp;gt;
INTO TIME STAMP &amp;lt;timestamp variable&amp;gt;
     TIME ZONE SY-ZONLO.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this statement, the timestmap variable contains the timestamp form of the provided date and time.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 04:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issues-while-using-the-timestamp-field-to-retrieve-data-from-a-table/m-p/6253950#M1384069</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2009-11-05T04:43:58Z</dc:date>
    </item>
  </channel>
</rss>

