‎2007 Jul 30 10:08 AM
If SY-UZEIT has the value 6:34:45 it can be displaued as 063445 using_______
‎2007 Jul 30 10:14 AM
Hi,
When you use SY-UZEIT in code, the value would be returned as 063445
Shruthi
‎2007 Jul 30 10:11 AM
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
‎2007 Jul 30 10:12 AM
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
‎2007 Jul 30 10:14 AM
Hi,
When you use SY-UZEIT in code, the value would be returned as 063445
Shruthi