SAP Calculating Time Stamp Differences Using the Built-In Function utclong_diff
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 t…
SAP Erp resources for everyone.
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 t…