<?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 background job error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-error/m-p/4125472#M986362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;              once i run a report in background it shows following error. will some body help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: i have auth. of background jobs i'm running the same for others reports, this report runs in forground ok and provide output in intrective output,&lt;/P&gt;&lt;P&gt;                                                                                Job started                                                                               00           516          S &lt;/P&gt;&lt;P&gt;Step 001 started (program Z2FI_EX_CLOS_OP_STK, variant &amp;amp;0000000000039, user ID BSSL)      00           550          S &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch will be reset                                                                       M7           285          W &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose at least one scope of list                                                         M7           829          E &lt;/P&gt;&lt;P&gt;Job cancelled after system exception ERROR_MESSAGE                                        00           564          A &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mukesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2008 09:22:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-07T09:22:49Z</dc:date>
    <item>
      <title>background job error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-error/m-p/4125472#M986362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;              once i run a report in background it shows following error. will some body help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: i have auth. of background jobs i'm running the same for others reports, this report runs in forground ok and provide output in intrective output,&lt;/P&gt;&lt;P&gt;                                                                                Job started                                                                               00           516          S &lt;/P&gt;&lt;P&gt;Step 001 started (program Z2FI_EX_CLOS_OP_STK, variant &amp;amp;0000000000039, user ID BSSL)      00           550          S &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch will be reset                                                                       M7           285          W &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose at least one scope of list                                                         M7           829          E &lt;/P&gt;&lt;P&gt;Job cancelled after system exception ERROR_MESSAGE                                        00           564          A &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mukesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 09:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-error/m-p/4125472#M986362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T09:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: background job error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-error/m-p/4125473#M986363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh,&lt;/P&gt;&lt;P&gt;Can't u debug this back ground job and see what is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a break point in first line of ur code.(Executable statement)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select cancelled job in SM37, type &lt;STRONG&gt;jdbg&lt;/STRONG&gt; in command prompt and press enter. Control will go to ur program. Now debug and see what is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most probably it would be timeout error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also do u have different logic for fore ground and back groung.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: IF sy-batch EQ 'X' .      "Back ground run.&lt;/P&gt;&lt;P&gt;        Do some thing.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;Do some thing else..&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check above n revert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 09:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-error/m-p/4125473#M986363</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-07-07T09:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: background job error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-error/m-p/4125474#M986364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 04:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-error/m-p/4125474#M986364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-16T04:23:57Z</dc:date>
    </item>
  </channel>
</rss>

