<?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 Batch Processing? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-processing/m-p/1504863#M233406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the problems in processing batch input sessions and How is batch input process different from processing online?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Aug 2006 08:23:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-28T08:23:42Z</dc:date>
    <item>
      <title>Batch Processing?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-processing/m-p/1504863#M233406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the problems in processing batch input sessions and How is batch input process different from processing online?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 08:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-processing/m-p/1504863#M233406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T08:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Processing?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-processing/m-p/1504864#M233407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Subhash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Batch input session is more efficient way of data transfer into the SAP system. You can schedule the batch sessio in background and thus process huge number of records. This is not possible in case of online processing, where the transaction gets automatically terminated after a stipulated time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The batch process is a better option always if compared with online processing. &lt;/P&gt;&lt;P&gt;There are no specific problem in batch processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 08:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-processing/m-p/1504864#M233407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T08:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Processing?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-processing/m-p/1504865#M233408</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;&amp;lt;b&amp;gt;BDC(Batch Data Communication)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Batch Data Communication or BDC is a batch interfacing technique that SAP developed.  &lt;/P&gt;&lt;P&gt;It is mainly used for uploading data into the SAP R/3 system.   &lt;/P&gt;&lt;P&gt;BDC works by simulating the user input from transactional screen via an ABAP program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference between batch input and call transaction in BDC: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Session method:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;1) synchronous processing. &lt;/P&gt;&lt;P&gt;2) can tranfer large amount of data. &lt;/P&gt;&lt;P&gt;3) processing is slower. &lt;/P&gt;&lt;P&gt;4) error log is created &lt;/P&gt;&lt;P&gt;5) data is not updated until session is processed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Call transaction (Online Processing):&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;1) asynchronous processing &lt;/P&gt;&lt;P&gt;2) can transfer small amount of data &lt;/P&gt;&lt;P&gt;3) processing is faster. &lt;/P&gt;&lt;P&gt;4) errors need to be handled explicitly &lt;/P&gt;&lt;P&gt;5) data is updated automatically &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly, check the following links:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1756043"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/bdc.htm" target="test_blank"&gt;http://www.sap-img.com/bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Thangesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 08:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-processing/m-p/1504865#M233408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T08:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Processing?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-processing/m-p/1504866#M233409</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;Batch processing means automating the manual procee so as to processs a large amount of data with the same logic.&lt;/P&gt;&lt;P&gt;For eg if you need to perform creation of similar PO for a several no of times , doing this manually would consume huge time, so as to automate this process one uses batch processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;P&gt;Sunmit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2006 09:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-processing/m-p/1504866#M233409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-28T09:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Processing?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-processing/m-p/1504867#M233410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone please tell me..as to once the Batch processing is done, how do we find out in SAP, whether the JEs in the GL batches have hit the right cost center and things like that. In which screen can we view those Journal entries?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2007 22:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-processing/m-p/1504867#M233410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-22T22:18:15Z</dc:date>
    </item>
  </channel>
</rss>

