<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2158879#M456434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why should i use bdc when i can do database update directly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 07:12:24 GMT</pubDate>
    <dc:creator>sangeetha_sk</dc:creator>
    <dc:date>2007-05-07T07:12:24Z</dc:date>
    <item>
      <title>BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2158879#M456434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why should i use bdc when i can do database update directly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 07:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2158879#M456434</guid>
      <dc:creator>sangeetha_sk</dc:creator>
      <dc:date>2007-05-07T07:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2158880#M456435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We use the BDC to insert the records from the transaction itself, then it will be stored in the Database, if somethig goes wrong in between this then no reocrd will be updated from the BDC, if you do the database update directly, then you need to know links between tables and the links between the fields, and if you update a table and then something goes wrong then you need to take care about all the things, if you do the BDC then SAp will take care of these things&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 07:16:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2158880#M456435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T07:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2158881#M456436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;if you want to directly update the data base then you have to know the relations between different tables and field types and lenght's.&lt;/P&gt;&lt;P&gt;If you use BDC for updating database  it will validate the values given.If we directly update database it won't validate the filed values.we have to take care of each and every thing.In BDC, if we entered wrong data then we can check it through transactions.It won't update the database if some thing wrong happens.&lt;/P&gt;&lt;P&gt;We can check the errors and we can update the db correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 07:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2158881#M456436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T07:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2158882#M456437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai sangee...&lt;/P&gt;&lt;P&gt;you can use bdc to update the flat file into the database in sap.&lt;/P&gt;&lt;P&gt;you can directly update the flat file to database bu you could not do the large amount of flat file datas. so only we go for bdc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;consider one big plant run with normal software . we want install sap in our plant. at those time we go for bdc or lsmw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 08:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2158882#M456437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T08:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2158883#M456438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai sangee...&lt;/P&gt;&lt;P&gt;you can use bdc to update the flat file into the database in sap.&lt;/P&gt;&lt;P&gt;you can directly update the flat file to database bu you could not do the large amount of flat file datas. so only we go for bdc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;consider one big plant run with normal software . we want install sap in our plant. at those time we go for bdc or lsmw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks..&lt;/P&gt;&lt;P&gt;if you understood reward points...&lt;/P&gt;&lt;P&gt;velu....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 08:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2158883#M456438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T08:02:39Z</dc:date>
    </item>
  </channel>
</rss>

