<?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 bdc program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3446792#M827844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the difference between call transaction and session method .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Feb 2008 13:11:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-09T13:11:32Z</dc:date>
    <item>
      <title>bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3446792#M827844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the difference between call transaction and session method .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2008 13:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3446792#M827844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-09T13:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3446793#M827845</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;difference between call transaction and session method .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most important aspects of the batch session interface are: - Asynchronous processing - Transfers data for multiple transactions - Synchronous database update During processing, no transaction is started until the previous transaction has been written to the database. - A batch input processing log is generated for each session - Sessions cannot be generated in parallel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most important aspects of the CALL TRANSACTION USING interface are: - Synchronous processing - Transfers data for a single transaction - Synchronous and asynchronous database updating both possible The program specifies which kind of updating is desired. - Separate LUW for the transaction The system performs a database commit immediately before and after the CALL TRANSACTION USING statement.  - No batch input processing log is generated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2008 13:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3446793#M827845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-09T13:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: bdc program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3446794#M827846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here the differences betrween session and call transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;session method &lt;/P&gt;&lt;P&gt;1) asynchronous process&lt;/P&gt;&lt;P&gt;2)synchronous update&lt;/P&gt;&lt;P&gt;3)multiple transactions can be handled (Menas u can upload the data at a time formore than one t-code)&lt;/P&gt;&lt;P&gt;4)huge amount of data can be uploaded.&lt;/P&gt;&lt;P&gt;5)implicit error handling (Menas for errors SM35)&lt;/P&gt;&lt;P&gt;6)execute the session on a specific date. (by using hold date parameter)&lt;/P&gt;&lt;P&gt;7) Time requirement is more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction:&lt;/P&gt;&lt;P&gt;1)asynchronous process&lt;/P&gt;&lt;P&gt;2)asynchronous /synchronous update&lt;/P&gt;&lt;P&gt;3) single transaction only handled&lt;/P&gt;&lt;P&gt;4)small amount of data uplaoded&lt;/P&gt;&lt;P&gt;5)explicit error handling (Menas all the error records move to internal table and validate)&lt;/P&gt;&lt;P&gt;6) Time requirement is low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also look at this link&lt;/P&gt;&lt;P&gt;&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;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Feb 2008 16:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-program/m-p/3446794#M827846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-09T16:33:32Z</dc:date>
    </item>
  </channel>
</rss>

