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

system time which less than a second

Former Member
0 Likes
430

Hi, Experts,

I know sy-uzeit is time up to second. Is there a system time variable which is less than a second?

Thanks,

Helen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
405

you can use time stamp if you need time for less than a second.

press F1 on GET TIME STAMP.

2 REPLIES 2
Read only

Former Member
0 Likes
405

>

> I know sy-uzeit is time up to second. Is there a system time variable which is less than a second?

But surly you could get smaller unit of Time(Second) by just dividing sy-uzeit with any Number

Read only

Former Member
0 Likes
406

you can use time stamp if you need time for less than a second.

press F1 on GET TIME STAMP.