<?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 processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/1338992#M171748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="18698"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 May 2006 11:49:51 GMT</pubDate>
    <dc:creator>rahulkavuri</dc:creator>
    <dc:date>2006-05-18T11:49:51Z</dc:date>
    <item>
      <title>Background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/1338991#M171747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  i have made one ALV report , with one pushbutton on application toolbar , whenever tht is clicked , PAI event is triggered and another LIST is displayed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  This is performing as required .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now user wants , whenevr report is being executed in background , with the main ALV display they want to generate spool for the LIST which will be triggered after clicking pushbutton on toolbar .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS THIS POSSIBLE in BACKGROUND , when no PAI is possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is being made using CLASSES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 11:41:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/1338991#M171747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T11:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/1338992#M171748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="18698"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 11:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/1338992#M171748</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2006-05-18T11:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/1338993#M171749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No.. This is not possible in background. But you can do one thing.. you can create a sepearte program for another/second list and call that program and can create the spool in that program (everything will done in backgroud).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 11:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/1338993#M171749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T11:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/1338994#M171750</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;you can do one thing, &lt;/P&gt;&lt;P&gt;using sy-batch variable you can generate the spool for that list, with out taking help of pAI event. sy-batch = 'X' in background. check it based on that you can writ e the code to generate the spool for that list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 12:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/1338994#M171750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T12:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/1338995#M171751</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;Whnever a report having list is run in background, spool will generate automatically. You can check in SP02 transaction for your user logon.&lt;/P&gt;&lt;P&gt;Or in SM37, give the program name and your user logon. You can see the spool list there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If found useful, award points pls..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharadwaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 12:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/1338995#M171751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T12:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Background processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/1338996#M171752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;  vijai how do i make spool explicitly in a program&lt;/P&gt;&lt;P&gt;   i mean any FModule is available for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 12:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-processing/m-p/1338996#M171752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T12:58:48Z</dc:date>
    </item>
  </channel>
</rss>

