on 2020 Sep 15 11:11 AM
Hello ABAPers. I want to convert date into English.
For example, if the entered date is 11/11/1965, then i want to output it as "Eleven November Nineteen Sixty Five".
I have tried some FMs like SPELL_AMOUNT and HR_IN_CHG_INR_WRDS. But they are not exactly according to my requirement.
Please suggest me a solution.
Thank you.
Request clarification before answering.
Hi,
Since there is not direct FM to requirment, Try with FM MONTH_NAMES_GET and get month list and split the date and pass to Spell_amount seprately and concordirnate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You say "... and pass to Spell_amount".
I add: i.e. in two calls
and concatenate all the elements to get the whole date in words
User | Count |
---|---|
7 | |
4 | |
3 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.