Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Timestamp As Selection Criteria

dean_hinson2
Active Contributor
0 Likes
823

Hello,

When I enter a date only into the timestamp selection field, in the code the timestamp has 050000 as the time. However, on the screen it shows 00:00:00. My current sy-uzeit is 152249 and sy-timlo is 92249. My user profile timezone is EST and the system timezone is CET

So, where did this 050000 come from? And should this be handled?

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
712

Impossible to tell you why without knowledge of the executed ABAP code. Nethertheless, it looks like the UTC timestamp (00:00:00 EST -> 05:00:00 UTC i.e. + 5 hours).

Hello,

When I enter a date only into the timestamp selection field, in the code the timestamp has 050000 as the time. However, on the screen it shows 00:00:00. My current sy-uzeit is 152249 and sy-timlo is 92249. My user profile timezone is EST and the system timezone is CET

So, where did this 050000 come from? And should this be handled?

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
713

Impossible to tell you why without knowledge of the executed ABAP code. Nethertheless, it looks like the UTC timestamp (00:00:00 EST -> 05:00:00 UTC i.e. + 5 hours).