Hi Experts,
I would like to change the format from 'YYYY-MM-DD HH24:MI:SS.FF7' to 'DD.MM.YYYY' format. ( Because my target will accept only this format )
How to do the same? do we have any standard functions which it converts to mentioned format.
Like in ABAP, CONVERSION_EXIT_IDATE_INPUT/OUTPUT.
I tried with Splitting the date and concatenating into required format. But, just want know if we have any standard function.