‎2009 Sep 29 6:20 AM
Hi experts ,
Hi have 70 fields in my ALV output. When the data is huge the output format in back ground is destorted ( overlapping).
When the data is less i could able to see alla colums appearing fine and can able to down load well?
I wanna know is there any limitation of spool capacity or number of coulumns * rows in ALV format .
Your help is highly rewarded.
Thanks n Regards,
Vamsi
‎2009 Sep 29 6:35 AM
Hi,
The spool capacity to hold the number of columns depends on the output device it is assigned to with the format definition which in general would be 255 columns.
Also try increasing the report line-size to 1023 which is the maximum and check the spool output.
Regards,
Vikranth
‎2009 Sep 29 6:43 AM
Thanks for your reply vikrant . I have used page format 65 * 1024/4 . Still i have same prob.
‎2009 Sep 29 6:51 AM
Hi,
Well then did you try to increase the line-size in the report statement of the program?
report ztest line-size 1023.
Regards,
Vikranth
‎2009 Dec 18 8:01 PM
Hi,
Did you overcome this problem, because i am also facing the same problem. Could you please let me know the solution how to slove it.
Your reply will be highly appreciated.