‎2008 May 20 8:39 AM
Is there any function module to convert date format from mm/dd/yyyy to dd.mm.yyyy or sy-datum?
‎2008 May 20 8:42 AM
You can use the WRITE statement with addition of date format.
Use F1 Help to check the write date format addition.
‎2008 May 20 8:45 AM
write sy-datum using dd/mm/yyyy.
Use online help on how to put the result into another varaible.
‎2008 May 20 8:49 AM
Hi,
wirte statement converts any date fomat in system date fromat
WRITE w_DateTO w_date_sys.
Regards,
Sriram