<?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: Time Zone Specific Batch User in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-zone-specific-batch-user/m-p/7694031#M1577217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raheed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested the solution. It looks like the job would be scheduled based on the user time zone. However the real execution would happen depending on the system time zone.In a sense if the job is schedules at NZ time zone this would actually run at the offset system time zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can go ahead to create a new batch user with New Zealand time zone and scheduling batch jobs with it. However the job will follow the offset system time zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Feb 2011 07:29:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-25T07:29:17Z</dc:date>
    <item>
      <title>Time Zone Specific Batch User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-zone-specific-batch-user/m-p/7694030#M1577216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a batch user in our system that is on Singapore time zone used to run a number of background jobs across the business e.g. delivery creation, billing and transfer order creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we went live we had batch jobs such as Transfer Order Create being created by a central batch user based on Singapore time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;New Zealand Business is facing the following problem in the system because of this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When users manually create TOs (for example) the creation date / time was recorded as New Zealand time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when reports are called for TO creation using the batch user for a certain time and date, the totals are not correct and TOs are displayed out of order. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know if this can be fixed by creating  a new batch user with New Zealand time zone and scheduling batch jobs with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 05:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-zone-specific-batch-user/m-p/7694030#M1577216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-25T05:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Time Zone Specific Batch User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-zone-specific-batch-user/m-p/7694031#M1577217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raheed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested the solution. It looks like the job would be scheduled based on the user time zone. However the real execution would happen depending on the system time zone.In a sense if the job is schedules at NZ time zone this would actually run at the offset system time zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can go ahead to create a new batch user with New Zealand time zone and scheduling batch jobs with it. However the job will follow the offset system time zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 07:29:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-zone-specific-batch-user/m-p/7694031#M1577217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-25T07:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Time Zone Specific Batch User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-zone-specific-batch-user/m-p/7694032#M1577218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;When users manually create TOs (for example) the creation date / time was recorded as New Zealand time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when reports are called for TO creation using the batch user for a certain time and date, the totals are not correct and TOs are displayed out of order. &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This scenerio is well explained by an example in SAP note #Note 636992 - FAQ: Time zones in the notification. As a matter of fact, any date/time that is written by the system is server local time, and any date/time that can be manually entered by users is in respective useru2019s time zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can consider modifying (use custom exit/BAPI in case of SAP standard reports) the reports for TO creation to add an ABAP logic for converting the creation date/time stamp of TOs created by New Zealand users to Singapore local time (which I believe is the server timezone as well) before generating the final output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to search the forum for threads which discusses the sample ABAP logic to be used for timestamp conversion or refer help.sap.com topic- [CONVERT TIME STAMP|http://help.sap.com/abapdocu_70/en/ABAPCONVERT_TIME-STAMP.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just my 2 cents!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 08:00:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-zone-specific-batch-user/m-p/7694032#M1577218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-25T08:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Time Zone Specific Batch User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-zone-specific-batch-user/m-p/7694033#M1577219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys thanks for the valuable inputs but I would like to know how can we resolve this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 09:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-zone-specific-batch-user/m-p/7694033#M1577219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-25T09:51:38Z</dc:date>
    </item>
  </channel>
</rss>

