‎2007 Dec 03 1:42 AM
Hi,
I 'm developing a ALV report program and try to display some numeric field which is at initial state. How can i make those empty as blank field?? Currently, it displays as 0.000.
Regards,
Kit
‎2007 Dec 03 2:31 AM
Hi,
Use 'CHAR' field instead of Numeric. It will be easy to handle such cases. with Numeric field it is not possible to display blank field.
‎2007 Dec 03 2:31 AM
Hi,
Use 'CHAR' field instead of Numeric. It will be easy to handle such cases. with Numeric field it is not possible to display blank field.
‎2007 Dec 03 2:53 AM
When you build the FieldCatalog for that particular field pass NO_ZERO = 'X', it should solve the problem even if you continue to use the numeric type.
Cheers,
Sougata.
‎2007 Dec 03 3:13 AM
If the field is coming from your table, then make the field "Initial" checked in Se11..
goto se11
give your table name
click change
select the "initial" checkbox for that field...
Save & activate...