<?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 Dump while running report in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-running-report-in-background/m-p/4857787#M1135953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one report to create the conditions record by using BDC. The program is uploading the data from file which is located at local server and at selection screen, path of file is defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i run the report in foreground it works fine, first it uploaded that data and then created BDC and record saved successfully.  But if i run the program in background and check the job status through SM37 , job get canceled due to the dump. The dump message is &lt;STRONG&gt;"Exception condition "NO_BATCH" raised."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM which i am using currently in my code to upload the data is "GUI_UPLOAD", i tried the same thing with FM "ALSM_EXCEL_TO_INTERNAL_TABLE" as well, but same dump is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice if anyone have some solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Swati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2008 12:15:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-26T12:15:09Z</dc:date>
    <item>
      <title>Dump while running report in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-running-report-in-background/m-p/4857787#M1135953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created one report to create the conditions record by using BDC. The program is uploading the data from file which is located at local server and at selection screen, path of file is defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i run the report in foreground it works fine, first it uploaded that data and then created BDC and record saved successfully.  But if i run the program in background and check the job status through SM37 , job get canceled due to the dump. The dump message is &lt;STRONG&gt;"Exception condition "NO_BATCH" raised."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM which i am using currently in my code to upload the data is "GUI_UPLOAD", i tried the same thing with FM "ALSM_EXCEL_TO_INTERNAL_TABLE" as well, but same dump is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice if anyone have some solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Swati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 12:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-running-report-in-background/m-p/4857787#M1135953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T12:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while running report in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-running-report-in-background/m-p/4857788#M1135954</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 find the same answer many number of times in SCN,&lt;/P&gt;&lt;P&gt;cannot run gui function modules in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can upload data to application server and then use background mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 12:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-running-report-in-background/m-p/4857788#M1135954</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-11-26T12:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while running report in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-running-report-in-background/m-p/4857789#M1135955</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;The FM GUI_UPLOAD, wont work in the background jobs. This is the reason for the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the backround job runs at the application server, the program cannot identidy the presentation server (local system) file path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid this store and read file from application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 12:17:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-running-report-in-background/m-p/4857789#M1135955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T12:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while running report in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-running-report-in-background/m-p/4857790#M1135956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;The only possible solution is to upload the file from the presentation server to the application server.&lt;/P&gt;&lt;P&gt;And from there you can read the file in the background using :&lt;/P&gt;&lt;P&gt;OPEN DATASET&lt;/P&gt;&lt;P&gt;READ DATASET&lt;/P&gt;&lt;P&gt;CLOSE DATASET...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ags&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 12:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-running-report-in-background/m-p/4857790#M1135956</guid>
      <dc:creator>agnihotro_sinha2</dc:creator>
      <dc:date>2008-11-26T12:21:59Z</dc:date>
    </item>
  </channel>
</rss>

