<?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: Background job processing for interactive ALV reports in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-processing-for-interactive-alv-reports/m-p/7294372#M1533217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the sytem variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-BATCH = 'X' for background exceution and write logic to show write the secondary list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Sep 2010 11:15:49 GMT</pubDate>
    <dc:creator>JoffyJohn</dc:creator>
    <dc:date>2010-09-27T11:15:49Z</dc:date>
    <item>
      <title>Background job processing for interactive ALV reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-processing-for-interactive-alv-reports/m-p/7294370#M1533215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have scheduled the background job for the Interactive report. After completion of job , I checked the spool request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in that it is showing only output from first screen i.e. basic list only. It is not showing output from detailed list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create spool request which will contain both basic list and detailed list also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 10:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-processing-for-interactive-alv-reports/m-p/7294370#M1533215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T10:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Background job processing for interactive ALV reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-processing-for-interactive-alv-reports/m-p/7294371#M1533216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kirti,&lt;/P&gt;&lt;P&gt;  When you run an ALV report in the background - you will only see the basic list as an ABAP list. The ALV functionality requires an active UI session at runtime to be able to be interactive - and as you run it in background - that is not the case. All you see attached to the job is a spool display of the basic list converted to list output (as you have noted in your post).&lt;/P&gt;&lt;P&gt;If you were to design your report in such a way that the selection logic is seperated from the user interface - one thing you could do - is store the results in a flat file or table with a batch program - and then have a small abap just for the interactive part - to run off of the stored data - but it probably requires a bit of redesign / recoding work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 11:07:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-processing-for-interactive-alv-reports/m-p/7294371#M1533216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T11:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Background job processing for interactive ALV reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-processing-for-interactive-alv-reports/m-p/7294372#M1533217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the sytem variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-BATCH = 'X' for background exceution and write logic to show write the secondary list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 11:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-processing-for-interactive-alv-reports/m-p/7294372#M1533217</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2010-09-27T11:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Background job processing for interactive ALV reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-processing-for-interactive-alv-reports/m-p/7294373#M1533218</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 Bloack ALV display for displayingh the basic list and 2nd list at the same time in the spool. Fm is REUSE_ALV_BLOCK_LIST_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amitava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 11:28:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-processing-for-interactive-alv-reports/m-p/7294373#M1533218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T11:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Background job processing for interactive ALV reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-processing-for-interactive-alv-reports/m-p/7294374#M1533219</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;see this example wiki...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP&lt;/A&gt;&lt;EM&gt;-&lt;/EM&gt;Program&lt;EM&gt;for&lt;/EM&gt;ALV&lt;EM&gt;Block&lt;/EM&gt;list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 11:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-processing-for-interactive-alv-reports/m-p/7294374#M1533219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T11:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Background job processing for interactive ALV reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-processing-for-interactive-alv-reports/m-p/7294375#M1533220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks...all replies are helpful....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 12:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-processing-for-interactive-alv-reports/m-p/7294375#M1533220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-27T12:04:09Z</dc:date>
    </item>
  </channel>
</rss>

