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

SPOOL Output in back ground

0 Likes
611

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

4 REPLIES 4
Read only

Former Member
0 Likes
555

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

Read only

0 Likes
555

Thanks for your reply vikrant . I have used page format 65 * 1024/4 . Still i have same prob.

Read only

0 Likes
555

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

Read only

Former Member
0 Likes
555

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.