Skip to Content
0
Former Member
Jan 25, 2008 at 02:50 PM

How convert days got into hours format

499 Views

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.