Hi,
I have ALV report, and i m showing total at the top of PO, i have one column of percentage and has a data type P. In my field catalog i'm not passing do_sum for this column. But even i'm getting total at the top. My req is, for this column i don't want the total to be displayed at the top...
Pls help....
May be you have the variant which has the SUM chckbox on for that field.
Again check if you are really not passing the DO_SUM for that field. Put a breakpoint before the ALV call and check what is happenning. You might forgot to clear the workaread which contains the DO_SUM = 'X'.
Regards,
Naimesh Patel
Add a comment