<?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 ALV Question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/2433303#M544077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a report with ALV output. When i run the report in the foreground it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i run in the background it truncates last 4 columns( may be i have too many colums, I get a scross bar in the foreground). I tried to increase the width of the report but that did not help. even if download the spool to excel it still downloads without last four colums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you guys have any idea how i can download all the fields in the report to excel through spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shammi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 18:11:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-29T18:11:32Z</dc:date>
    <item>
      <title>ALV Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/2433303#M544077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a report with ALV output. When i run the report in the foreground it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i run in the background it truncates last 4 columns( may be i have too many colums, I get a scross bar in the foreground). I tried to increase the width of the report but that did not help. even if download the spool to excel it still downloads without last four colums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you guys have any idea how i can download all the fields in the report to excel through spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shammi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 18:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/2433303#M544077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T18:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/2433304#M544078</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;Use the following fm &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSPO_RETURN_ABAP_SPOOLJOB&lt;/P&gt;&lt;P&gt;RSPO_RETURN_ABAP_SPOOLJOB_RAW&lt;/P&gt;&lt;P&gt;RSPO_RETURN_SPOOLJOB &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use OLE for excel or fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXCEL_OLE_STANDARD_DAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 18:17:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/2433304#M544078</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-06-29T18:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/2433305#M544079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi u cannot have more than 70 columns..it will truncate 71th column..can u tell me hw many columns do u have in dat...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 11:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/2433305#M544079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T11:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/2433306#M544080</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;use col_width_optimize = 'X'  of layout. and check it. it is because of width problem. may be you have exceeded the maximum width.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 11:39:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-question/m-p/2433306#M544080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T11:39:32Z</dc:date>
    </item>
  </channel>
</rss>

