‎2007 Aug 17 8:15 AM
hello all,
i want to convert date 2004/11/28 into 28-NOV-2004. can u pls help. it's urgent.
ritu
‎2007 Aug 17 8:17 AM
Hi,
Check the fun modules
CONVERT_DATE_TO_INTERNAL and CONVERT_DATE_TO_EXTERNAL
or split the given date to YEAR,MONTH and DATE
and fetch the month description from the table T247
and concatenate the Date,month text and year into a string and use
Reward points for useful Answers
Regards
Nilesh
‎2007 Aug 17 8:19 AM
‎2007 Aug 17 8:27 AM
Hi
You have to Call the FM CONVERSION_EXIT_SDATE_OUTPUT.
Reward if Helpful
‎2007 Aug 17 8:36 AM
Hi,
Try FM <b>CONVERSION_EXIT_SDATE_OUTPUT</b>
Input date should be 20071128 not 2004/11/28.
reward if useful.
‎2007 Aug 17 8:46 AM
HI
USE
CONVERT_DATE_TO_INTERNAL Function Module
reward points to all helpful answers
kiran.M
‎2007 Aug 22 11:58 AM