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_member181959
Contributor
0 Likes
655

hi,

Are there any function modules to convert date format (14.08.2006) to (20060814)? if any please let me know.

Here in my requirement i need to pass the date in the later format to a function module.

thnaks in advance,

Prasad Babu.

1 ACCEPTED SOLUTION
Read only

former_member184495
Active Contributor
0 Likes
621

hi,

could probably use the following FM's

1) CONVERT_DATE_TO_INTERN_FORMAT Converts a date to internal format

2) CONVERT_FIELD_TO_EXTERN_FORMAT Converts a field from internal to external format

3) CONVERT_FIELD_TO_INTERN_FORMAT Converts a field from external to internal format

cheers.

Aditya.

3 REPLIES 3
Read only

Former Member
0 Likes
621

Yes ! Use FM <b>CONVERSION_EXIT_SDATE_INPUT</b>

hope this helps you

~thomas.

Read only

Former Member
0 Likes
621

Hi,

use this fm:

CONVERT_DATE_TO_INTERNAL

rgds,

latheesh

Read only

former_member184495
Active Contributor
0 Likes
622

hi,

could probably use the following FM's

1) CONVERT_DATE_TO_INTERN_FORMAT Converts a date to internal format

2) CONVERT_FIELD_TO_EXTERN_FORMAT Converts a field from internal to external format

3) CONVERT_FIELD_TO_INTERN_FORMAT Converts a field from external to internal format

cheers.

Aditya.