Skip to Content
0
Jun 04, 2008 at 06:10 AM

Date and time format in download is not coming

100 Views

date : 04.06.2008

While downloading date to the excel format it appears as 04062008

and not as 04.06.2008

i used the following code

write sy-datum to to wa_item-sydatum.

and ...

finally the datas are passed to the internal table.

but i need the date to be downloaded in this format 04.06.2008 as well as time

How to do this ??