Application Development 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: 

Issue with spool

pm_consultants
Explorer
0 Kudos

Hello Everyone,

We tried to edit Query in SQ01 ticking ABAP list instead of SAP list viewer in output format. When the query was ran in background, the spool got truncated. Format type used was X_65_80. This was not the case in our quality system only in production.In quaity, X_65_255 was assigned. What might be the difference in our systems?

Please help check.

Regards,

Tomasz

2 REPLIES 2

thanga_prakash
Active Contributor
0 Kudos

Dear Tomasz,

Try with the below options.

1) Format type X_65_80 means - ABAP/4 list: At least 65 rows by 80 columns, here it has a limit of 80 columns.

   X_65_255 means - ABAP/4 list: At least 65 rows with a maximum number of columns, here it can have maximum number without any restriction.

Change the format type to X_65_255 and check the output.

2) Once you display the spool, go to settings --> change the display mode to "Raw" and check the output.

Regards,

Thanga

former_member212705
Active Participant
0 Kudos

Hi I believe while scheduling job in background, you can set Format by youself. to set default format contact to your basis team (T code SPAD ). if you are executing anything by yourself in BG then just change the format.

Regards,

Ashish T