‎2007 Jan 18 2:10 AM
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
‎2007 Jan 18 5:01 AM
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
‎2007 Jan 18 2:20 AM
‎2007 Jan 18 2:25 AM
‎2007 Jan 18 4:20 AM
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***********
‎2007 Jan 18 4:48 AM
Hi,
For Spool list, you have to increase the page width.
Check your line-width.
Regards
Subramanian
‎2007 Jan 18 5:01 AM
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
‎2007 Jan 18 5:52 AM
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.