<?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 processings in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processings/m-p/2218109#M475815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whenever you dont want to see the actual location of error ,you go for background  processing also in case of huge amount of datas to transfer you for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereas in foreground ,you can see where error is actually taking place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC Means Batch Data Conversion.&lt;/P&gt;&lt;P&gt;We have few methods in BDC, But we normally use Session or Call Transaction Methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC is used to update the database tables from master or transactional data through corresponding transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that we need to record the particular trn first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) we have to upload legacy data(flat file) into internal table through 'WS_UPLOAD' or 'GUI_UPLOAD' function modules.&lt;/P&gt;&lt;P&gt;2) we have to define one more internal table with include structure BDCDATA.&lt;/P&gt;&lt;P&gt;3) use Session or call Transaction methods to update the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method handles the errors bydefault but call transaction method can not.&lt;/P&gt;&lt;P&gt;It has to define one more internal table to handle the errors with structure of BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;reward useful points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        SivaKumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 May 2007 04:12:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-05T04:12:36Z</dc:date>
    <item>
      <title>BDC processings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processings/m-p/2218108#M475814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;can anyone help in answering the fallowing question.&lt;/P&gt;&lt;P&gt;why we use background and foreground processings in BDC.&lt;/P&gt;&lt;P&gt;thnks in anticipation.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;gautham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2007 03:36:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processings/m-p/2218108#M475814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-05T03:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: BDC processings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processings/m-p/2218109#M475815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whenever you dont want to see the actual location of error ,you go for background  processing also in case of huge amount of datas to transfer you for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereas in foreground ,you can see where error is actually taking place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC Means Batch Data Conversion.&lt;/P&gt;&lt;P&gt;We have few methods in BDC, But we normally use Session or Call Transaction Methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC is used to update the database tables from master or transactional data through corresponding transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that we need to record the particular trn first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) we have to upload legacy data(flat file) into internal table through 'WS_UPLOAD' or 'GUI_UPLOAD' function modules.&lt;/P&gt;&lt;P&gt;2) we have to define one more internal table with include structure BDCDATA.&lt;/P&gt;&lt;P&gt;3) use Session or call Transaction methods to update the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session method handles the errors bydefault but call transaction method can not.&lt;/P&gt;&lt;P&gt;It has to define one more internal table to handle the errors with structure of BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;reward useful points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        SivaKumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2007 04:12:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processings/m-p/2218109#M475815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-05T04:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: BDC processings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processings/m-p/2218110#M475816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shiva,&lt;/P&gt;&lt;P&gt;Thanks for ur quick response. thats pretty cleared my doubt.&lt;/P&gt;&lt;P&gt;If u have any good online resources for BDC please post them.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;gautham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2007 05:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processings/m-p/2218110#M475816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-05T05:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: BDC processings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processings/m-p/2218111#M475817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use Foreground mode if you have very less number of records..Also in foreground you&lt;/P&gt;&lt;P&gt;can view the transaction and how the values are getting populated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use background mode for bulk transfer...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2007 05:54:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processings/m-p/2218111#M475817</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2007-05-06T05:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: BDC processings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processings/m-p/2218112#M475818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gautam,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; You can check .... &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="3233824"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2007 06:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processings/m-p/2218112#M475818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-06T06:35:35Z</dc:date>
    </item>
  </channel>
</rss>

