‎2008 Jul 08 3:35 PM
Hi friends.
How can I draw or place a line at my ALV-Grid output.
I need this line in end of a column in order
to write a value below this line.
The sum-function is kind of what I need. But the only thing
is the value what I have to write below this line
must be changeable instead of the sum of column.
regards
ertas
‎2008 Jul 08 4:07 PM
‎2008 Jul 08 3:43 PM
‎2008 Jul 08 3:46 PM
Hi,
try to split the output container. In BCALV* there are some examples.
Regards, Dieter
‎2008 Jul 08 4:07 PM
‎2008 Jul 08 4:25 PM
HI ,
I think in ALV GRID we will have horizontal seperators by default. If u want the totals line at the end .. append a blank row(can insert the totals also) at the end of ur internal table .. and make that row editable while displaying the ALV GRID, and even you can color that entire row to differentiate from other records .. correct me if i am in the wrong path...
Regards,
Srinivas.
Edited by: Srinivas Ganta on Jul 8, 2008 8:58 PM
‎2008 Jul 08 4:34 PM
By adding a blank row or by adding row (contains -
-
) will not work perfectly if user uses the sort or filter functions in ALV.
a®
‎2008 Jul 08 4:43 PM
how can I append at the very end of a column a blank
row ?
Regards
ertas
‎2008 Jul 08 5:54 PM
append a blank line to your internal table you are displaying.
‎2008 Jul 08 5:59 PM
how can I place the value exactly below the line
which I want to output ?
rgds
ertas
‎2008 Jul 09 12:13 PM
put it in the appropiate column in the blank line before displaying it.