<?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: Problems when scheduling a report in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-scheduling-a-report-in-background/m-p/4748134#M1113668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Formatting set to 'X_65_255' when I schedule it in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case u were wondering !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2008 21:00:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-12T21:00:33Z</dc:date>
    <item>
      <title>Problems when scheduling a report in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-scheduling-a-report-in-background/m-p/4748133#M1113667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a report that has a lot of columns so i have created a display variant with 22 cols. When I run this report online (foreground) It picks up my variant and I can see all 22 cols. The problem is when I schedule this in background it does not display all the cols, the last three cols get cut off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why this is happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 20:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-scheduling-a-report-in-background/m-p/4748133#M1113667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T20:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when scheduling a report in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-scheduling-a-report-in-background/m-p/4748134#M1113668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Formatting set to 'X_65_255' when I schedule it in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case u were wondering !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 21:00:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-scheduling-a-report-in-background/m-p/4748134#M1113668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T21:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when scheduling a report in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-scheduling-a-report-in-background/m-p/4748135#M1113669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to change the format in SPAD.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SPAD -&amp;gt; FULL ADMINISTRATION -&amp;gt; DEVICE TYPES -&amp;gt; FORMAT TYPES and there you can see all the available formats. Create a new format Z_65_700 in the similar manner with X_255... with a different number of columns (700) and save it.&lt;/P&gt;&lt;P&gt;Then in the tab DEVICE/SERVERS go to OUTPUT DEVICES and type your printer -&amp;gt; ENTER -&amp;gt; then from the Menu GOTO device type -&amp;gt; then there is a button FORMATS where you can see all the existing formats (plus the one you have just ctreated). Find it and choose it. Then save.&lt;/P&gt;&lt;P&gt;Now you have attached the new format to your printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next step is simple.&lt;/P&gt;&lt;P&gt;You can do it the way you described, but there is also another way. Run your program with F9 and not F8 from the selection screen. It will ask you for printers, formats etc. There you will first select the appropriate printer and then (after ENTER) you have to go down to formats and select the new format. Do not print it immediatelly, click only the NEW SPOOL REQUEST checkbutton. This will create a new spool request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go to SP01 you will find the number of your finished job. If you click the abap list button it will only show you collumns with up to 255 characters.&lt;/P&gt;&lt;P&gt;But if you take the spool number and put it as a parameters to the zzz program , it will show everything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1217907"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 21:43:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-scheduling-a-report-in-background/m-p/4748135#M1113669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T21:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when scheduling a report in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-scheduling-a-report-in-background/m-p/4748136#M1113670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the same problem. The complete information you should find at the following notes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note 409339 - Spool requests with ABAP lists with more than 255 columns&lt;/P&gt;&lt;P&gt;Note 213382 - SAPWIN/SWIN: Lists with more than 255 columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexandre Rocha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 22:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-scheduling-a-report-in-background/m-p/4748136#M1113670</guid>
      <dc:creator>alexandre_docarmorocha</dc:creator>
      <dc:date>2008-11-12T22:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when scheduling a report in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-scheduling-a-report-in-background/m-p/4748137#M1113671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunil &amp;amp; Alex &lt;/P&gt;&lt;P&gt;Thanks a lot for your inputs but I have far less thatn 255 cols in my alv.&lt;/P&gt;&lt;P&gt;And the same format and printer are working for other simillar rports. This particular report is having an issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 17:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-scheduling-a-report-in-background/m-p/4748137#M1113671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-13T17:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when scheduling a report in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-scheduling-a-report-in-background/m-p/4748138#M1113672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sameer,&lt;/P&gt;&lt;P&gt;I'm with the same problem...did you fixed it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 10:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-scheduling-a-report-in-background/m-p/4748138#M1113672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T10:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problems when scheduling a report in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-scheduling-a-report-in-background/m-p/4748139#M1113673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric&lt;/P&gt;&lt;P&gt;There was an OSS for that which suggested we change some settings in SPAD.&lt;/P&gt;&lt;P&gt;But we couldnt apply that OSS because SAP reccomended to apply that OSS as an upgrade proccess.&lt;/P&gt;&lt;P&gt;I dont remember the Note no as of now. I will let you know once I find it in the archives &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 15:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-when-scheduling-a-report-in-background/m-p/4748139#M1113673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-15T15:16:21Z</dc:date>
    </item>
  </channel>
</rss>

