How convert days got into hours format
In my requiremnt, I get a date from the following logic.
move time in step to work area
v_timeinstep = sy-datum - wa_pa0008_1-endda.
v_timeinstep = 100 * 100 * v_timeinstep / 36525.
MOVE v_timeinstep TO wa_pt_to_ft_list-timeinstp .
But actually, I should display the date coming here in hours format
can any one plese let me know.
Rohini.