DATA(ts16) = CONV utclong( '2024-01-01 05:30:00' ). DATA(ts17) = CONV utclong( '2024-01-01 06:30:00' ). "The return value has the type decfloat34. It contains the exact difference in seconds. DATA(ts_diff1) = utclong_diff( high = ts17 low = ts16 ). "3600 DATA(ts_diff2) = utclong_diff( high = ts16 low = ts17 ). "-3600
Serkan AKKAVAK Computer Engineer BSc Head of SAP & Software Department Contact : serkurumsal@yandex.com

0 Comments