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

removing zeros

Former Member
0 Likes
962

in one of the column the field has value zeros, so i need to make the cell empty instead of zeros, can any one help me in this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
934

Hi,

I hope the field is integer/Numeric datatype. Make it character datatype It will display default as space.

Make it NO_ZERO = 'X' in fieldcatalog.

Regards

Bhupal Reddy

in one of the column the field has value zeros, so i need to make the cell empty instead of zeros, can any one help me in this.

8 REPLIES 8
Read only

Former Member
0 Likes
934

i am using alv grid control

Read only

0 Likes
934

Hi,

While specifing the fieldcatalog just specifiy taht wa_fieldcat-no_zeros = 'X' for that particular field.

Regards,

Satya

Read only

0 Likes
934

set NO_ZERO in the field cat logue for the field.

Read only

Former Member
0 Likes
934

Hi

I guess that you are using ALV

then the Field Catalog shoudl be modified

with

<b>wa_fieldcat-NO_ZERO = 'X'.</b>

Read only

Former Member
0 Likes
934

check options of FCATAlog

fcat-no_zero = 'X'.

Regards

Prabhu

Read only

Former Member
0 Likes
935

Hi,

I hope the field is integer/Numeric datatype. Make it character datatype It will display default as space.

Make it NO_ZERO = 'X' in fieldcatalog.

Regards

Bhupal Reddy

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
934

Hi,

You need to set no_zero = 'X' in the field catalog.

Kindly reward points if it helps.

Read only

Former Member
0 Likes
934

Hi,

Use the FM:

<b>CONVERSION_EXIT_ALPHA_OUTPUT</b>

converts any number with zeroes right into a simple integer

Hope it helps.

Reward if helpful.

Regards,

Sipra