2008 Mar 19 6:58 AM
Hi,
I am doing a Classical Report and I need a vertical line to be drawn between the fields. i.e. I want the coloumns to be separated by vertical lines but not the rows. Hope I am clear with my requirement. This is urgent please advice.
Rgds,
Manju
2008 Mar 19 7:05 AM
Hi
write sy-vline statement where u want vertical line.
loop at it_kna1 into wa_kna1.
write:/1 sy-vline,
3 wa_kna1-kunnr,
20 sy-vline,
30 wa_kna1-name1,
100 sy-vline.
endloop.
Edited by: Chaithanya A on Mar 19, 2008 8:15 AM
Hi,
I am doing a Classical Report and I need a vertical line to be drawn between the fields. i.e. I want the coloumns to be separated by vertical lines but not the rows. Hope I am clear with my requirement. This is urgent please advice.
Rgds,
Manju
2008 Mar 19 7:03 AM
2008 Mar 19 7:04 AM
Use SY-VLINE between your columns.
Hope this helps.
Thanks,
Balaji
2008 Mar 19 7:05 AM
Hi
write sy-vline statement where u want vertical line.
loop at it_kna1 into wa_kna1.
write:/1 sy-vline,
3 wa_kna1-kunnr,
20 sy-vline,
30 wa_kna1-name1,
100 sy-vline.
endloop.
Edited by: Chaithanya A on Mar 19, 2008 8:15 AM
2008 Mar 19 7:08 AM
Hi,
in Classical Reporting while u r Defining u r variable in write statement user symbol ' | ' in between u r Column Values that u want to Print.
Hope it will helps...!!!
Pls reward if Helpful...!!!
2008 Mar 19 7:10 AM
use write:/ sy-vline.
But this will print for single row only. so for all the rows where ever u want the vertical line make use of the above statement.
Reward if useful..............
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |