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

Missing columns in spool

Former Member
0 Likes
3,135

Hi,

I have a program that displays a very wide report using ALV list. When executed in foreground, the report comes out ok; but when it is executed in background, the report somehow gets cut (missing columns in the spool display and when printed). Why is that so? Are there any solutions for this?

Will appreciate immediate feedback. Thanks!

Winnie

1 ACCEPTED SOLUTION
Read only

former_member632991
Active Contributor
0 Likes
1,493

Hi,

The standard line size that u can print is 255 characters in ALV report.

You can check notes 186603 to display report with more than 255 charecters.

you will get the detailed notes. In the Attachments you have the Z program code.

After creation of the new format, run the job with the new format ie. attach the new format to your printer, and run the job. Now take the spool number and put it as a parameters to the Z program.

for more details check this thread

Hope it work fine.

Rewards points if useful

Regards

Sonika

6 REPLIES 6
Read only

Former Member
0 Likes
1,493

Try increasing LINE-SIZE in your program.

Thanks,

Santosh

Read only

Former Member
0 Likes
1,493

Ignore my reply as you are using ALV List.

Thanks,

Santosh

Read only

Former Member
0 Likes
1,493

Hi Winnie,

If u r using Reuse_alv_grid_display:

There is a field in the IS_LAYOUT called MAX_LINESIZE which is default = 255

Set it as per your requirement & check.

********Reward useful answers***********

Read only

Former Member
0 Likes
1,493

Hi,

For Spool list, you have to increase the page width.

Check your line-width.

Regards

Subramanian

Read only

former_member632991
Active Contributor
0 Likes
1,494

Hi,

The standard line size that u can print is 255 characters in ALV report.

You can check notes 186603 to display report with more than 255 charecters.

you will get the detailed notes. In the Attachments you have the Z program code.

After creation of the new format, run the job with the new format ie. attach the new format to your printer, and run the job. Now take the spool number and put it as a parameters to the Z program.

for more details check this thread

Hope it work fine.

Rewards points if useful

Regards

Sonika

Read only

Former Member
0 Likes
1,493

Hi,

Go to SP01 t-code.

Double click on your number. then it will displays output controller screen.

there u will get 'Format' option.

the default format is 'X_65_255', change it to 'Z_65_1000' and save.

I hope it will works.

Regards,

Rajasekhara Reddy.