<?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: regarding background scheduling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-background-scheduling/m-p/1887096#M371989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I THINK FOR BACK GROUND PROCESSING THERE IS SOME LIMITATION OF 255 CHAR OR SOMETHING LIKE THIS BUT NOT SURE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;P&gt;SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Jan 2007 08:22:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-13T08:22:16Z</dc:date>
    <item>
      <title>regarding background scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-background-scheduling/m-p/1887095#M371988</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;  I have generated an ALV list that contains line width of more than 400 characters&lt;/P&gt;&lt;P&gt;  in the output(31 columns).&lt;/P&gt;&lt;P&gt;  But when I run program in the backgound, the spool report has cut off the last several columns.Can any body suggest me a solution so that the entire columns are available when i run the pgm in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2007 08:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-background-scheduling/m-p/1887095#M371988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-13T08:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: regarding background scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-background-scheduling/m-p/1887096#M371989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I THINK FOR BACK GROUND PROCESSING THERE IS SOME LIMITATION OF 255 CHAR OR SOMETHING LIKE THIS BUT NOT SURE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;P&gt;SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2007 08:22:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-background-scheduling/m-p/1887096#M371989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-13T08:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: regarding background scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-background-scheduling/m-p/1887097#M371990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm wondering if REPORT ... LINE-SIZE 400 (or &amp;gt; 400) would help with this. Just a wild guess: it might have also something to do with the device that is associated with the spool output and paper sizes that it can handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check ABAP help on LINE-SIZE. I'm afraid the previous poster is right and most likely spool can not handle over 255 characters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 16:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-background-scheduling/m-p/1887097#M371990</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2007-01-15T16:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: regarding background scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-background-scheduling/m-p/1887098#M371991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ALV has a feature to show more no of columns in foreground. But, the case is when the same ALV is run in background it just behaves like a normal report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever a report is run in background, the maximum linesize display is 255 characters. So, even if u run ALV in background the output size is displayed as 255 due to which the additional columns are been shown in next line...just check them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 16:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-background-scheduling/m-p/1887098#M371991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T16:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: regarding background scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-background-scheduling/m-p/1887099#M371992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jelena Perfiljeva ,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      Intially I also tried by declaring the line size as 430.&lt;/P&gt;&lt;P&gt;      But it raised an warning message saying that the last few colums would be truncated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Krishna Kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 17:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-background-scheduling/m-p/1887099#M371992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T17:15:43Z</dc:date>
    </item>
  </channel>
</rss>

