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 converting

Former Member
0 Likes
725

Hi experts

how can i convert the field ausp-atflv into regular date format.

tahnks

amit

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
677
DATA : date(10) TYPE c.
WRITE ausp-atflv TO date.

this will make it according to user settings (SU3). Could help more if you specify what you mean on 'regular date format'.

UPDATE : I assumed ausp-atflv is a field with type date, but it is not so...

2 REPLIES 2
Read only

JozsefSzikszai
Active Contributor
0 Likes
678
DATA : date(10) TYPE c.
WRITE ausp-atflv TO date.

this will make it according to user settings (SU3). Could help more if you specify what you mean on 'regular date format'.

UPDATE : I assumed ausp-atflv is a field with type date, but it is not so...

Read only

matt
Active Contributor
0 Likes
677
  • deleted... occasionally, I get it wrong.