2007 Nov 27 10:47 AM
hi gurus,
i am using alv list to display output. in that first field is character field and other five fields are floating numbers. now when i insert some text in char field
in first line. and if i see output i get
for eg.
abc 0.00 0.00 0.00 0.00 0.00.
if i dont want these zeros. and only want. abc in first line and all other empty
eg.
abc
how can i do this.
thanks in advance.
Vinod
2007 Nov 27 10:51 AM
set W_FIELDCATALOG-NO_ZERO = 'X' for all Columns while Fieldcatalog table is being built.So that If entire has ZERO values ,It does not display ZERO's.
hi gurus,
i am using alv list to display output. in that first field is character field and other five fields are floating numbers. now when i insert some text in char field
in first line. and if i see output i get
for eg.
abc 0.00 0.00 0.00 0.00 0.00.
if i dont want these zeros. and only want. abc in first line and all other empty
eg.
abc
how can i do this.
thanks in advance.
Vinod
2007 Nov 27 10:51 AM
set W_FIELDCATALOG-NO_ZERO = 'X' for all Columns while Fieldcatalog table is being built.So that If entire has ZERO values ,It does not display ZERO's.
2007 Nov 27 10:51 AM
Hi,
For that u have to change the datatype of other fields from float to character.
Regards,
Prashant
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |