2006 May 22 12:32 PM
Hi,
Does anyone know how to set a field to blank using an ALV grid control?
Currently, my program displays 0.000 in a field patterned after EKPO-MENGE, but i want it to just display a blank field.
Thanks!
2006 May 22 12:35 PM
setting the field NO_ZERO to 'X' in the filed catalaog for EKPO-MENGE, field
2006 May 22 12:38 PM
HI,
At the time of prepare fieldcatelog you need to pass 'X' to fieldcat-no_zero = 'X' for field ekpo-menge.
Cheers,
Bujji
2006 May 22 12:38 PM
2006 May 22 12:43 PM
HI
GOOD
HOW CAN YOU KNOW THAT WHICH FILED VALUE IS 0.000 ,IF YOU CAN KNOW THIS THAN STORE THAT VALUE INTO A BLANK STRING AND PASS THROUGH THE FIELD CATALOG.I HOPE IT WILL WORK.
THANKS
MRUTYUN
2006 Jun 05 3:47 AM
Hi,
What i did was to set the field to a character then set it to blank.