<?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 Data Transfer Method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-transfer-method/m-p/5794520#M1310538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See, if you say batch input, then a batch will be created and you have to execute it through sm35&lt;/P&gt;&lt;P&gt;call session method is batch i/p method which creates a batch input session.&lt;/P&gt;&lt;P&gt;after executing this session from sm35, actual update in the database will take place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In call transaction method,directly updates will take place in the database.&lt;/P&gt;&lt;P&gt;you may call it direct i/p, otherwise there is no methodlogy for direct input method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2009 13:29:21 GMT</pubDate>
    <dc:creator>manubhutani</dc:creator>
    <dc:date>2009-06-24T13:29:21Z</dc:date>
    <item>
      <title>BDC Data Transfer Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-transfer-method/m-p/5794517#M1310535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I read lots of notes online, it seems like there is only 2 transfer methods for BDC, which are Call Transaction and Batch Input. Does BDC use Direct Input method? What is the difference between Batch Input and Direct Input? Does BDC only use recording via SHDB? Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 09:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-transfer-method/m-p/5794517#M1310535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-24T09:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Data Transfer Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-transfer-method/m-p/5794518#M1310536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you an take LSMW , here you have batch input , direct input, recording,BAPI and Idco methods are availble&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 13:12:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-transfer-method/m-p/5794518#M1310536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-24T13:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Data Transfer Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-transfer-method/m-p/5794519#M1310537</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;  There are 2 methods in BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Call transaction method&lt;/P&gt;&lt;P&gt;2. Call by Session method ( BDC Session).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe Direct input is a type of LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bach Input method : Batch input is used to transfer large amounts of data into the SAP system.&lt;/P&gt;&lt;P&gt;The external data should not be transferred directly into the SAP database tables; instead the data should be checked and validated before being transferred into the SAP system.&lt;/P&gt;&lt;P&gt;The batch input process is divided into two steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data transfer program creates a batch input session that contains all the relevant data. &lt;/P&gt;&lt;P&gt;The batch input session is processed and the data it contains is transferred into the SAP System&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct Input Method : data from the data transfer file undergoes the same checks as with the online transaction and is then transferred directly into the SAP System. The database is updated directly with the transferred data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC only use recording via SHDB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope It helps u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shambhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 13:28:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-transfer-method/m-p/5794519#M1310537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-24T13:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Data Transfer Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-transfer-method/m-p/5794520#M1310538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See, if you say batch input, then a batch will be created and you have to execute it through sm35&lt;/P&gt;&lt;P&gt;call session method is batch i/p method which creates a batch input session.&lt;/P&gt;&lt;P&gt;after executing this session from sm35, actual update in the database will take place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In call transaction method,directly updates will take place in the database.&lt;/P&gt;&lt;P&gt;you may call it direct i/p, otherwise there is no methodlogy for direct input method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 13:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-transfer-method/m-p/5794520#M1310538</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2009-06-24T13:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Data Transfer Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-transfer-method/m-p/5794521#M1310539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thing better idea to you . which t-code you want upload data . that t-code some more BAPI have in the t-code so find out the BAPI . i can using BAPI time saving of ur coding&lt;/P&gt;&lt;P&gt;by&lt;/P&gt;&lt;P&gt;imuthu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2009 04:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-transfer-method/m-p/5794521#M1310539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-27T04:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Data Transfer Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-transfer-method/m-p/5794522#M1310540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: big mug on Jun 30, 2009 5:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 03:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-data-transfer-method/m-p/5794522#M1310540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T03:03:33Z</dc:date>
    </item>
  </channel>
</rss>

