‎2006 Sep 23 8:27 AM
HI,
I have the time in format 2,980000000000000+04. Could you pls let me know how to convert this to normal time like hours for the same. Is there any BAPI to convert the above format to normal time.
Regards,
Ram
‎2006 Sep 23 9:44 AM
hi,
can u just give what datatype the variable is delcared as.
is it declared as <b>TYPE F</b>.
if it is possible, take variable LIKE SY-DATUM.
reward if useful....
‎2006 Sep 23 1:28 PM
hi ,
try out this , but not sure
data: number type f value '2,980000000000000+04',
time type syuzeit.
move number to time.
write time.