<?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: call transaction and Batch input session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093475#M978833</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;STRONG&gt;Call Transaction:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   1. Program execution and the application function  are synchronous to each other&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2. Error log is not automatic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 3. Here you can't check before execution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 4. Process is faster .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 5. Updates data automatically when you execute  the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In call transaction we can find error using BDCMSGCOLL table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;Batch Input Method:&lt;/STRONG&gt;   &lt;/P&gt;&lt;P&gt;1. Here Program execution and the application function  are asynchronous to each other&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Log is automatic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.  Here you can check before execution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Process is slower.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.  Updation is not automatic, &lt;/P&gt;&lt;P&gt;    GOTO SM35 and run the session .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In session method data is kept in QUEUE format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 11:56:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-10T11:56:42Z</dc:date>
    <item>
      <title>call transaction and Batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093471#M978829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the differences between CALL TRANSACTION and BATCH INPUT &lt;/P&gt;&lt;P&gt;SESSION ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093471#M978829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T11:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction and Batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093472#M978830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&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;check this link for more differences&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tips/ABAP/DiffSessionCALLTRANSC.htm" target="test_blank"&gt;http://www.saptechnical.com/Tips/ABAP/DiffSessionCALLTRANSC.htm&lt;/A&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chandrasekhar Gandla on Jul 10, 2008 1:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093472#M978830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T11:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction and Batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093473#M978831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why dnt u guys post some threads which is really useful!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this thread guys i hope you shld not reply to gain points &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hey please press f1 sometimes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:54:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093473#M978831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T11:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction and Batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093474#M978832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through following 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;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093474#M978832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T11:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction and Batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093475#M978833</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;STRONG&gt;Call Transaction:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   1. Program execution and the application function  are synchronous to each other&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2. Error log is not automatic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 3. Here you can't check before execution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 4. Process is faster .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 5. Updates data automatically when you execute  the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In call transaction we can find error using BDCMSGCOLL table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;Batch Input Method:&lt;/STRONG&gt;   &lt;/P&gt;&lt;P&gt;1. Here Program execution and the application function  are asynchronous to each other&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Log is automatic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.  Here you can check before execution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Process is slower.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.  Updation is not automatic, &lt;/P&gt;&lt;P&gt;    GOTO SM35 and run the session .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In session method data is kept in QUEUE format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093475#M978833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T11:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction and Batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093476#M978834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch Data Communication (BDC) is the oldest batch interfacing technique that SAP provided since the early versions of R/3.   BDC is not a typical integration tool, in the sense that, it can be only be used for uploading data into R/3 and so it is &lt;/P&gt;&lt;P&gt;not bi-directional.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC works on the principle of simulating user input for transactional screen, via an ABAP program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typically the input comes in the form of a flat file. The ABAP program reads this file and formats the input data screen by screen into an internal table (BDCDATA). The transaction is then started using this internal table as the input and executed in the background.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In u2018Call Transactionu2019, the transactions are triggered at the time of processing itself and so the ABAP program must do the error handling.  It can also be used for real-time interfaces and custom error handling &amp;amp; logging features. Whereas in &lt;/P&gt;&lt;P&gt;Batch Input Sessions, the ABAP program creates a session with all the transactional data, and this session can be viewed, scheduled and processed (using Transaction SM35) at a later time. The latter technique has a built-in error processing mechanism too.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch Input (BI) programs still use the classical BDC approach but doesnu2019t require an ABAP program to be written to format the BDCDATA. The user has to format the data using predefined structures and store it in a flat file. The BI program then reads this and invokes the transaction mentioned in the header record of the file.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct Input (DI) programs work exactly similar to BI programs. But the only difference is, instead of processing screens they validate fields and directly load the data into tables using standard function modules. For this reason, DI programs are much faster (RMDATIND - Material Master DI program works at least 5 times faster) than the BDC counterpart and so ideally suited for loading large volume data. DI programs are not available for all application areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the main differences are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Session method&lt;/STRONG&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;&lt;STRONG&gt;Call transaction&lt;/STRONG&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;Regards,&lt;/P&gt;&lt;P&gt;Suresh.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093476#M978834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T11:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction and Batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093477#M978835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhanu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If you have some new and useful threads, please post them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:57:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093477#M978835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T11:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction and Batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093478#M978836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;The most important aspects of the batch session interface are:&lt;/STRONG&gt;&lt;/U&gt; Asynchronous processing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transfers data for multiple transactions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synchronous database update &lt;/P&gt;&lt;P&gt;During processing, no transaction is started until the previous transaction has &lt;/P&gt;&lt;P&gt;been written to the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A batch input processing log is generated for each session &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sessions cannot be generated in parallel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;The most important aspects of the CALL TRANSACTION USING interface are:&lt;/STRONG&gt;&lt;/U&gt;  &lt;/P&gt;&lt;P&gt;Synchronous processing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transfers data for a single transaction &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Synchronous and asynchronous database updating both possible &lt;/P&gt;&lt;P&gt;The program specifies which kind of updating is desired. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Separate LUW for the transaction &lt;/P&gt;&lt;P&gt;The system performs a database commit immediately before and after the &lt;/P&gt;&lt;P&gt;CALL TRANSACTION USING statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No batch input processing log is generated.&lt;/P&gt;&lt;P&gt;give pts if answered.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anurodh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 05:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093478#M978836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T05:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction and Batch input session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093479#M978837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;Here is the difference between the Call Transaction and Call Session Method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 Call Transaction
1) Call transaction exclusively for small amout of data.
2) it supports only one apllication while perfoming validations.
3) there is no default logfile, We can explicitly provide logic for creating logfile for handling error records. we can create logfile by using structure....BDCMSGCOLL
4) it doesn't support background processing.
5) data processing is synchronous and Data updation is Synchronous( default), in  this method also supports daya updation in asynchronus process also.
Syntax:
Call transaction &amp;lt;transaction-name&amp;gt; using BDCDATA  mode &amp;lt;A/N/E&amp;gt; update &amp;lt;L/A/S&amp;gt; messages into BDCMSGCOLL.

Session
1) Session method supports both small amount of data aswell as large amount of data.
2) data processing is asynchronus and data updation is synchronus.
3) it process multiple apllication while perfomaning validations.
4) in session method data will be updated in data base only after processing session only.
5) system provide by default logfile for handling error records.
6) it supports both foreground aswell as background process
in bdc we use FM ...
  bdc_open_group " for creating Session
  bdc_insert " adding transaction and bdcdata table for updating database
  bdc_close_group " for closing Session
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;*************&lt;STRONG&gt;Reward Point if helpful&lt;/STRONG&gt;***************&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 05:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-and-batch-input-session/m-p/4093479#M978837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T05:48:45Z</dc:date>
    </item>
  </channel>
</rss>

