<?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: List problem when run in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241286#M142216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the settings of your spool display, by default it would be 10 pages only, you can change it according to your requirment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2009 07:26:20 GMT</pubDate>
    <dc:creator>praveen_hannu</dc:creator>
    <dc:date>2009-06-15T07:26:20Z</dc:date>
    <item>
      <title>List problem when run in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241275#M142205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       have developed a report which is fetching data from cluster table &amp;amp; taking long time to execute. So that report is run in background. My problem is that only first few columns are displayed. How to overcme this problem?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dilip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2006 07:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241275#M142205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-15T07:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: List problem when run in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241276#M142206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diliip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is your report created? Using ALV or common list technique? How did you define the line-size in your report?&lt;/P&gt;&lt;P&gt;&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;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2006 07:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241276#M142206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-15T07:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: List problem when run in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241277#M142207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai dilip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; you can better use ALV to display output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; when the output of a report contains columns extending more than 255 characters in length.  In such cases ALV functions can help choose selected columns and arrange the different columns from a report output and also save different variants for report display. This is a very efficient tool for dynamically sorting and arranging the columns from a report output. The report output can contain upto 90 columns in the display with the wide array of display options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;praba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2006 07:19:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241277#M142207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-15T07:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: List problem when run in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241278#M142208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;      Yes I am using REUSE_ALV_LIST_DISPLAY to display the report. But when the report is run in backgrund it is displaying only a few columns. What parameters are necessary to display all comumns when it  is run in background?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is function call in my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Dilip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********************&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_INTERFACE_CHECK              = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_BYPASSING_BUFFER             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_BUFFER_ACTIVE                = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     I_CALLBACK_PROGRAM             = PROGRAM"'ZKBL_FI_REPORTS'"&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_CALLBACK_PF_STATUS_SET       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_CALLBACK_USER_COMMAND        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_STRUCTURE_NAME               =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     IS_LAYOUT                      = fld_lay&lt;/P&gt;&lt;P&gt;     IT_FIELDCAT                    = FLD_CAT&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IT_EXCLUDING                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IT_SPECIAL_GROUPS              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IT_SORT                        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IT_FILTER                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IS_SEL_HIDE                    =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_DEFAULT                      = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_SAVE                         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IS_VARIANT                     =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     IT_EVENTS                      = xt_event&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IT_EVENT_EXIT                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IS_PRINT                       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    IS_REPREP_ID                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_SCREEN_START_COLUMN          = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_SCREEN_START_LINE            = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_SCREEN_END_COLUMN            = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    I_SCREEN_END_LINE              = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    E_EXIT_CAUSED_BY_CALLER        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ES_EXIT_CAUSED_BY_USER         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      T_OUTTAB                       = SALES_ITAB&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    PROGRAM_ERROR                  = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OTHERS                         = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="22" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2006 07:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241278#M142208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-15T07:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: List problem when run in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241279#M142209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dilip,&lt;/P&gt;&lt;P&gt; didi you build the field catalogue using FM or on your own.. hope if you use FM REUSE_ALV_FIELDCATALOG_MERGE &lt;/P&gt;&lt;P&gt; your problem shud be solved..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2006 07:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241279#M142209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-15T07:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: List problem when run in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241280#M142210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diliip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As stated in earlier reply, define a line-size large enough to hold all your columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ...... LINE-SIZE &amp;lt;  &amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2006 07:48:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241280#M142210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-15T07:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: List problem when run in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241281#M142211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes I have set line-size as 600 previously but no result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2006 09:05:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241281#M142211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-15T09:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: List problem when run in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241282#M142212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Dilip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOu have to make chages in the LASYOUT structure that you pas as import parameter(IS_LAYOUT) in the function module REUSE_ALV_LIST_DISPLAY. Check the function module documentation also. It has very detailed documentation.        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the below SAP documentation about IS_LAYOUT structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text&lt;/P&gt;&lt;P&gt;List layout specifications&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;Output list description structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameters are described under the following headers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display options&lt;/P&gt;&lt;P&gt;Exceptions&lt;/P&gt;&lt;P&gt;Totals&lt;/P&gt;&lt;P&gt;Interaction&lt;/P&gt;&lt;P&gt;Detail screen&lt;/P&gt;&lt;P&gt;Display variants (only for hierarchical-sequential lists)&lt;/P&gt;&lt;P&gt;Color&lt;/P&gt;&lt;P&gt;Other&lt;/P&gt;&lt;P&gt;Note the section 'Default'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;colwidth_optimize&lt;/P&gt;&lt;P&gt;value set: SPACE, 'X'&lt;/P&gt;&lt;P&gt;'X' = optimzes the column width so that all contents are displayed completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no_colhead&lt;/P&gt;&lt;P&gt;value set: SPACE, 'X'&lt;/P&gt;&lt;P&gt;'X' = column headers are not output&lt;/P&gt;&lt;P&gt;zebra&lt;/P&gt;&lt;P&gt;value set: SPACE, 'X'&lt;/P&gt;&lt;P&gt;'X' = striped pattern (e.g. for wide lists)&lt;/P&gt;&lt;P&gt;no_vline&lt;/P&gt;&lt;P&gt;value set: SPACE, 'X'&lt;/P&gt;&lt;P&gt;not relevant for: hierarchical-sequential lists and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;multiple-line lists.&lt;/P&gt;&lt;P&gt;'X' = columns separated by SPACE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;no_min_linesize&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;value set: SPACE, 'X'&lt;/P&gt;&lt;P&gt;not relevant for block lists&lt;/P&gt;&lt;P&gt;'X' = line size depends on list width&lt;/P&gt;&lt;P&gt;' ' = line size is set to 80 or MIN_LINESIZE (if &amp;gt; 0) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;min_linesize&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;value set: 0, 10 - 250&lt;/P&gt;&lt;P&gt;minimum width of the list (to change default of 80)&lt;/P&gt;&lt;P&gt;If the list is wider, the format uses the list width (maximum 250 or MAX_LINESIZE (if &amp;gt; 0)).&lt;/P&gt;&lt;P&gt;prerequisite: no_min_linesize = ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;max_linesize&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;value set: 0, 80 - 1020&lt;/P&gt;&lt;P&gt;maximum list width (to change the default of 250)&lt;/P&gt;&lt;P&gt;interactively-definable maximum list width setting.&lt;/P&gt;&lt;P&gt;Caution: wide lists are difficult to read and to print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2006 09:17:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241282#M142212</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-03-15T09:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: List problem when run in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241283#M142213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dilip,&lt;/P&gt;&lt;P&gt; specifying line-size in REPORT shud not be a problem...&lt;/P&gt;&lt;P&gt; whether or not you specify .. you'll get the fields&lt;/P&gt;&lt;P&gt; if the problem occurs only in running it in background.. &lt;/P&gt;&lt;P&gt;  does it execute well directly..&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2006 09:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241283#M142213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-15T09:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: List problem when run in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241284#M142214</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;I know my reply is very very late. I encountered the same problem and managed to resolve it by using the following method. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction: SPAD&lt;/P&gt;&lt;P&gt;Go to the menu "Settings" -&amp;gt; "Spool System"&lt;/P&gt;&lt;P&gt;Go to "Other" tab.&lt;/P&gt;&lt;P&gt;Enable the option "SP01: Number of Columns for List Display from Format".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 02:49:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241284#M142214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T02:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: List problem when run in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241285#M142215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(Go to SP01.Give selection on screen and press execute,)&lt;/P&gt;&lt;P&gt; OR &lt;/P&gt;&lt;P&gt;(go to SM37, execute for given date selection, select the request and press the 'SPOOL' button) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the Spool list is displayed, double click on the the given request.&lt;/P&gt;&lt;P&gt;And change the format to the required one using F4 help. For e.g. X_65_255 here 65 is Rows and 255 is columns, so try the one using more columns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 05:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241285#M142215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-15T05:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: List problem when run in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241286#M142216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the settings of your spool display, by default it would be 10 pages only, you can change it according to your requirment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 07:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list-problem-when-run-in-background/m-p/1241286#M142216</guid>
      <dc:creator>praveen_hannu</dc:creator>
      <dc:date>2009-06-15T07:26:20Z</dc:date>
    </item>
  </channel>
</rss>

