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

Spooled output contains missing text

Former Member
0 Likes
460

Hi Experts,

I am executing a print program and when I am seeing the output in my own spool request some part of the texts (headings.. etc) are NOT seen on the layout.

But when i run the print program via debugging mode in between and later turn the debug off then i am able to see the complete information of the in the spool.

Please tell me what needs to be done to see the complete text on the output when i execute the prog directly at first?

Thanks

Dany

Hi Experts,

I am executing a print program and when I am seeing the output in my own spool request some part of the texts (headings.. etc) are NOT seen on the layout.

But when i run the print program via debugging mode in between and later turn the debug off then i am able to see the complete information of the in the spool.

Please tell me what needs to be done to see the complete text on the output when i execute the prog directly at first?

Thanks

Dany

1 REPLY 1
Read only

Former Member
0 Likes
387

Hi,

The spool has a limitation of 255 character width in background. Hence the text could be truncated. Else if its ALV, ensure that the fieldcatalog has correct width for each column.

Best regards,

Prashant