<?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 in Background Scheduling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-background-scheduling/m-p/2788008#M650147</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 am using FM 'FILE_GET_NAME' to retrieve path from application server and then i read and write on that file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further my problem is this when i execute program in forground it is running fine but when i am scheduling it to background so it give dump with DATASET_NOT_OPEN.I have checked all varriant for foreground and background but still i face same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 08:52:47 GMT</pubDate>
    <dc:creator>former_member194152</dc:creator>
    <dc:date>2007-09-18T08:52:47Z</dc:date>
    <item>
      <title>Dump in Background Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-background-scheduling/m-p/2788008#M650147</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 am using FM 'FILE_GET_NAME' to retrieve path from application server and then i read and write on that file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further my problem is this when i execute program in forground it is running fine but when i am scheduling it to background so it give dump with DATASET_NOT_OPEN.I have checked all varriant for foreground and background but still i face same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 08:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-background-scheduling/m-p/2788008#M650147</guid>
      <dc:creator>former_member194152</dc:creator>
      <dc:date>2007-09-18T08:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dump in Background Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-background-scheduling/m-p/2788009#M650148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATASET_NOT_OPEN error is bcz the file which you are trying to open using OPEN DATASET either doesnt exists on the specified path or you dont have necessary authorization to access the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:00:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-background-scheduling/m-p/2788009#M650148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T09:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dump in Background Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-background-scheduling/m-p/2788010#M650149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello prashant,&lt;/P&gt;&lt;P&gt;     Thanks for reply,that i know but with same username i can run program in foreground without dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any additional authorization required for forground and background processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:05:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-background-scheduling/m-p/2788010#M650149</guid>
      <dc:creator>former_member194152</dc:creator>
      <dc:date>2007-09-18T09:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dump in Background Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-background-scheduling/m-p/2788011#M650150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, Gagan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You canot activate FILE_GET_NAME in background mode, it requires user's interrupt.&lt;/P&gt;&lt;P&gt;Activate it according to sy-batch (eq X at background mode), meaning that if sy-batch is empty activate it and if it equals X initilize the file path with a default file without any user's interuction.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rebeka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-background-scheduling/m-p/2788011#M650150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T09:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dump in Background Scheduling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-background-scheduling/m-p/2788012#M650151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Rebeka....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer actually i am using tcode SM36 to schedule in background so in this case how i activate function module based on sy-batch.....please send steps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-background-scheduling/m-p/2788012#M650151</guid>
      <dc:creator>former_member194152</dc:creator>
      <dc:date>2007-09-18T09:46:33Z</dc:date>
    </item>
  </channel>
</rss>

