Application Development 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: 

how to suppress zeroes in table control?

Former Member
0 Kudos

friends,

by default, i am getting the initial values (zeros 0.00 for qty. fields) for the fields that am displaying in table control...how to suppress the zeroes (fields for which no values are there) in table control? any option like we have in alv (no_zeros) avbl? thanks all

2 REPLIES 2

Former Member
0 Kudos

u are getting 0.00 bcos these are the field properties , so u have to create a new field for ur requirement.

check the field attributes in SE51,

DICT = DEC Format.

Program = No Check for leading ZEROS.

Regards

Prabhu

Message was edited by:

Prabhu Peram

Former Member
0 Kudos

hi

i think you are trying to mean, create character type fields and move all the fields to them so that it displays space, by default, when it holds null value? that should be fine..but i want to know is there any property taht we can set in teh table control itself so that if teh value is null, zeros are not displayed, only space has to be displayed..thank u