<?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 Re: SPOOL Output in back ground in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-in-back-ground/m-p/6176410#M1372577</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;Did you overcome this problem, because i am also facing the same problem. Could you please let me know the solution how to slove it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your reply will be highly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Dec 2009 20:01:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-18T20:01:23Z</dc:date>
    <item>
      <title>SPOOL Output in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-in-back-ground/m-p/6176406#M1372573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi have 70 fields in my ALV output. When the data is huge the output format in back ground is destorted ( overlapping).&lt;/P&gt;&lt;P&gt;When the data is less i could able to see alla colums appearing fine and can able to down load well?&lt;/P&gt;&lt;P&gt;I wanna know is there any limitation of spool capacity or number of coulumns * rows in ALV format .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is highly rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks n Regards,&lt;/P&gt;&lt;P&gt;Vamsi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 05:20:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-in-back-ground/m-p/6176406#M1372573</guid>
      <dc:creator>former_member374410</dc:creator>
      <dc:date>2009-09-29T05:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: SPOOL Output in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-in-back-ground/m-p/6176407#M1372574</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;The spool capacity to hold the number of columns depends on the output device it is assigned to with the format definition which in general would be 255 columns. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try increasing the report line-size to 1023 which is the maximum and check the spool output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 05:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-in-back-ground/m-p/6176407#M1372574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T05:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: SPOOL Output in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-in-back-ground/m-p/6176408#M1372575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply vikrant . I have used page format 65 * 1024/4 . Still i have same prob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 05:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-in-back-ground/m-p/6176408#M1372575</guid>
      <dc:creator>former_member374410</dc:creator>
      <dc:date>2009-09-29T05:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: SPOOL Output in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-in-back-ground/m-p/6176409#M1372576</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;Well then did you try to increase the line-size in the report statement of the program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
report ztest line-size 1023.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 05:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-in-back-ground/m-p/6176409#M1372576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T05:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: SPOOL Output in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-in-back-ground/m-p/6176410#M1372577</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;Did you overcome this problem, because i am also facing the same problem. Could you please let me know the solution how to slove it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your reply will be highly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2009 20:01:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-output-in-back-ground/m-p/6176410#M1372577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-18T20:01:23Z</dc:date>
    </item>
  </channel>
</rss>

