‎2021 Jul 20 6:29 AM

In excel i am adding input as 23:00:00
But while passing it through fm text_convert_xls_to_sap and convert_time_input i am getting output as 22:59:60 in internal table.
Please help.
‎2021 Jul 20 6:56 AM
Values are not valid, see 00:45:83 is not a valid time! (even 23:49:60 is not valid)
Did you declare the time field of your internal table with type T ?
You don't need to use convert_time_input.