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

Spool columns getting truncated

Former Member
0 Likes
2,023

Hi,

I have a report which is run a background job and I'm outputting to the spool. While setting the spool parameters, we set the layout for eg. X_65_255. This is causing only few columns to appear in the screen and my report columns are getting truncated after a particular number. How do I adjust my spool so that I can see all my report columns. Is there a way to do this?

I created layout ZX_65_1023 with 900 columns but still same issue, also i tried all ways suggested on SDN , but still my issue is not resolved.

Please Help Me..

Thanks in Advance.

Regards,

Chintan

Hi,

I have a report which is run a background job and I'm outputting to the spool. While setting the spool parameters, we set the layout for eg. X_65_255. This is causing only few columns to appear in the screen and my report columns are getting truncated after a particular number. How do I adjust my spool so that I can see all my report columns. Is there a way to do this?

I created layout ZX_65_1023 with 900 columns but still same issue, also i tried all ways suggested on SDN , but still my issue is not resolved.

Please Help Me..

Thanks in Advance.

Regards,

Chintan

3 REPLIES 3
Read only

Private_Member_7726
Active Contributor
0 Likes
1,203

Hi,

a quick question first: are you already familiar with the Note 1226758 - Displaying wide spool requests in SP01? Did you follow that note?

cheers

Jānis

Also, please be aware of follow-up Notes 1618845 - Displaying wide spool requests in SP01 (2) and 1795222 - RDI requests are truncated in SP01 display.

Message was edited by: Jānis B

Read only

Former Member
0 Likes
1,203

Hi Jānis,

Thanks for your reply...

But we already have implemented this notes..

Still we are facing same issue...

Read only

0 Likes
1,203

Hi,

Is the SPAD setting the first Note mentions set? If yes, then I have no better idea than to set a breakpoint in FM RSPO_GET_LINES_AND_COLUMNS, display the spool and try to debug, why the number of list columns returned is lower than expected.

cheers

Jānis