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 width in Background

Former Member
0 Likes
972

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 !!!!!

6 REPLIES 6
Read only

Former Member
0 Likes
898

Hi ,

In your report increase the Line-Size parameter....

like this ...

REPORT Z_XXX LINE-SIZE 500 ....

Amitava

Read only

0 Likes
898

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

Read only

venkat_o
Active Contributor
0 Likes
898

Hi Mitwa,

Set your print parameters, Print format should be like X_90_120. 90 rows and 120 columns.

Thanks

Venkat.O

Read only

Former Member
0 Likes
898

How do I set the print parameters?

Read only

Former Member
0 Likes
898

Thanks,

I used a different printer , with different print Format which enabled me to display the full width of ALV is background.

Read only

Former Member
0 Likes
898

you can set NEW -PAGE PRINT on and pass the parameter.