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

Values in Spool Missing

Former Member
0 Likes
549

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.

2 REPLIES 2
Read only

Former Member
0 Likes
438

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>

Read only

0 Likes
438

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.