<?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: SAP read/convert time stamp column to date and time in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SAP-read-convert-time-stamp-column-to-date-and-time/m-p/1698209#M8014</link>
    <description>&lt;P&gt;Sorry for the delayed response, I was able to convert the time stamp and load the data.&lt;/P&gt;&lt;P&gt;Below is what I have used&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Timestamp(&lt;BR /&gt;Num(&lt;BR /&gt;DayStart(MakeDate(1990, 1, 1))&lt;BR /&gt;+&lt;BR /&gt;(&lt;BR /&gt;[TIMESTMP]/(10000 * 60 * 60 * 24)&lt;BR /&gt;)&lt;BR /&gt;, 'DD.MM.YYYY hh:mm:ss:SSS'&lt;BR /&gt;)) as DateTimeStamp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Apr 2020 23:57:10 GMT</pubDate>
    <dc:creator>sush</dc:creator>
    <dc:date>2020-04-30T23:57:10Z</dc:date>
    <item>
      <title>SAP read/convert time stamp column to date and time</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SAP-read-convert-time-stamp-column-to-date-and-time/m-p/1676364#M8011</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to read data from SAP Tables and found the TIMESTMP column is having the value as -&amp;nbsp;7,336,837,220,000.&lt;/P&gt;&lt;P&gt;Could you please let me know how can u convert this value to MM/DD/YYYY HH:mm:ss:SSS?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 20:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SAP-read-convert-time-stamp-column-to-date-and-time/m-p/1676364#M8011</guid>
      <dc:creator>sush</dc:creator>
      <dc:date>2021-12-28T20:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAP read/convert time stamp column to date and time</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SAP-read-convert-time-stamp-column-to-date-and-time/m-p/1684033#M8012</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;A Timestamp in SAP is normally stored as data type DEC with the length of 15 (zero decimals).&amp;nbsp;UTC Time Stamp in Short Form (YYYYMMDDhhmmss). For example the value&amp;nbsp;20.130.313.113.112 corresponds to&amp;nbsp;2013-03-13 11:31:12.&lt;/P&gt;&lt;P&gt;Your value looks strange. Is it really a Timestamp? Check the data type for your table/field in transaction SE11.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Håkan&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 07:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SAP-read-convert-time-stamp-column-to-date-and-time/m-p/1684033#M8012</guid>
      <dc:creator>Hakan_Ronningberg</dc:creator>
      <dc:date>2020-03-12T07:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAP read/convert time stamp column to date and time</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SAP-read-convert-time-stamp-column-to-date-and-time/m-p/1684038#M8013</link>
      <description>&lt;P&gt;can you tell what table your want to load to?&lt;/P&gt;&lt;P&gt;Most tables contains a date field and a time field, but&amp;nbsp; rarely commen in one field.&lt;/P&gt;&lt;P&gt;Also I know fields like in TCURR the date value is invers so value&lt;/P&gt;&lt;P&gt;79799686 is&lt;/P&gt;&lt;P&gt;99999999 - 79799686 = 20200311&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 07:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SAP-read-convert-time-stamp-column-to-date-and-time/m-p/1684038#M8013</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2020-03-12T07:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP read/convert time stamp column to date and time</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SAP-read-convert-time-stamp-column-to-date-and-time/m-p/1698209#M8014</link>
      <description>&lt;P&gt;Sorry for the delayed response, I was able to convert the time stamp and load the data.&lt;/P&gt;&lt;P&gt;Below is what I have used&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Timestamp(&lt;BR /&gt;Num(&lt;BR /&gt;DayStart(MakeDate(1990, 1, 1))&lt;BR /&gt;+&lt;BR /&gt;(&lt;BR /&gt;[TIMESTMP]/(10000 * 60 * 60 * 24)&lt;BR /&gt;)&lt;BR /&gt;, 'DD.MM.YYYY hh:mm:ss:SSS'&lt;BR /&gt;)) as DateTimeStamp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 23:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SAP-read-convert-time-stamp-column-to-date-and-time/m-p/1698209#M8014</guid>
      <dc:creator>sush</dc:creator>
      <dc:date>2020-04-30T23:57:10Z</dc:date>
    </item>
  </channel>
</rss>

