‎2007 Oct 17 11:29 AM
Hi All,
I have executed one report(Z report) in Production by Background, that has generated Spool report.
My problem is some fields are cut-off(missing) from that spool report.
Please provide the solution ASP.
Regards,
DSK.
‎2007 Oct 17 11:33 AM
You need to change the Line Size in the header of the report to avoid line cutting.
Regards,
Amit
Reward all helpful replies.
‎2007 Oct 17 11:35 AM
Hi Kumar
Check the Line-Size parameter in ur Report.
Spool won't support more than 255 character length.
Regards,
Sree
‎2007 Oct 17 11:45 AM
HI Sree ram,
i checked all the fields(15) length which are displayed in spool report
is 281,
but my total fields(17) length are 308..
and <b>Line-size 132</b> in my program.
Regards
DSK
‎2007 Oct 17 11:50 AM
Hi,
Change the line size to 310.
this will work. WHile printing select the correct page size
Regards
Shiva
‎2007 Oct 17 11:51 AM
Hi DS
Do one thing: Configure your text editor as follws:
Go to Utilities->Settings->Downwards-Compatible Line Length(72) .
Hope you can away from the spool request now.
Have a look on the OSS note:
<b>
Summary
Symptom
A list that includes more than 255 columns in the background is supposed to be issued. Instead of broad list lines being distributed on several printed lines for every 255 columns, only a single truncated printed line appears.
Other terms
Lists, print, 255 columns
Reason and Prerequisites
A Support Package which allows the printing of broad lists was imported. This creates a broad line of print with more than 255 columns in the spool. Generally, this is desired.However, the problem occurs if no corresponding format is defined because the default format X_65_255 truncates the line correspondingly at the print output.
Solution
1.) Define a format which can output the required number of printing columns.
2.) Using the attached correction, the number of columns in the print dialog can be changed in this special case.If a column figure of 255 is now entered, the old behavior is active again.The correction is only effective if you imported note 501826 beforehand.
Header Data
Release Status: Released for Customer
Released on: 13.06.2003 07:44:06
Priority: Correction with medium priority
Category: Program error
Primary Component: BC-ABA-LI List Processing
Releases
Software
Component Release From
Release To
Release And
subsequent
SAP_BASIS 46 46B 46B
SAP_BASIS 46C 46C 46D
Highest Implemented Support Package
Support
Packages Release Package
Name
SAP_BASIS 46B SAPKB46B44
SAP_BASIS 46B SAPKB46B48
SAP_BASIS 46C SAPKB46C36
SAP_BASIS 46C SAPKB46C40
Related Notes
586914 - Workaround for printing signature data via CJ00 or DSAL
Print Selected Notes (PDF)
Regards,
Sree
Message was edited by:
sree ram
‎2007 Oct 17 11:38 AM
‎2007 Oct 17 11:51 AM
Hi,
1. Change the line-size to 308
REPORT ZPROGRAM LINE-SIZE 308.
2. If possible try to reduce the width of the output internal table from 308 to 255.
3. Goto service.sap.com & in the search text put "Spool truncated in background".
You will get a sap note for the same.
Best regards,
Prashant