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 conversion

Former Member
0 Likes
737

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
Read only

Former Member
0 Likes
711

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

Read only

amit_khare
Active Contributor
0 Likes
711

Welcome to SDN.

Refer the links with solutions for same issue -

Regards,

Amit

Reward all helpful replies.

Read only

varma_narayana
Active Contributor
0 Likes
711

Hi

You have to Call the FM CONVERSION_EXIT_SDATE_OUTPUT.

Reward if Helpful

Read only

Former Member
0 Likes
711

Hi,

Try FM <b>CONVERSION_EXIT_SDATE_OUTPUT</b>

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

reward if useful.

Read only

Former Member
0 Likes
711

HI

USE

CONVERT_DATE_TO_INTERNAL Function Module

reward points to all helpful answers

kiran.M

Read only

Former Member
0 Likes
711

thanx all of u.