<?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: Report program in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-in-background/m-p/4793392#M1122623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better ,&lt;/P&gt;&lt;P&gt; U collect all the messages into 1 internal table. In turn send them as a mail attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2008 08:04:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-24T08:04:56Z</dc:date>
    <item>
      <title>Report program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-in-background/m-p/4793390#M1122621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ppl,&lt;/P&gt;&lt;P&gt;I have created a report program which will always be scheduled as a background job.&lt;/P&gt;&lt;P&gt;It downloads the data to application server everytime it is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know how should I display to the user any error which may occur while execution eg. file could not be opened or data not found, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can the statement 'message e101...' be used for background also?&lt;/P&gt;&lt;P&gt;If so, how will the message be displayed.&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;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 07:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-in-background/m-p/4793390#M1122621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T07:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Report program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-in-background/m-p/4793391#M1122622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;The error message will be displayed in the job log in transaction SM37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 08:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-in-background/m-p/4793391#M1122622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T08:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Report program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-in-background/m-p/4793392#M1122623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better ,&lt;/P&gt;&lt;P&gt; U collect all the messages into 1 internal table. In turn send them as a mail attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 08:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-in-background/m-p/4793392#M1122623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T08:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Report program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-in-background/m-p/4793393#M1122624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You will be able to store the error message in a table as the error log where you can maintain the date also.From there if an error occurs then you can said a mail to the user mailbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the date with the sy-datum and then send the error message to the use as there is no user by seeing the previous days error log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun Abraham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 08:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-in-background/m-p/4793393#M1122624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T08:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Report program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-in-background/m-p/4793394#M1122625</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;If reords not found or report is not giving any result you can always send the report output to user in &lt;/P&gt;&lt;P&gt;mail so that user can get the data or error message in the mail.&lt;/P&gt;&lt;P&gt;You have capture and send the error message to the user in the mail.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;*If records not found &lt;/P&gt;&lt;P&gt;*get the error message pass it as a text to email function module and &lt;/P&gt;&lt;P&gt;send it.&lt;/P&gt;&lt;P&gt;you can use the FM CALL FUNCTION 'SO_OBJECT_SEND'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If some problem happens while the execution of your report then your basis team will inform you about that error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 08:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-in-background/m-p/4793394#M1122625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T08:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Report program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-in-background/m-p/4793395#M1122626</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;Or, you can code your program to write out whatever messages you want. This will create a spool when run in batch mode.  Have your production scheduler set up a spool recipient list and indicate which users should receive the spool via email.  The report will run, generate the spool, and the system will email it to the users defined on the distribution list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 21:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-program-in-background/m-p/4793395#M1122626</guid>
      <dc:creator>kathryn_mcgallicher</dc:creator>
      <dc:date>2008-11-24T21:05:27Z</dc:date>
    </item>
  </channel>
</rss>

