‎2005 Mar 29 3:52 AM
Hi,
I am developing a interface using ABAP to Bank for Payment and returns.
I need to convert the date in the following format.
Input : March 25, 2005.
Output required: 03/25/2005.
I am creating my own function module for this conversion. Is there any SAP function module to do this conversion. If you know, please reply this mesg.
Thanks,
Sivanandham.P
‎2005 Mar 29 7:07 AM
Hi Sivanandham,
i think, there's no fm for your conversion.
- but you can convert the date with the help of table
T247
regards Andreas
‎2005 Mar 29 6:30 AM
‎2005 Mar 29 7:07 AM
Hi Sivanandham,
i think, there's no fm for your conversion.
- but you can convert the date with the help of table
T247
regards Andreas
‎2005 Apr 04 7:08 PM
Hi,
Thanks Andreas and Subramaniam.
I have created a FM for this and am using the SAP table for getting the month name and number.
Thanks,
Sivanandham.P