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 not displayed

Former Member
0 Likes
2,346

Hi

We run a batch job.

Whatever error messages we get in the program are logged in internal table and then we write the log.

The log is seen in the spool request.

But messages are not visible beyond column 78 and they are truncated.

Please help me to show the full log (message field is of 220 chars)

Thanks & Regards,

Atrinandan

4 REPLIES 4
Read only

Former Member
0 Likes
1,665

You can change the settings of spool display from transaction code SP01.

The maximum you can display on spool is 253 characters as far as i remember.

I dont remember the menu navigation, but it come under 'Settings' option in one of the menus.

Read only

0 Likes
1,665

you can go to the sm37 and press the spool button , there you can change the setting inorder to  write all the columns.

Read only

Former Member
0 Likes
1,665

Try using the addition LINE-SIZE 1023(maximum allowed size) in the report statement.

REPORT <report_name> LINE-SIZE 1023.

Cheers,

Raja Dhandapani.

Read only

ravi_lanjewar
Contributor
0 Likes
1,665

Hi

First check you batch job running or get cancel using tcode SM37. Some time batch job get cancel and due to that spool will not generate.

Run the transaction sp02. It display the user specific spool.