Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Date format conversion

Former Member
0 Likes
462

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

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
426

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

3 REPLIES 3
Read only

Former Member
0 Likes
426

Easier to code than to search.

Regards,

Subramanian V.

Read only

andreas_mann3
Active Contributor
0 Likes
427

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

Read only

0 Likes
426

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