‎2008 Oct 28 12:39 PM
Hi experts
how can i convert the field ausp-atflv into regular date format.
tahnks
amit
‎2008 Oct 28 12:47 PM
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...
‎2008 Oct 28 12:47 PM
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...
‎2008 Oct 28 12:47 PM