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

Convert date

Former Member
0 Likes
516

How to convert sy-datum to 12 Mar 2008 format

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
492

Hi Megan,

It will be:

date+6(2) + function module result MONTH_NAMES_GET + date(4)

I wish you understood that pseudo code.

Best regards,

VoyTech

3 REPLIES 3
Read only

Former Member
0 Likes
493

Hi Megan,

It will be:

date+6(2) + function module result MONTH_NAMES_GET + date(4)

I wish you understood that pseudo code.

Best regards,

VoyTech

Read only

Former Member
0 Likes
492

Yes I understood the pseudo code. Thank you.

But isnt there a function module that does all of that for you? I mean I know there are many simple ways to convert to ddmmyy or mmddyyyy or I was wondering if there was a way to convert to ddmmmyyyy

Read only

0 Likes
492

so please go to SE37 and find one with DATE* if you don't find it please look for DATE.

Best regards,

Wojciech