2009 Mar 31 6:16 PM
Hello,
I am a bi analyst and am receiving data from ECC. I get current day/time and also timestamp (timestampl).
I can see that the current date/time is correct to our EST but the timestampl is 4 hours ahead. A few weeks ago it was 5 hours ahead (alas daylight saving time).
Is the timestampl default to GMT regardless? If so, is there any way that this can be adjusted without having to do a function module conversion?
Any help would be greatly appreciated since I am not an ABAP developer and am searching the best way to resolve....
Thanks,
Lynda
2009 Mar 31 6:22 PM
Hello,
I am a bi analyst and am receiving data from ECC. I get current day/time and also timestamp (timestampl).
I can see that the current date/time is correct to our EST but the timestampl is 4 hours ahead. A few weeks ago it was 5 hours ahead (alas daylight saving time).
Is the timestampl default to GMT regardless? If so, is there any way that this can be adjusted without having to do a function module conversion?
Any help would be greatly appreciated since I am not an ABAP developer and am searching the best way to resolve....
Thanks,
Lynda
2009 Mar 31 6:22 PM
2009 Mar 31 6:26 PM
I guess you might be getting the system time rather than local time...
sy-uzeit is the system/server time and
sy-TIMLO is the user time, check may be you can pull sy-TIMLO.
2009 Mar 31 6:52 PM
Who sets the system time? Is there no other way to get it to equal our EST time zone?
My problem is that someone modified this in ECC and I was told to use the timestamp to pull deltas.
I am getting all records - no problem with that - but I can see that the timestamp shows 4 hours ahead - thus I won't get the deltas until much later.
We run 2 process chains a day and I have my upper limit set to 1800 seconds (30 minutes).
I could take the upper limit off and pull in all deltas but SAP advises to use the 1800 second upper limit when timestamp is the pointer.
I would rather the timestamp data exactly match the date/time on the same record.
I had no involvement in the changes in ECC - I was just told to bring this new table in.
2009 Mar 31 7:01 PM
>
> Who sets the system time? Is there no other way to get it to equal our EST time zone?
your basis team will set that time, you need to pick the local time sy-timlo "system variable for local time
2009 Mar 31 7:48 PM
Thanks to the postings to my question.
I found the function module and where it was getting pulled.
They used the abap code----->
Get Time Stamp field l_timestamp
I found ABAP help - UTC format is used which is always GMT.
I appreciate everyone's help.
Lynda
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |