<?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: bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2306974#M504813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call transaction :&lt;/P&gt;&lt;P&gt;in that any one transaction method can be processed.also dose not generate log files.but expectly has to be define in the program using structure BDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SESSION &lt;/P&gt;&lt;P&gt;  in that multiple transaction can be processed. and also in the screen method,errors logs on automatically generated&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2007 06:17:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-15T06:17:07Z</dc:date>
    <item>
      <title>bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2306972#M504811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;regarding call transcations and sessions method&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 14:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2306972#M504811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T14:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2306973#M504812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In simple terms, CALL TRANSACTION is immediate processing and a fast method in comparision whereas session method can be schedule according to our wish. Session method is although slow, but gives a valuable option of "error processing".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most important features of CALL TRANSACTION USING are:&lt;/P&gt;&lt;P&gt;1. Synchronous processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Transfer of data from an individual transaction each time the statement CALL TRANSACTION USING is called&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. You can update the database both synchronously and asynchronously&lt;/P&gt;&lt;P&gt;The program specifies the update type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Separate LUW (logical units of work) for the transaction&lt;/P&gt;&lt;P&gt;The system executes a database commit immediately before and after the CALL TRANSACTION USING statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. No batch input processing log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most important aspects of the session interface are:&lt;/P&gt;&lt;P&gt;1. Asynchronous processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Transfers data for multiple transactions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Synchronous database update&lt;/P&gt;&lt;P&gt;During processing, no transaction is started until the previous transaction has been written to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. A batch input processing log is generated for each session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Sessions cannot be generated in parallel&lt;/P&gt;&lt;P&gt;The batch input program must not open a session until it has closed the preceding session. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this lin too:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/forums" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/forums&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 14:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2306973#M504812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T14:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2306974#M504813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call transaction :&lt;/P&gt;&lt;P&gt;in that any one transaction method can be processed.also dose not generate log files.but expectly has to be define in the program using structure BDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SESSION &lt;/P&gt;&lt;P&gt;  in that multiple transaction can be processed. and also in the screen method,errors logs on automatically generated&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 06:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2306974#M504813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T06:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2306975#M504814</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;bdc session method is good for when company is in already in implementation i.e&lt;/P&gt;&lt;P&gt;no.of users working in same application server sothat the performance is goes down in that case we for BDC Session method to process the programs at particular time.&lt;/P&gt;&lt;P&gt;   i.e session object is created in application server and processed by enduser not developer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 07:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2306975#M504814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T07:09:23Z</dc:date>
    </item>
  </channel>
</rss>

