‎2009 Jul 13 11:36 AM
Hi Experts,
I am running my ALV is background.
The display gets truuncated when I view the spool of it.
Can someone please advise how can I fit all my ALV columns in a single line.
I have tried " Display In maximum Width " option already.
Thanks and advance !!!!!
‎2009 Jul 13 11:48 AM
Hi ,
In your report increase the Line-Size parameter....
like this ...
REPORT Z_XXX LINE-SIZE 500 ....
Amitava
‎2009 Jul 13 11:55 AM
Hi
I have tried doing this , Spool suill gets truncated whatever may be the Line size provided .
I tried LINE-SIVE 500
LINE_SIZE 1023
Thanks
‎2009 Jul 13 11:52 AM
Hi Mitwa,
Set your print parameters, Print format should be like X_90_120. 90 rows and 120 columns.
Thanks
Venkat.O
‎2009 Jul 13 11:55 AM
‎2009 Jul 14 9:02 AM
Thanks,
I used a different printer , with different print Format which enabled me to display the full width of ALV is background.
‎2009 Jul 14 9:08 AM