2009 May 08 1:46 PM
Hi Experts,
i am displaying ALV output with date field(editable).
if the date field is initial it is displaying as zero's like 0000000.
if it is initial it will display as blank.
can u please help me
Thanks,
sai
Hi Experts,
i am displaying ALV output with date field(editable).
if the date field is initial it is displaying as zero's like 0000000.
if it is initial it will display as blank.
can u please help me
Thanks,
sai
2009 May 08 1:50 PM
Hi Sai,
Declare that date field as the charecter format(CHAR8). so that it will come as the blank.
otherwise it comes in 0000000 format only.
Thanks!
2009 May 08 1:58 PM
Hi Sai,
If you give the DATS...
the initial value of DATS always be the 0000000.
so give the CHAR8.
The initial value would be space.
that is you query right ....showing the space when date is initial......
Thanks!
2009 May 08 1:55 PM
Hi prasanth,
thank u for ur reply.
i declared this field as DATS.........
so u want say DATS is giving problem.........
Thanks
sai
2009 May 08 2:01 PM
hi sai,
try to use data type SY-DATUm.
then i think it wont show u the 000000000.
Thanks
2009 May 08 2:07 PM
hI Taragini,
i tryied by using sy-datum.still it is showing 00000000.
Thanks,
Sai
2009 May 08 2:14 PM
Thank u guys.
my problem got solved by passing ref table and field name and f4availabl = 'x' to my fieldcatalog.
Thank u.
sai