Hi Yash,
You could do the calculation directly. Why do you need a Function module?
Declare the time variables of type sy-uzeit.
Difference = Time2 - Time1.
Hi Yash,
You could do the calculation directly. Why do you need a Function module?
Declare the time variables of type sy-uzeit.
Difference = Time2 - Time1.