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

To convert date

Former Member
0 Likes
579

HI Gurus,

How to convert date into user data format?

urgent,

Reply soon,

KK.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
549

Hi,

Use FM CONVERT_DATE_TO_EXTERNAL.

This will convert date to user data date.

User data date can be changed by System->User Profile->Own Data.

Reward if helpful.

Thanks ,

Madhura N.

HI Gurus,

How to convert date into user data format?

urgent,

Reply soon,

KK.

4 REPLIES 4
Read only

Former Member
0 Likes
549

which date format do you want to convert?

Read only

Former Member
0 Likes
550

Hi,

Use FM CONVERT_DATE_TO_EXTERNAL.

This will convert date to user data date.

User data date can be changed by System->User Profile->Own Data.

Reward if helpful.

Thanks ,

Madhura N.

Read only

Former Member
0 Likes
549

Hello,

Do like this.

Data: date(10).

write sy-datum to date.

write: date.

or

Use FM CONVERT_DATE_TO_EXTERNAL

Cheers,

Vasanth

Read only

Former Member
0 Likes
549

Hi,

Use FM CONVERT_DATE_TO_INTERNAL, This will convert date as internal format depends on user profile.

Regards,

Satish