‎2006 Dec 18 3:21 PM
Hi,
I have a peculiar problem where in i am using a custom program to generate a spool request and after that i read the spool data and send it as an email to the vendors with an excel attachment.
The problem is for some vendors the Spool is not getting generated fully, Last columns are missing and for the rest of the vendors it is working fine.
Any suggestion/Help in this regard will be greately appreciated.
Thanks in advance,
Chakradhar.
‎2006 Dec 18 3:26 PM
If the layout you set for spool is less than the length, it will truncate.
try to increase that.
<b> layout = 'X_65_255'</b>
<b> line_count = 65</b>
<b> line_size = 255<b>
‎2006 Dec 18 3:39 PM
Hi Shefali,
I am passing the line-size as SY-LINSZ in the NEW-PAGE Command.
The value of the SY-LINSZ will be the same as the LINE-SIZE in the REPORT statement so i am passing the LINE-SIZE value as 200.
Here the problem is for some vendors only it is truncating the values, and for the others it is working fine.