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

basics

Former Member
0 Likes
470

If SY-UZEIT has the value 6:34:45 it can be displaued as 063445 using_______

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
447

Hi,

When you use SY-UZEIT in code, the value would be returned as 063445

Shruthi

3 REPLIES 3
Read only

Former Member
0 Likes
447

Hi,

pass this value into a character field of length 8

now replace all occurances of ':' with ' '

now condense this and display

reward points if helpful,

thanks & regards,

venkatesh

Read only

Former Member
0 Likes
447

Hi

In SAP the Sy-UZEIT time field is stored as HHMMSS in 6 Charcters field only

If you wants to display as HH:MM:SS then we use EDIT MASK command

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
448

Hi,

When you use SY-UZEIT in code, the value would be returned as 063445

Shruthi