2009 Jul 03 11:12 AM
Hi experts ...
I am creating report using grid instance of class GL_GUI_ALV_GRID ...
its displaying results output table say itab[] ... I want to insert one blank line in display ...
if i append work area of type itab to itab ... in that case the column which showing amount displays 0.0
instead i want complete blank row ...
Thanks & Regards ...
Ashish
Hi experts ...
I am creating report using grid instance of class GL_GUI_ALV_GRID ...
its displaying results output table say itab[] ... I want to insert one blank line in display ...
if i append work area of type itab to itab ... in that case the column which showing amount displays 0.0
instead i want complete blank row ...
Thanks & Regards ...
Ashish
2009 Jul 03 11:14 AM
2009 Jul 03 11:16 AM
Use the NO-ZERO addition for the fields in the field catalog...for this..
What you are doing is right!
2009 Jul 03 11:19 AM
Dear Ashish,
Try this out.
Loop at itab into wa.
clear wa.
append wa to itab.
endloop.
Regards,
Vijay
2009 Jul 03 11:23 AM
2009 Jul 17 8:47 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |