<?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: Batch foreground processing is ok but in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-foreground-processing-is-ok-but/m-p/7163341#M1516147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In background, how are you providing the selection screen input values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Aug 2010 17:28:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-18T17:28:21Z</dc:date>
    <item>
      <title>Batch foreground processing is ok but</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-foreground-processing-is-ok-but/m-p/7163340#M1516146</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;i have a batch program in isu module, batch using eg32 trans.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And have problem in this batch program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that program is running in foreground ok, without any problem and does what it is expexted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when it is run in background it process and consumes time but do not do the necessary job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And again when i tried to run the program in foreground with the same items of the one run at background, it does what is expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not understand this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the problem, why running in foreground and not running in background?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valueable helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 15:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-foreground-processing-is-ok-but/m-p/7163340#M1516146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-18T15:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Batch foreground processing is ok but</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-foreground-processing-is-ok-but/m-p/7163341#M1516147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In background, how are you providing the selection screen input values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 17:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-foreground-processing-is-ok-but/m-p/7163341#M1516147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-18T17:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Batch foreground processing is ok but</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-foreground-processing-is-ok-but/m-p/7163342#M1516148</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;there are two things to do i hope, first one is you can debug the back ground job using the command JDBG .&lt;/P&gt;&lt;P&gt;second one is you can place messages in the back ground using sy-batch and check the program status in the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-batch = 'X'.&lt;/P&gt;&lt;P&gt;message s000 with 'Records extraction started from the table  '', v_table.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-batch = 'X'.&lt;/P&gt;&lt;P&gt;message s000 with 'the number of records extracted is '', v_tabix.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 18:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-foreground-processing-is-ok-but/m-p/7163342#M1516148</guid>
      <dc:creator>former_member203501</dc:creator>
      <dc:date>2010-08-18T18:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Batch foreground processing is ok but</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-foreground-processing-is-ok-but/m-p/7163343#M1516149</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;This may happend for many reason. Here I'm giving a few which may help you.&lt;/P&gt;&lt;P&gt;1. If your program uploading/ downloading files from Application server then check you have the read authorization. Then you can check this program with other user id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you are working with doing some BDC or call transaction then screen may comes if different way. Then you need to do recordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Ther may some function module which is working in differentway for background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If all the above are not a problem then you can parallely run the same program in two session, in one session make SY_BATCH as X. Thenm you can check difference.&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;Subhankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 19:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-foreground-processing-is-ok-but/m-p/7163343#M1516149</guid>
      <dc:creator>Subhankar</dc:creator>
      <dc:date>2010-08-18T19:27:11Z</dc:date>
    </item>
  </channel>
</rss>

