2014 Feb 01 6:28 PM
Hi Experts,
How can i display a date in SAP Script in the this format "Date : 1st January 2014" or "Date : 2nd January 2014 " like this . I dont know how do do this in SAP Script ? Plz tell ..
Thanks
Naresh
2014 Feb 02 4:54 AM
Hi Naresh,
There is a command "SET DATE MASK", but I don't think it will serve your purpose as you need the month in words. Better is to write a custom logic for date in a subroutine pool and display it in your script.
Regards,
Munesh.
2014 Feb 02 4:54 AM
Hi Naresh,
There is a command "SET DATE MASK", but I don't think it will serve your purpose as you need the month in words. Better is to write a custom logic for date in a subroutine pool and display it in your script.
Regards,
Munesh.
2014 Feb 02 5:52 AM
Thanks for your reply Munesh,
yes , I think like this only. Is there no function module for this way of date display ha? Anyway thanks for your reply..
Thanks
Naresh
2014 Feb 02 7:15 AM
Hi Naresh,
There are a lot of function modules to display the month in words.
Try using: CONVERSION_EXIT_LDATE_OUTPUT,
MONTH_NAMES_GET.
Regards,
Munesh.