Application Development 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: 

date conversion

Former Member
0 Kudos

hello all,

i want to convert date 2004/11/28 into 28-NOV-2004. can u pls help. it's urgent.

ritu

6 REPLIES 6

Former Member
0 Kudos

Hi,

Check the fun modules

CONVERT_DATE_TO_INTERNAL and CONVERT_DATE_TO_EXTERNAL

or split the given date to YEAR,MONTH and DATE

and fetch the month description from the table T247

and concatenate the Date,month text and year into a string and use

Reward points for useful Answers

Regards

Nilesh

amit_khare
Active Contributor
0 Kudos

Welcome to SDN.

Refer the links with solutions for same issue -

Regards,

Amit

Reward all helpful replies.

varma_narayana
Active Contributor
0 Kudos

Hi

You have to Call the FM CONVERSION_EXIT_SDATE_OUTPUT.

Reward if Helpful

Former Member
0 Kudos

Hi,

Try FM <b>CONVERSION_EXIT_SDATE_OUTPUT</b>

Input date should be 20071128 not 2004/11/28.

reward if useful.

Former Member
0 Kudos

HI

USE

CONVERT_DATE_TO_INTERNAL Function Module

reward points to all helpful answers

kiran.M

Former Member
0 Kudos

thanx all of u.