Hi all,
I am trying to convert the format of sysdate() to 'YYYY-MM-DD HH:MM:SS' in SAP BODS.
sysdate() is coming as :- 2023.09.09 06:41:52.000000
and the conversion function i am using is like below

It is not giving me any error but the conversion is not working .
can someone tell me where i am going wrong.