<?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: Conversion Error in Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-function-module/m-p/10227298#M1827166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the screen shot attached I guess this time is maintained as 2-3 AM for UK. Is my understanding correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2014 03:48:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-17T03:48:48Z</dc:date>
    <item>
      <title>Conversion Error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-function-module/m-p/10227296#M1827164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;We are using FM : TZ_LOCAL_TO_GLOBAL in our SAP BW system to populate one of the timestamp fields passing date, time and time zone -UK. FM is generating Conversion Error for all the records where date is 30th March 2014 &amp;amp; time is between 2 - 3AM. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;On Further testing we observed that this issue is occuring betwee 2-3 AM on every 5th Sunday of March each year.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;We guessed that the issue might be due to Day Light Saving settings becasue in dubugging it was failing at below convert statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;EM style=": ; color: #ff0000; font-size: 8pt;"&gt;CONVERT DATE ltimestamp_imp-date TIME ltimestamp_imp-time&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;EM style=": ; color: #ff0000; font-size: 8pt;"&gt;&amp;nbsp; INTO TIME STAMP lv_timestamp TIME ZONE timezone.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;We checked DayLight Saving settings in SPRO and found an entry for UK in Variable Summer Time Rules which we guess causing the issue but not sure. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/433837" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Now I am looking for 3 answers here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;1. Is it above setting that is causing the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;2. if Yes, what this setting mean? Does it says not to post any transaction during this time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;3. What would be advisble approach to use this FM without converion error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Jitendra&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 06:44:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-function-module/m-p/10227296#M1827164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-16T06:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-function-module/m-p/10227297#M1827165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At start of summer time (BST), clocks go forward of one hour. SO there is a period of 1 hour (1AM - 2AM) that "disappear". So I think you receive/use a wrong time value in ltimestamp_imp-time, refering a time that do not exist...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. : "March 30, 2014 01:15:24 AM" is an invalid value in United Kingdom (without a Doctor Who intervention of course)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NB: At end of summer time (back to GMT), clocks go backwards, SO there the same period of 1 hour that occurs twice (But your FM wont raise any error)&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, 16 Apr 2014 06:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-function-module/m-p/10227297#M1827165</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-04-16T06:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-function-module/m-p/10227298#M1827166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the screen shot attached I guess this time is maintained as 2-3 AM for UK. Is my understanding correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 03:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-function-module/m-p/10227298#M1827166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-17T03:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Error in Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-function-module/m-p/10227299#M1827167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found &lt;A href="https://www.gov.uk/when-do-the-clocks-change"&gt;When do the clocks change&lt;/A&gt; (but if a UK resident could answer ?)&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;In the UK the clocks go forward 1 hour at 1am on the last Sunday in March, and back 1 hour at 2am on the last Sunday in October.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You could also start OSS search with basic keywords giving the reference note &lt;A href="http://service.sap.com/sap/support/notes/741734" title="741734  - Incorrect times due to the time zone settings"&gt;&lt;SPAN class="title"&gt;741734 - Incorrect times due to the time zone settings&lt;/SPAN&gt;&lt;/A&gt; and then &lt;A href="http://service.sap.com/sap/support/notes/126692" title="126692  - Daylight saving time rules are incorrect"&gt;&lt;SPAN class="title"&gt;126692 - Daylight saving time rules are incorrect&lt;/SPAN&gt;&lt;/A&gt; which changed rule for UK and US in 1998 (and versions til 45A no longer maintained ?)&amp;nbsp; &lt;SPAN class="short_text" lang="en"&gt;R&lt;SPAN class="hps"&gt;ead also&amp;nbsp; attachment of note &lt;A href="http://service.sap.com/sap/support/notes/198411" title="198411  - Current data and information about time zones"&gt;&lt;SPAN class="title"&gt;198411 - Current data and information about time zones&lt;/SPAN&gt;&lt;/A&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&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>Thu, 17 Apr 2014 05:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-error-in-function-module/m-p/10227299#M1827167</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-04-17T05:46:54Z</dc:date>
    </item>
  </channel>
</rss>

