<?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: Data element TIMESTAMP output length..! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-timestamp-output-length/m-p/5801118#M1311674</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;If you want the timestamp i don't think it would be possible to change the dataelement if you are using the statement &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONVERT CONVERT DATE dat TIME tim DAYLIGHT SAVING TIME 'X'
        INTO TIME STAMP time_stamp TIME ZONE tz.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so its better to get the timestamp in the same format and move it to the character of length 15 and display it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sarves&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2009 11:29:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-03T11:29:21Z</dc:date>
    <item>
      <title>Data element TIMESTAMP output length..!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-timestamp-output-length/m-p/5801117#M1311673</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;As we know there is a Dataelement TIMESTAMP to save time stamp, which contains DEC data type length 15 and Output Length 19.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I wants to save Date 07/03/2009 and Time 04:36:45 in this field it can be 20,090,703,043,645.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we can see comma also in output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to avoid these commas, so it would be 20090703043645.&lt;/P&gt;&lt;P&gt;I can change the Data element.&lt;/P&gt;&lt;P&gt;But my question is, Will this create any other issues later? Why this data element giving output like that..?&lt;/P&gt;&lt;P&gt;Finally is that correct idea to change this... Data element..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen Inuganti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 11:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-timestamp-output-length/m-p/5801117#M1311673</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2009-07-03T11:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data element TIMESTAMP output length..!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-timestamp-output-length/m-p/5801118#M1311674</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;If you want the timestamp i don't think it would be possible to change the dataelement if you are using the statement &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CONVERT CONVERT DATE dat TIME tim DAYLIGHT SAVING TIME 'X'
        INTO TIME STAMP time_stamp TIME ZONE tz.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so its better to get the timestamp in the same format and move it to the character of length 15 and display it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sarves&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 11:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-timestamp-output-length/m-p/5801118#M1311674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T11:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data element TIMESTAMP output length..!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-timestamp-output-length/m-p/5801119#M1311675</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;Q1. This is no matter how u store the data. If u want to use the data then it will be a problem. It will not be fit into a time stamp variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q2. As it is dec data type the commas are thousand seperator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q3. Let it be as it is.... it is better to handle the value applying logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amitava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 11:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-timestamp-output-length/m-p/5801119#M1311675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T11:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data element TIMESTAMP output length..!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-timestamp-output-length/m-p/5801120#M1311676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as us said , &lt;/P&gt;&lt;P&gt;My requirement is to avoid these commas, so it would be 20090703043645.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this means u vll be using the above said '20090703043645'  instead of '20,090,703,043,645'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if u want to use it else then go head and declare a new data elt&lt;/P&gt;&lt;P&gt;but if agn if u want move it to timestamp FM then&lt;/P&gt;&lt;P&gt;jus convert it before moving it to the FM (timestamp type DEC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is as far as i cud understand , &lt;/P&gt;&lt;P&gt;pls explain ur scenario clearly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regads&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 13:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-timestamp-output-length/m-p/5801120#M1311676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-03T13:24:16Z</dc:date>
    </item>
  </channel>
</rss>

