<?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: diff between call transaction and batch input session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-transaction-and-batch-input-session/m-p/2113881#M442233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find below some of the differences between Call Transaction &amp;amp; Batch Input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction:&lt;/P&gt;&lt;P&gt;1.Synchronous Processing&lt;/P&gt;&lt;P&gt;2.You can update the database both synchronously and asynchrounously.&lt;/P&gt;&lt;P&gt;3.Transfer of data for individual transaction&lt;/P&gt;&lt;P&gt;4.No batch input session is created.&lt;/P&gt;&lt;P&gt;5.Faster than other batch input techniques.&lt;/P&gt;&lt;P&gt;6.No automatic error log and restart capability is available here.&lt;/P&gt;&lt;P&gt;7.Not recommended for bulk data transfer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Asynchronous Processing&lt;/P&gt;&lt;P&gt;2.Synchronous database updates&lt;/P&gt;&lt;P&gt;3.Transfer of data for multiple transaction&lt;/P&gt;&lt;P&gt;4.Batch input sesssion is created here.&lt;/P&gt;&lt;P&gt;5.Automatic error handling and efficient restart capability incase of error transaction.&lt;/P&gt;&lt;P&gt;6.SAP's standard approach for data transfer&lt;/P&gt;&lt;P&gt;7.Highly recommended for Bulk data transfer.&lt;/P&gt;&lt;P&gt;8.Execution is slower than CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct Input&lt;/P&gt;&lt;P&gt;1.No screen are processed&lt;/P&gt;&lt;P&gt;2.No session is created&lt;/P&gt;&lt;P&gt;3.Data is transferred using standard FM&lt;/P&gt;&lt;P&gt;4.Restart capability is available incase of error provided that the transaction is executed in background &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="131744"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2007 04:46:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-18T04:46:48Z</dc:date>
    <item>
      <title>diff between call transaction and batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-transaction-and-batch-input-session/m-p/2113876#M442228</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 have some doubt regarding bdc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. what is the main difference between call transation and bathc input sessin. when we will use what. how to decide what we have to use when.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Pls provide me program how to upload material master data using MM01. means flat file and and editor programe using views in mm how to write a programe to use views in mm in the programe.&lt;/P&gt;&lt;P&gt;Pls provide some ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 04:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-transaction-and-batch-input-session/m-p/2113876#M442228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T04:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: diff between call transaction and batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-transaction-and-batch-input-session/m-p/2113877#M442229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SESSION METHOD  Vs CALL TRANSACTION&lt;/P&gt;&lt;P&gt;1. Data is not updated in database table unless Session is processed/ Immediate updation in database table.&lt;/P&gt;&lt;P&gt;2. No sy-subrc is returned./ Sy-subrc is returned.&lt;/P&gt;&lt;P&gt;3. Error log is created for error records. /Errors need to be handled explicitly &lt;/P&gt;&lt;P&gt;4. Updation in database table is always synchronous/ Updation in database table can be synchronous Or Asynchronous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 04:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-transaction-and-batch-input-session/m-p/2113877#M442229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T04:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: diff between call transaction and batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-transaction-and-batch-input-session/m-p/2113878#M442230</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method.&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;Call transaction.&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;&lt;/P&gt;&lt;P&gt;Check these link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/question-about-bdc-program.htm" target="test_blank"&gt;http://www.sap-img.com/abap/question-about-bdc-program.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/" target="test_blank"&gt;http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/bdc_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/bdc_main_page.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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="2491514"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 04:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-transaction-and-batch-input-session/m-p/2113878#M442230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T04:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: diff between call transaction and batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-transaction-and-batch-input-session/m-p/2113879#M442231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan ,  &lt;/P&gt;&lt;P&gt;  Call Transaction is faster method to upload data into SAP system , but it is generally used when the number of records is less because it is synchronous and it can handle only one record at a time , where as batch processing is asynchronous and used when the amout of data is large.&lt;/P&gt;&lt;P&gt;Advantage with batch processing is that error handling is simpler and better in it.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 04:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-transaction-and-batch-input-session/m-p/2113879#M442231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T04:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: diff between call transaction and batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-transaction-and-batch-input-session/m-p/2113880#M442232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;session method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Data is not updated in database tabel unless session is processed.&lt;/P&gt;&lt;P&gt;2.no sy-subrc is returned.&lt;/P&gt;&lt;P&gt;3.Error log is created for error records.&lt;/P&gt;&lt;P&gt;4.updataion in database table is always synchronous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Immediate updation in database table.&lt;/P&gt;&lt;P&gt;2.sy-subrc is returned.&lt;/P&gt;&lt;P&gt;3.Errors need to be handled explicitly.&lt;/P&gt;&lt;P&gt;4.Updation in database table can be synchronours or asynchronous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the Both methods, &lt;/P&gt;&lt;P&gt;instead of explaining everything, i will suggest a way to you, just goto SHDB(Recording) and do the recording for that trasaction code, after completing the recording, save the recording and in the Initail screen of SHDB, you have a pushbutton called PROGRAM, select your recording and press the PROGRAM, so a Program will be generated, just execute that Program, you will get a selection screen, there you see this Program will have an option to run in Call transaction method and Session method, so see the code and understand it ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if helpful :-)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 04:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-transaction-and-batch-input-session/m-p/2113880#M442232</guid>
      <dc:creator>sonu_p2</dc:creator>
      <dc:date>2007-04-18T04:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: diff between call transaction and batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-transaction-and-batch-input-session/m-p/2113881#M442233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find below some of the differences between Call Transaction &amp;amp; Batch Input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction:&lt;/P&gt;&lt;P&gt;1.Synchronous Processing&lt;/P&gt;&lt;P&gt;2.You can update the database both synchronously and asynchrounously.&lt;/P&gt;&lt;P&gt;3.Transfer of data for individual transaction&lt;/P&gt;&lt;P&gt;4.No batch input session is created.&lt;/P&gt;&lt;P&gt;5.Faster than other batch input techniques.&lt;/P&gt;&lt;P&gt;6.No automatic error log and restart capability is available here.&lt;/P&gt;&lt;P&gt;7.Not recommended for bulk data transfer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Asynchronous Processing&lt;/P&gt;&lt;P&gt;2.Synchronous database updates&lt;/P&gt;&lt;P&gt;3.Transfer of data for multiple transaction&lt;/P&gt;&lt;P&gt;4.Batch input sesssion is created here.&lt;/P&gt;&lt;P&gt;5.Automatic error handling and efficient restart capability incase of error transaction.&lt;/P&gt;&lt;P&gt;6.SAP's standard approach for data transfer&lt;/P&gt;&lt;P&gt;7.Highly recommended for Bulk data transfer.&lt;/P&gt;&lt;P&gt;8.Execution is slower than CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct Input&lt;/P&gt;&lt;P&gt;1.No screen are processed&lt;/P&gt;&lt;P&gt;2.No session is created&lt;/P&gt;&lt;P&gt;3.Data is transferred using standard FM&lt;/P&gt;&lt;P&gt;4.Restart capability is available incase of error provided that the transaction is executed in background &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="131744"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 04:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-call-transaction-and-batch-input-session/m-p/2113881#M442233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T04:46:48Z</dc:date>
    </item>
  </channel>
</rss>

