<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic spool output display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-display/m-p/7854015#M1592261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a beginner in SAP ABAP programs, reports so there are a lot of things I still don't know. I try to set up a batch job for running reports, but the output comes up in a different way that I want. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set up a job for running a report. The report has 43 columns, but the spool displays only a few of them although the format of spool report set up to X_65_255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read that the spool wraps the report by default fitting for printing, so it displays only the amount of data that can be seen on the screen. But this way, I loose the later columns.&lt;/P&gt;&lt;P&gt;How can it be set the spool to display the full report and not wrap it? (It's also problem with the lines, so those should be also corrected if possible).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would have another question too. If I get the report in a requested way, how can that be set up to mail it in a txt format? xls would be the best but I read that it cannot be sent straight in xls format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would very appreciate if you could help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zoltan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2011 19:24:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-10T19:24:35Z</dc:date>
    <item>
      <title>spool output display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-display/m-p/7854015#M1592261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a beginner in SAP ABAP programs, reports so there are a lot of things I still don't know. I try to set up a batch job for running reports, but the output comes up in a different way that I want. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set up a job for running a report. The report has 43 columns, but the spool displays only a few of them although the format of spool report set up to X_65_255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read that the spool wraps the report by default fitting for printing, so it displays only the amount of data that can be seen on the screen. But this way, I loose the later columns.&lt;/P&gt;&lt;P&gt;How can it be set the spool to display the full report and not wrap it? (It's also problem with the lines, so those should be also corrected if possible).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would have another question too. If I get the report in a requested way, how can that be set up to mail it in a txt format? xls would be the best but I read that it cannot be sent straight in xls format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would very appreciate if you could help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zoltan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 19:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-display/m-p/7854015#M1592261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-10T19:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: spool output display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-display/m-p/7854016#M1592262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Zolaxy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it can not be extended, but it can help you:&lt;/P&gt;&lt;P&gt;&lt;A href="http://sample-code-abap.blogspot.com/2008/01/printing-multiple-line-header-and.html" target="test_blank"&gt;http://sample-code-abap.blogspot.com/2008/01/printing-multiple-line-header-and.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;On this link explain how use a RKD_WORD_WRAP Function Module. Appears that there may be a possible solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To send the result by mail you can check the below links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP&lt;/A&gt;&lt;EM&gt;-&lt;/EM&gt;Send&lt;EM&gt;the&lt;/EM&gt;spool&lt;EM&gt;data&lt;/EM&gt;to&lt;EM&gt;an&lt;/EM&gt;email+address.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/sending-mail-with-attachment-report-in-background.htm" target="test_blank"&gt;http://www.sap-img.com/abap/sending-mail-with-attachment-report-in-background.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that you find useful information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 21:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-display/m-p/7854016#M1592262</guid>
      <dc:creator>former_member312349</dc:creator>
      <dc:date>2011-05-10T21:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: spool output display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-display/m-p/7854017#M1592263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display wide spool requests implement the SAP Note 1226758. This might help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 12:13:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-display/m-p/7854017#M1592263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-11T12:13:42Z</dc:date>
    </item>
  </channel>
</rss>

