<?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 diffrence between BDC and BAPI's in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-bdc-and-bapi-s/m-p/1504985#M233442</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;can any one tell me when to go with BDC and when to BAPI&lt;/P&gt;&lt;P&gt;rewards are expected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Aug 2006 13:45:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-18T13:45:58Z</dc:date>
    <item>
      <title>diffrence between BDC and BAPI's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-bdc-and-bapi-s/m-p/1504985#M233442</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;can any one tell me when to go with BDC and when to BAPI&lt;/P&gt;&lt;P&gt;rewards are expected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 13:45:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-bdc-and-bapi-s/m-p/1504985#M233442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-18T13:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between BDC and BAPI's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-bdc-and-bapi-s/m-p/1504986#M233443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;gt; QUESTION POSED ON: 13 July 2005 &lt;/P&gt;&lt;P&gt;What is the difference between LSMW, BAPI and BDC? What advantages do they have on one another?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;gt; EXPERT RESPONSE&lt;/P&gt;&lt;P&gt;BAPI is a SAP-supplied function module with a defined interface, which allows you to interact with various business objects. SAP guarantees the integrity of your database for anything updated using a BAPI. BDC is a method of driving screens programatically, for updating SAP data. LSMW is a tool which uses BAPI and BDC to load data into SAP -- it performs the Extract Transform and Load functions. BAPIs are generally faster than BDCs. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 13:47:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-bdc-and-bapi-s/m-p/1504986#M233443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-18T13:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between BDC and BAPI's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-bdc-and-bapi-s/m-p/1504987#M233444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sai,&lt;/P&gt;&lt;P&gt; Check&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="501215"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 13:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-bdc-and-bapi-s/m-p/1504987#M233444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-18T13:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between BDC and BAPI's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-bdc-and-bapi-s/m-p/1504988#M233445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is a BAPI available, always use this over BDC.  Why?  Because BAPIs are standard interfaces, the signature will never change.  Doing recordings over transactions using BDC, you run the risk of the transaction screens changing from release to release. So you would have to re-record.  Using BAPIs, there are no screens, and the interface doesn't change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 13:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-bdc-and-bapi-s/m-p/1504988#M233445</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-18T13:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between BDC and BAPI's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-bdc-and-bapi-s/m-p/1504989#M233446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Sai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following Differences B/W BDC and BAPI&lt;/P&gt;&lt;P&gt;The steps to be followed are :&lt;/P&gt;&lt;P&gt;1. Find out the relevant BAPI (BAPI_SALESORDER_CHANGE for VA02).&lt;/P&gt;&lt;P&gt;[for VA01 use BAPI_SALESORDER_CREATEFROMDAT2]&lt;/P&gt;&lt;P&gt;2. Create a Z program and call the BAPi (same as a Funtion module call).&lt;/P&gt;&lt;P&gt;2. Now, if you see this BAPi, it has &lt;/P&gt;&lt;P&gt;-&amp;gt; Importing structures. &lt;/P&gt;&lt;P&gt;eg: SALESDOCUMENT: this will take the Sales order header data as input.&lt;/P&gt;&lt;P&gt;-&amp;gt; Tables parameters: &lt;/P&gt;&lt;P&gt;eg: ORDER_ITEM_IN: this will take the line item data as input. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :&lt;/P&gt;&lt;P&gt;Only specify fields that should be changed&lt;/P&gt;&lt;P&gt;Select these fields by entering an X in the checkboxes&lt;/P&gt;&lt;P&gt;Enter a U in the UPDATEFLAG field&lt;/P&gt;&lt;P&gt;Always specify key fields when changing the data, including in the checkboxes&lt;/P&gt;&lt;P&gt;The configuration is an exception here. If this needs to be changed, you need to complete it again fully.&lt;/P&gt;&lt;P&gt;Maintain quantities and dates in the schedule line data&lt;/P&gt;&lt;P&gt;Possible UPDATEFLAGS:&lt;/P&gt;&lt;P&gt;U = change&lt;/P&gt;&lt;P&gt;D = delete&lt;/P&gt;&lt;P&gt;I = add&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;1. Delete the whole order&lt;/P&gt;&lt;P&gt;2. Delete order items&lt;/P&gt;&lt;P&gt;3. Change the order&lt;/P&gt;&lt;P&gt;4. Change the configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;1. Minimum entry:&lt;/P&gt;&lt;P&gt;You must enter the order number in the SALESDOCUMENT structure.&lt;/P&gt;&lt;P&gt;You must always enter key fields for changes.&lt;/P&gt;&lt;P&gt;You must always specify the update indicator in the ORDER_HEADER_INX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Commit control:&lt;/P&gt;&lt;P&gt;The BAPI does not run a database Commit, which means that the application must trigger the Commit so that the changes are read to the database. To do this, use the BAPI_TRANSACTION_COMMIT BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further details... refer to the Function Module documentation for the BAPi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 13:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-bdc-and-bapi-s/m-p/1504989#M233446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-18T13:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between BDC and BAPI's</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-bdc-and-bapi-s/m-p/1504990#M233447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt; Have a Look at this thread too&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="2143254"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 13:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-bdc-and-bapi-s/m-p/1504990#M233447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-18T13:50:27Z</dc:date>
    </item>
  </channel>
</rss>

