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: 

ALV Using cl_gui_alv_grid: How to chang a cell attribute on the report

Former Member
0 Kudos

Hi,

I have developed an ALV report using class cl_gui_alv_grid.

<b>I have a peculiar requirement. I have 4 decimal quantity fields in the report. If NONE of these fields have a value in a particular record i shouldnot display anything in the cell(not even initial value 0.00, just a empty cell) for these fields.</b>. However If atleast one of them have value i can display value and inital value for remianig fields(0.00).

I would appreciate if someone can throw some light on how to achieve this or send some sample code piece.

Thanks in advance.....

1 REPLY 1

Former Member
0 Kudos

If you define that field type as NUMC it will appear as blank.