‎2012 Dec 06 9:22 AM
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
‎2012 Dec 06 10:30 AM
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.
‎2012 Dec 07 7:44 PM
you can go to the sm37 and press the spool button , there you can change the setting inorder to write all the columns.
‎2012 Dec 07 8:11 PM
Try using the addition LINE-SIZE 1023(maximum allowed size) in the report statement.
REPORT <report_name> LINE-SIZE 1023.
Cheers,
Raja Dhandapani.
‎2012 Dec 07 8:37 PM
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.