Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Empty Numeric Field

Former Member
0 Likes
1,040

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
868

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.

3 REPLIES 3
Read only

Former Member
0 Likes
869

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.

Read only

Sougata
Active Contributor
0 Likes
868

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.

Read only

Former Member
0 Likes
868

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...