‎2012 Oct 21 12:57 PM
Hi
I have one basic requirment. Please do not lock it, I searched the blog but not geting the exact.
I have one ztable have the values stored as Mar 31 2012 6:45PM. It is a char data type.
I want to convert this to dd/mm/yyyy HH:MM:SS format
Can someone help me.
Moreover, is there any datatype available as datetime in ABAP.
regards,
Venkat
‎2012 Oct 21 2:51 PM
‎2012 Oct 25 1:16 PM
Hi Venkat,
Please use the function module FORMAT_DATE_4_OUTPUT and give the input as example
DATIN: 20121025
FORMAT: DD/MM/YYYY
format should be which ever format you required and the output for the above example is 25/10/2012
Regards,
Karthik
‎2012 Oct 29 12:32 PM
Hi Venkat,
How you are updating this table ?
Regards,
Avish Mittal
‎2012 Oct 29 12:52 PM
Basic requirement, obviously not enough research and no follow-up in 8 days -> locked.
Thomas