<?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 Run - Error Msg in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-run-error-msg/m-p/3265609#M780392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thankx for your reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not giving me any dump or something neither my report contains any popup window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thing is that i am checking one error value at the event END-OF-SELECTION and giving some error mesg depending upon that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i check this in debug mode in background mode itself (thr' JDBG or SM50) the value of error mesg is empty...so idealy the report is executed fine but when after words i go for F8 it gives me that error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2008 07:28:11 GMT</pubDate>
    <dc:creator>VikasB</dc:creator>
    <dc:date>2008-01-11T07:28:11Z</dc:date>
    <item>
      <title>Background Job Run - Error Msg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-run-error-msg/m-p/3265606#M780389</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;When i run my report as background job it is failing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In report i have checked one condition n if that do not satisfy it will give error. but in any situation the background job fails though condition satifies but the spool is getin created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i debug the report it gives no error in that report but after it gives System message '' Job cancelled after system exception ERROR_MESSAGE''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any guidelines will be appreciated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vikas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 05:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-run-error-msg/m-p/3265606#M780389</guid>
      <dc:creator>VikasB</dc:creator>
      <dc:date>2008-01-11T05:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Background Job Run - Error Msg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-run-error-msg/m-p/3265607#M780390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;???..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 07:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-run-error-msg/m-p/3265607#M780390</guid>
      <dc:creator>VikasB</dc:creator>
      <dc:date>2008-01-11T07:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Background Job Run - Error Msg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-run-error-msg/m-p/3265608#M780391</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;Please see the ABAP dump st22 the reason for dump.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;And also please see whether in your report do you have any information displayed as pop up window? If you any such please take out any see.'&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;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 07:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-run-error-msg/m-p/3265608#M780391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T07:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Background Job Run - Error Msg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-run-error-msg/m-p/3265609#M780392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thankx for your reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not giving me any dump or something neither my report contains any popup window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thing is that i am checking one error value at the event END-OF-SELECTION and giving some error mesg depending upon that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i check this in debug mode in background mode itself (thr' JDBG or SM50) the value of error mesg is empty...so idealy the report is executed fine but when after words i go for F8 it gives me that error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 07:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-job-run-error-msg/m-p/3265609#M780392</guid>
      <dc:creator>VikasB</dc:creator>
      <dc:date>2008-01-11T07:28:11Z</dc:date>
    </item>
  </channel>
</rss>

