Change of system time in SAP

Hi
We wanted to change the system time in SAP and we have already posted certain documents.
Pls let me know, if we change the time.
Will there be any impact on the posted documents
Regards
Madhan D

Hi,
Changing system time would ideally can have impact on transactional documents created.
You need to ensure that there are no post dated open documents as it may clash with change in time.
Eventuall changing the time post 12 mid night would be a good option.
Hope this helps.
Regards,
Deepak Kori

Similar Messages

  • Changing the System time in the JVM where Weblogic runs

    Hi,
    I am trying to change the System time where the Web-logic server (11g) runs using Mocking. I use "jmockit.jar" to mock the System.class. A Spring bean is created and through that I try to change the System time. I need to change the time for testing scenarios. For example, I need to backdate and do the testing for some scenarios. For the moment I do this manually and I want to automate this by changing only the time in the JVM where the application server runs. When I try to automate this using the Spring bean, I get an error as follows. Do anyone have any idea about this.
    [WLServer adminserver] Exception in thread "Timer-5" java.lang.IllegalArgumentException: No class with name "com.abc.common.service.impl.MockSystem" found
    [WLServer adminserver] at mockit.internal.util.Utilities.loadClass(Utilities.java:71)
    [WLServer adminserver] at mockit.internal.MockingBridge.callMock(MockingBridge.java:156)
    [WLServer adminserver] at mockit.internal.MockingBridge.invoke(MockingBridge.java:85)
    [WLServer adminserver] at java.lang.System.currentTimeMillis(System.java)
    [WLServer adminserver] at java.util.TimerThread.mainLoop(Timer.java:495)
    [WLServer adminserver] at java.util.TimerThread.run(Timer.java:462)
    [WLServer adminserver] Exception in thread "DynamicListenThread[Default]" java.lang.IllegalArgumentException: No class with name "com.common.service.impl.MockSystem" found
    [WLServer adminserver] at mockit.internal.util.Utilities.loadClass(Utilities.java:71)
    [WLServer adminserver] at mockit.internal.MockingBridge.callMock(MockingBridge.java:156)
    [WLServer adminserver] at mockit.internal.MockingBridge.invoke(MockingBridge.java:85)
    [WLServer adminserver] at java.lang.System.currentTimeMillis(System.java)
    [WLServer adminserver] at java.util.logging.LogRecord.<init>(LogRecord.java:139)
    [WLServer adminserver] at com.bea.logging.BaseLogRecord.<init>(BaseLogRecord.java:33)
    [WLServer adminserver] at com.bea.logging.BaseLogRecord.<init>(BaseLogRecord.java:48)
    [WLServer adminserver] at com.bea.logging.BaseLogRecord.<init>(BaseLogRecord.java:70)
    [WLServer adminserver] at weblogic.logging.WLLogRecord.<init>(WLLogRecord.java:63)
    [WLServer adminserver] at weblogic.logging.JDKLoggerFactory.createBaseLogRecord(JDKLoggerFactory.java:74)
    [WLServer adminserver] at com.bea.logging.LoggingService.log(LoggingService.java:216)
    [WLServer adminserver] at weblogic.server.ServerLogger.logListenThreadFailure(ServerLogger.java:205)
    [WLServer adminserver] at weblogic.server.channels.DynamicListenThread.run(DynamicListenThread.java:197)
    [WLServer adminserver] at java.lang.Thread.run(Thread.java:619)
    [WLServer adminserver] Exception in thread "weblogic.timers.TimerThread" java.lang.IllegalArgumentException: No class with name "com.abc.common.service.impl.MockSystem" found
    [WLServer adminserver] at mockit.internal.util.Utilities.loadClass(Utilities.java:71)
    [WLServer adminserver] at mockit.internal.MockingBridge.callMock(MockingBridge.java:156)
    [WLServer adminserver] at mockit.internal.MockingBridge.invoke(MockingBridge.java:85)
    [WLServer adminserver] at java.lang.System.currentTimeMillis(System.java)
    [WLServer adminserver] at weblogic.timers.internal.TimerThread$Thread.run(TimerThread.java:256)
    [WLServer adminserver] Exception in thread "Timer-4" java.lang.IllegalArgumentException: No class with name "com.abc.common.service.impl.MockSystem" found
    [WLServer adminserver] at mockit.internal.util.Utilities.loadClass(Utilities.java:71)
    [WLServer adminserver] at mockit.internal.MockingBridge.callMock(MockingBridge.java:156)
    [WLServer adminserver] at mockit.internal.MockingBridge.invoke(MockingBridge.java:85)
    [WLServer adminserver] at java.lang.System.currentTimeMillis(System.java)
    [WLServer adminserver] at java.util.TimerThread.mainLoop(Timer.java:495)
    [WLServer adminserver] at java.util.TimerThread.run(Timer.java:462)
    [WLServer adminserver] Exception in thread "ClusterNode-localhost" java.lang.IllegalArgumentException: No class with name "com.abc.common.service.impl.MockSystem" found
    [WLServer adminserver] at mockit.internal.util.Utilities.loadClass(Utilities.java:71)
    [WLServer adminserver] at mockit.internal.MockingBridge.callMock(MockingBridge.java:156)
    [WLServer adminserver] at mockit.internal.MockingBridge.invoke(MockingBridge.java:85)
    [WLServer adminserver] at java.lang.System.currentTimeMillis(System.java)
    [WLServer adminserver] at EDU.oswego.cs.dl.util.concurrent.Latch.attempt(Unknown Source)
    [WLServer adminserver] at org.apache.jackrabbit.core.cluster.ClusterNode.run(ClusterNode.java:261)
    [WLServer adminserver] at java.lang.Thread.run(Thread.java:619)
    [WLServer adminserver] Exception in thread "Timer-1" java.lang.IllegalArgumentException: No class with name "com.abc.common.service.impl.MockSystem" found
    [WLServer adminserver] at mockit.internal.util.Utilities.loadClass(Utilities.java:71)
    [WLServer adminserver] at mockit.internal.MockingBridge.callMock(MockingBridge.java:156)
    [WLServer adminserver] at mockit.internal.MockingBridge.invoke(MockingBridge.java:85)
    [WLServer adminserver] at java.lang.System.currentTimeMillis(System.java)
    [WLServer adminserver] at java.util.TimerThread.mainLoop(Timer.java:495)
    [WLServer adminserver] at java.util.TimerThread.run(Timer.java:462)
    [WLServer adminserver] Exception in thread "ClusterNode-localhost" java.lang.IllegalArgumentException: No class with name "com.abc.common.service.impl.MockSystem" found
    [WLServer adminserver] at mockit.internal.util.Utilities.loadClass(Utilities.java:71)
    [WLServer adminserver] at mockit.internal.MockingBridge.callMock(MockingBridge.java:156)
    [WLServer adminserver] at mockit.internal.MockingBridge.invoke(MockingBridge.java:85)
    [WLServer adminserver] at java.lang.System.currentTimeMillis(System.java)
    [WLServer adminserver] at EDU.oswego.cs.dl.util.concurrent.Latch.attempt(Unknown Source)
    [WLServer adminserver] at org.apache.jackrabbit.core.cluster.ClusterNode.run(ClusterNode.java:261)
    [WLServer adminserver] at java.lang.Thread.run(Thread.java:619)
    [WLServer adminserver] Exception in thread "Timer-2" java.lang.IllegalArgumentException: No class with name "com.abc.common.service.impl.MockSystem" found
    [WLServer adminserver] at mockit.internal.util.Utilities.loadClass(Utilities.java:71)
    [WLServer adminserver] at mockit.internal.MockingBridge.callMock(MockingBridge.java:156)
    [WLServer adminserver] at mockit.internal.MockingBridge.invoke(MockingBridge.java:85)
    [WLServer adminserver] at java.lang.System.currentTimeMillis(System.java)
    [WLServer adminserver] at java.util.TimerThread.mainLoop(Timer.java:495)
    [WLServer adminserver] at java.util.TimerThread.run(Timer.java:462)
    [WLServer adminserver] Exception in thread "weblogic.time.TimeEventGenerator" java.util.MissingResourceException: Can't locate bundle for class 'weblogic.common.T3MiscLogLocalizer'
    [WLServer adminserver] at weblogic.i18ntools.L10nLookup.getLocalizer(L10nLookup.java:427)
    [WLServer adminserver] at weblogic.i18n.logging.CatalogMessage.<init>(CatalogMessage.java:47)
    [WLServer adminserver] at weblogic.common.T3MiscLogger.logThrowable(T3MiscLogger.java:325)
    [WLServer adminserver] at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:126)
    [WLServer adminserver] at java.lang.Thread.run(Thread.java:619)
    OR
    Do anyone know any other way to overcome this issue using some other mocking jar.
    Thanks
    Edited by: 913136 on Feb 8, 2012 2:32 AM

    Hi,
    I could manage to change the time in JVM where the Weblogic server runs. I loaded an Spring bean from my Test class and from that bean I set an offset (to shift the time) in the Mock class (say, MockSystem class). In this case I used the jmockit implementation for instrumentation purposes. The MockSystem class should not be instantiated by us and jmockit takes care of that part. What I had to do was defining the javaagent and another parameter ("-Djmockit-mocks=com.abc.common.service.impl.MockSystem") in the Weblogic server build XML (mentioned in the following URL[1]). But to work this the MockSystem.class file should be wrapped in a JAR file and included in Weblogic server/lib directory and define it in the Weblogic build XML file as a classpath. For more explanations visit this URL [2].
    [1]. http://jmockit.googlecode.com/svn/trunk/www/javadoc/mockit/Mockit.html#setUpStartupMocks%28java.lang.Object...%29
    [2]. http://code.google.com/p/jmockit/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Tool%20Type%20Status%20Priority%20Summary&groupby=&sort=&id=207
    Thanks
    -thiwanka-

  • Capture Time Changed by System Time Zone?

    Hi All,
       In Lightroom 1.4, changing the system time in Windows XP changes the capture time!
       This seems crazy...I take photos in different time zones, and have the camera set correctly in that timezone (or adjust it to be correct in Lightroom). I'd rather not change my system timezone to "Bangkok" to correctly see data for photos from Thailand.
       Anyone have a solution or workaround? Is this fixed in LR 2?
    Thanks!
       Alex

    This post seems to explain a lot.
    http://www.lightroomforums.net/index.php?topic=359.msg13336#msg13336
    So I'm stuck having Lightroom adjust times based on the timezone of my OS? Or is there a workaround?...maybe saving and re-importing metadata? (Can't get this to work either, even using some complex procedure I found using Exiftools and a batch file...)
    I can understand the capture time relying on the OS for timezone at the time of import, but Lightroom should not continuously adjust it every time you view...
    Thanks,
       Alex

  • Java Thread.sleep(timeout) is influenced by changes to System time on Linux

    Java Thread.sleep(timeout) is influenced by changes to System time on Linux
    bugId : 6311057
    I encountered this problem in redhat6/ jdk 1.6

    890651 wrote:
    Java Thread.sleep(timeout) is influenced by changes to System time on Linux
    bugId : 6311057
    I encountered this problem in redhat6/ jdk 1.6At least half the time I use it, I'd want it to be, the other half I wouldn't care.
    What are you doing with it where this might be a problem?
    Changing the system clock abruptly can cause all kinds of problems with your system anyway, because various background activities etc. often depend on file dates. Wherever possible use the "skew" method to adjust your system clock, rather than just plonking in a new value, especially if you are setting the clock backwards.

  • Changing the System Time

    I am using a SunBlade 1000 and C++ with Workshop 6.1. I would like to change the system time via a program written in C++ without having to log in as super-user. Is that possible ? I was thinking about using the settimeofday function, but according to the man information I only can use it as super-user.

    You are correct. Only root can set the system time. You should
    probably consult your local system admin or discuss the implications
    of trying to do this in the Solaris forum. There are possible security
    holes opened up by trying to do root's job programatically.
    In general, a C program can use the system() call to run a command
    that would be typed in at the shell. A program can also have the
    Set UID bit and run as root, but you should be well aware of the
    risks associated with that before you try to use it.

  • When i change os system time to 1987 before, the database is crashed.

    What impact to oracle when change os system time? and how to do this?

    Question is why you want to do that?
    Some tester to do it, i need an explain to it.
    Did you already tried this and database crashed?
    Yes.
    Did you stop the database?
    No.
    What's Oracle version? OS?
    oracle
    11.1.0.7.0
    os
    SUSE Linux Enterprise Server 10 (i586)
    VERSION = 10
    PATCHLEVEL = 2

  • Remove Local System from Change The System Time

    Hello,
    Is there any way to remove the Local Service account from policy "Change the system time"?
    I created a policy to only give permission for the Administrators and Power Users group, but when I run the AccessChk tool, the result is:
    administrators
    Power Users
    Local System
    Regards

    > Is there any way to remove the Local Service account from policy "Change
    > the system time"?
    No. Local System is the "godfather of your computer" and cannot be
    restricted.
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Change system time in SAP.

    Dear Expertise,
    Our system time SAP is behind from system time in our Active Directory about 30 minutes. Can our SAP system time be accelerated so our SAP system time is same with system time in AD?
    what should we note?
    Our OS is HP-UX 11.31, SAP R/3 4.7 and Oracle 10g.
    Thanks in advance,
    Ros

    Our system time SAP is behind from system time in our Active Directory about 30 minutes
    Why ? Do you have a system in different time zones? If system's are in one time zone and network you must always
    synchronize time in your network for all server's and PC's ...
    Now you need to check the time on server are +30min from AD or -30 ? In any case before you do some ntpdate
    in your situation you need stop SAP and database application, after do it.
    In the future you need to set up automatic synchronization. Regards.

  • How to change the system time in (E-Business Suite)

    Hi,
    I need to change the system timings in E-Business Suite.
    My Database & Application is on different nodes..
    How could i change system timings on both...
    Thanks,
    Alig

    Alig,
    Changing the OS date/time will have no impact on the data (except for the scheduled jobs at the database and the OS levels). As mentioned in the threads I referenced above, you have to stop the application/database, change the date/time at the OS level, and start the application.
    The application is just an interface which connects to the database, so it gets all the data from the database server. However, if you want to change the date/time it has to be done on both nodes (stop all the services first as mentioned above).
    Btw, what is the point of changing the date/time because of Ramadan? The business requirement of your client does not make sense (how does it differ from the application/database perspective if you start working at 9:00 AM instead of 7:00 AM for example)?
    The steps in the document should be enough, and if you do not trust any of the replies here you could simply log a SR and confirm this with Oracle support.
    Thanks,
    Hussein

  • Changing Unity System Time

    Hi,
    I recently changed the date & time on the Unity 4.0 server, but I dont for some reason prompts pickup the old date & time. Has anyone faced this problem.
    Thanks in Advance
    Chetan

    Hi,
    For sy-timlo see the documentation..
    In the following cases, the local time cannot be calculated:                                                                               
    -   The time zone has not been entered in the user master record
            or                                                                               
    -   The time zone in the user master record is invalid          
            or                                                                               
    -   The time zones are inactive (table TTZCU).                                                                               
    If this happens, the system time (SYST-UZEIT) is returned.                                                                               
    Thanks,
    Naren

  • The impact of changing SAP system time zone.

    Hello gurus,
    We are in the company located in UTC+8 Time Zone. but during the system installation, the setting in SAP (tcode:STZAC) of the system time zone is CET, which is, not correct, and cause some issues: such as, when we try to send mail via SAP smtp, the sent time in the mail is always wrong.
    We tried to modify it to UTC+8, but since we already go live for several months, there're lots of application data in the system. Before that we need to make sure that this change will not affect the current implementation.
    Do you experts know the impact or risk of changing the system time zone after going live?
    Regards,
    Charlie

    Lets look at this from a logic perspective,  if your system is CET and you are moving to UTC+8 you are going a few hours ahead... so basically you'll find a gap in time in between the documents but you wont find any time conflict. So based on that it should be safe. You certainly need to check your jobs and make sure all necesary jobs will run so you can reschedule them if skipped by the time change (I guess).
    Regards
    Juan

  • How to change system time from Java

    Could someone tell me if there is possibility to change the system time, from within a Java program. And how to do it.

    In general, no.
    You could do it using JNI if you're running your JVM
    with sufficient system privileges.
    It seems a highly questionable thing to want to do.
    Why do you have a requirement for this?
    Sylvia.Now there's an idea (thread now has a 'watch'), I think I'll drop the the idea of being a hacker and learn how to write viruses instead - happy days ahead ...

  • How to change system time w/o affecting iCal

    When I travel to another time zone with my laptop I would like to be able to change the system time that appears in the menu bar to the local correct time.  However, I do NOT want this to cause any changes in my calendar times.  I use Calendar only for my home appointments so do not want those to change.  Is this possible?  Thanks!

    Hey bobio,
    Thanks for the question. If I understand correctly, you want to change your time on the computer but not the time on the Calendar. I would recommend that you read this article, it may be able to help the issue.
    You can change the computer time and follow this to view Calendar events in your normal time. 
    Calendar: View all your events in a different time zone
    By default, Calendar events are displayed in your computer’s current time zone (set in Date & Time preferences). 
    Thanks for using Apple Support Communities.
    Have a good one,
    Mario

  • Change system time in RAC cluster

    Hi,
    We need to change the system time of two nodes involded in a RAC cluster, both the nodes are almost 15 minutes ahead of real time but are in sync with each other.
    Does Oracle database require to bounce to get the latest changed time?
    or does the whole cluster services needed to be stopped for 15 minutes after changing the time and then started? just in case not to confused with the transactions happened when the system was 15 minutes ahead.
    The metalink note ID 368539.1 explains that PMON process does the service registration when the database was started. The PMON will not take the changed time dynamically?
    We have oracle 10.2.0.2 database on HP UX 11.31
    Please clear this confusion.
    Thanks.

    Your RAC Cluster would be using either of
    a. NTP --- external to Oracle
    b. Oracle Cluster Time Synchronization Service -- part of the Oracle Grid Infrastructure
    It seems that you are not using NTP -- else the two nodes would have the same time as "the rest of the world".
    You should see "Cluster Time Synchronization Service" in your clusterware logs.
    Since you plan to reset the time backwards, I suggest that you shutdown and reset the time manually.
    Remember that timestamps written to various log files and "last update" time of various files themselves, will duplicate or overlap with existing files.
    Note : PMON service registration doesn't come into play here.
    Hemant K Chitale

  • Change system time

    I accidently had my system time set two weeks ahead when I
    installed Flex Builder 3. If I try and change the system time back,
    it invalidates my license. Uninstalling, changing the time, and
    re-installing didn't work. Is there anything I can do?

    Unfortunately, this is part of the built-in security around
    the trial mechanism and there's not much that can be done.
    If you have a valid Flex Builder 2 serial number, you can
    enter it to get an extended trial (till October). Otherwise you'll
    need to try out the beta on a different computer (or just wait till
    our second beta is released).
    - Peter

Maybe you are looking for