<?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: Batch job and system time zone problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-and-system-time-zone-problem/m-p/677349#M30034</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;That's the wrong approach!&lt;/P&gt;&lt;P&gt;Your report has to select the correct data (with the required timestamp) regardless of the execution time! &lt;/P&gt;&lt;P&gt;SY-DAYST may be usefull (https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abentime_system_fields.htm)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also the planned job time is kind of suggestion - if there are no free resources (eg batch processes) or a system downtime, your job will start delayed (or even never "No Start After")&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Domi&lt;/P&gt;</description>
    <pubDate>Fri, 28 Sep 2018 22:01:03 GMT</pubDate>
    <dc:creator>Domi</dc:creator>
    <dc:date>2018-09-28T22:01:03Z</dc:date>
    <item>
      <title>Batch job and system time zone problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-and-system-time-zone-problem/m-p/677348#M30033</link>
      <description>&lt;P&gt;Hi all, &lt;/P&gt;
  &lt;P&gt;I have a problem with batch job setting about the time zone.&lt;/P&gt;
  &lt;P&gt;My database data is stored in UTC while the SAP system is CET.&lt;/P&gt;
  &lt;P&gt;I want to run a report as batch job on 00:00:00 in UTC(for selecting the data from DB), it means CET could be 01:00:00 or 02:00:00(depands on if day light saving time). How can I set the batch job running time?&lt;/P&gt;
  &lt;P&gt;Can anyone help me out?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 08:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-and-system-time-zone-problem/m-p/677348#M30033</guid>
      <dc:creator>EricYu0912</dc:creator>
      <dc:date>2018-08-20T08:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Batch job and system time zone problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-and-system-time-zone-problem/m-p/677349#M30034</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;That's the wrong approach!&lt;/P&gt;&lt;P&gt;Your report has to select the correct data (with the required timestamp) regardless of the execution time! &lt;/P&gt;&lt;P&gt;SY-DAYST may be usefull (https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abentime_system_fields.htm)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also the planned job time is kind of suggestion - if there are no free resources (eg batch processes) or a system downtime, your job will start delayed (or even never "No Start After")&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Domi&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 22:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-and-system-time-zone-problem/m-p/677349#M30034</guid>
      <dc:creator>Domi</dc:creator>
      <dc:date>2018-09-28T22:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Batch job and system time zone problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-and-system-time-zone-problem/m-p/677350#M30035</link>
      <description>&lt;P&gt;Hi Domi, &lt;/P&gt;&lt;P&gt;Actually, what I need is to get the data of yesterday, so I think my approach would work in my case, which means my batch job would always run after 00:00:00 UTC.&lt;/P&gt;&lt;P&gt;But anyway, SY-DAYST would be useful, thank you for the suggestion.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 03:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-and-system-time-zone-problem/m-p/677350#M30035</guid>
      <dc:creator>EricYu0912</dc:creator>
      <dc:date>2018-10-04T03:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Batch job and system time zone problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-and-system-time-zone-problem/m-p/677351#M30036</link>
      <description>&lt;P&gt;Just run in at 11:00pm CET? Or must it be started as soon as midnight UTC? If that's the case, write a program that runs at 10:00pm CET. It figures out whether daylight saving is operational, and if it is, submits the actual job to run immediately, and if it isn't submits the actual job to run in one hour.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 06:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-job-and-system-time-zone-problem/m-p/677351#M30036</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-10-04T06:26:27Z</dc:date>
    </item>
  </channel>
</rss>

