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 issue

Former Member
0 Likes
705

hi all,

system date format yyyymmdd.

i want this format: january-01-2008.

Thanks & Regards

Revathi Raj.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
684

Check this function modules.

CONVERSION_EXIT_LDATE_OUTPUT

I/P - 20080101

O/P - 01 .JANUARY 2008

6 REPLIES 6
Read only

Former Member
0 Likes
684

try with this function module MONTH_NAMES_GET

Read only

Former Member
0 Likes
684

Hi,

Try out these FM

'MONTH_NAMES_GET

Check out these links for sample code -

Search SDN on the similar issue as there are many related posts.

Regards

Lekha

Read only

Former Member
0 Likes
684

check this function module

CONVERSION_EXIT_SDATE_OUTPUT

Read only

Former Member
0 Likes
684

CALL FUNCTION 'CONVERSION_EXIT_SDATE_OUTPUT'

EXPORTING

INPUT = SY-DATUM

IMPORTING

OUTPUT = V_DATE.

Read only

Former Member
0 Likes
684

the correct FM is CONVERSION_EXIT_IDATE_OUTPUT

Read only

Former Member
0 Likes
685

Check this function modules.

CONVERSION_EXIT_LDATE_OUTPUT

I/P - 20080101

O/P - 01 .JANUARY 2008