Application Development and Automation 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: 
Read only

line

Former Member
0 Likes
904

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
888

sorry but my proble is still existing

Regards

ertas

9 REPLIES 9
Read only

Former Member
0 Likes
888

Check this thread :

Hope it may help u.

Regards,

Rock.

Read only

Former Member
0 Likes
888

Hi,

try to split the output container. In BCALV* there are some examples.

Regards, Dieter

Read only

Former Member
0 Likes
889

sorry but my proble is still existing

Regards

ertas

Read only

0 Likes
888

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

Read only

0 Likes
888

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®

Read only

0 Likes
888

how can I append at the very end of a column a blank

row ?

Regards

ertas

Read only

0 Likes
888

append a blank line to your internal table you are displaying.

Read only

0 Likes
888

how can I place the value exactly below the line

which I want to output ?

rgds

ertas

Read only

0 Likes
888

put it in the appropiate column in the blank line before displaying it.