2007 Jan 26 12:37 AM
Hi
I am using WRITE statements to display a table contents. However, in the display page, I could not view the whole table because there's no horizontal scroll bar. How can I manually set a horizontal scroll bar? I do not wish to use ALV. Thanks!
2007 Jan 26 12:38 AM
Make the line size big enough, so that all data is displayed in the list.
report zrich_0001 line-size 255.Regards,
Rich Heilman
2007 Jan 26 12:38 AM
2007 Jan 26 12:40 AM
Set the line size to a greater number. Something like this.
report <report name> line-size 300.
You will then see the horizontal bars.
- Guru
Reward points for helpful answers
2007 Jan 26 2:52 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |