<?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: regarding bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2122850#M445152</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;BDC is Batch Data Communication. It is basically a program &lt;/P&gt;&lt;P&gt;either generated by SAP after a recording or programmed by a &lt;/P&gt;&lt;P&gt;abaper.Its like running the transaction manually but all the &lt;/P&gt;&lt;P&gt;data is populated on the screens automatically.It is a &lt;/P&gt;&lt;P&gt;little complex when the screens contain table controls.&lt;/P&gt;&lt;P&gt;LSMW is legacy system migration workbench is a more user-&lt;/P&gt;&lt;P&gt;friendly tool thru which one can do the same as a BDC. One &lt;/P&gt;&lt;P&gt;just has to follow some 14 steps, click buttons and the data &lt;/P&gt;&lt;P&gt;is set to be uploaded &amp;amp;#8230;.LSMW offer you 4 ways to import data &lt;/P&gt;&lt;P&gt;into SAP, they are BDC, Direct Input, BAPI(BO), IDOC. &lt;/P&gt;&lt;P&gt;To spell out the differences in detail:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geekinterview.com/question_details/33450" target="test_blank"&gt;http://www.geekinterview.com/question_details/33450&lt;/A&gt;&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>Thu, 19 Apr 2007 13:00:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-19T13:00:13Z</dc:date>
    <item>
      <title>regarding bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2122846#M445148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  what is the diff b/w bdc inerface and lsmw&lt;/P&gt;&lt;P&gt;thank u &lt;/P&gt;&lt;P&gt; ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 12:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2122846#M445148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T12:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: regarding bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2122847#M445149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;BDC is the way to transfer data by writing a batch input program which can use either session or call transaction method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW used to transfer data without/less code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What type of data we transfer using LSMW?&lt;/P&gt;&lt;P&gt;LSMW is best suited for transferring master data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually BDC and LSMW are not comparable at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example LSMW itself can use BDC as a way of mass data transfer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC is a mass data transfer technique via screen logic of existing SAP Data entry transactions. It behaves as if you are manually making thousand of entires into sap system as a background job. And that is probably the reason why BAPI's are preffered over BDC's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand LSMW is a tool to facilitate DATA migration from other legacy systems ... It contains step by step procedure for data migration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like Managing Data Migration Projects , Creating Source Structures , Mapping Source structures wid Target structures , etc etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW internally might well be using the following techniqes for data transfer..&lt;/P&gt;&lt;P&gt;1. IDOX&lt;/P&gt;&lt;P&gt;2. Direct Input / BDC&lt;/P&gt;&lt;P&gt;4. BAPI's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW is an encapsulated data transfer tool. It can provide the same functionality as BDC infact much more but when coming to techinical perspective most the parameters are encapulated. To listout some of the differences :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW is basicaly designed for a fuctional consultant who do not do much coding but need to explore the fuctionality while BDC is designed for a technical consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW offers different techinque for migrating data: Direct input ,BAPI,Idoc,Batch input recording. While bdc basically uses recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW mapping is done by SAP while in BDC we have to do it explicitly .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW is basically for standard SAP application while bdc basically for customized application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coding can be done flexibly in BDC when compared to LSMW &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 12:51:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2122847#M445149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T12:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: regarding bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2122848#M445150</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;  Both concepts are used to transfer data from legacy system to sap, but the differences are &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In BDC we have to write the code to get data transferred. Where as in LSMW the code will be less or with out any code also you can transfer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In BDC you can use 2 methods Call Transaction and Session Method where as in LSWM you can use 4 methods Direct Input Method, Batch Input Recording, Through Idoc's and Through BAPI's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 12:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2122848#M445150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T12:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: regarding bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2122849#M445151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check...&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geekinterview.com/question_details/33450" target="test_blank"&gt;http://www.geekinterview.com/question_details/33450&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.allinterview.com/showanswers/1646" target="test_blank"&gt;http://www.allinterview.com/showanswers/1646&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 12:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2122849#M445151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T12:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: regarding bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2122850#M445152</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;BDC is Batch Data Communication. It is basically a program &lt;/P&gt;&lt;P&gt;either generated by SAP after a recording or programmed by a &lt;/P&gt;&lt;P&gt;abaper.Its like running the transaction manually but all the &lt;/P&gt;&lt;P&gt;data is populated on the screens automatically.It is a &lt;/P&gt;&lt;P&gt;little complex when the screens contain table controls.&lt;/P&gt;&lt;P&gt;LSMW is legacy system migration workbench is a more user-&lt;/P&gt;&lt;P&gt;friendly tool thru which one can do the same as a BDC. One &lt;/P&gt;&lt;P&gt;just has to follow some 14 steps, click buttons and the data &lt;/P&gt;&lt;P&gt;is set to be uploaded &amp;amp;#8230;.LSMW offer you 4 ways to import data &lt;/P&gt;&lt;P&gt;into SAP, they are BDC, Direct Input, BAPI(BO), IDOC. &lt;/P&gt;&lt;P&gt;To spell out the differences in detail:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geekinterview.com/question_details/33450" target="test_blank"&gt;http://www.geekinterview.com/question_details/33450&lt;/A&gt;&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>Thu, 19 Apr 2007 13:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2122850#M445152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T13:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: regarding bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2122851#M445153</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;&amp;lt;b&amp;gt;LSMW and BDC are vastly different.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) BDC (Batch Data Communication) is a technology used for data transfer &amp;amp; it is meant for transferring data thru&amp;lt;b&amp;gt; SAP transactions itself.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) when u use BDC for data transfer, the sequence of steps is the same as when u use standard sap transaction screens for data upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) the only difference is that u can use different options for foreground/backgrou nd processing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;LSMW&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) LSMW on the other hand is a tool that helps &amp;lt;b&amp;gt;migrate data from a legacy system (non-sap system ) to SAP system&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) it offers u various options to use either &amp;lt;b&amp;gt;batch input, direct input, BAPIs or idocs&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) it involves a series of some &amp;lt;b&amp;gt;17-18 steps&amp;lt;/b&amp;gt; to migrate data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BDC:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Batch Data Communication (BDC) is the process of transferring data from one SAP System to another SAP system or from a non-SAP system to SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Features :&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;1) BDC is an automatic procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) This method is used to transfer large amount of data that is available in electronic medium.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)BDC can be used primarily when installing the SAP system and when transferring data from a legacy system (external system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) BDC uses normal transaction codes to transfer data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Types of BDC :&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) CLASSICAL BATCH INPUT (Session Method)&lt;/P&gt;&lt;P&gt;2) CALL TRANSACTION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BATCH INPUT METHOD:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;This method is also called as &amp;#145;&amp;lt;b&amp;gt;CLASSICAL METHOD&amp;#146;&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Features:&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Asynchronous processing. &lt;/P&gt;&lt;P&gt;2) Synchronous Processing in database update.&lt;/P&gt;&lt;P&gt;3) Transfer data for more than one transaction.&lt;/P&gt;&lt;P&gt;4) Batch input processing log will be generated.&lt;/P&gt;&lt;P&gt;5) During processing, no transaction is started until the previous transaction has been written to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;CALL TRANSACTION METHOD :&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is another method to transfer data from the legacy system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Features:&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Synchronous processing. The system performs a database commit immediately before and after the CALL TRANSACTION USING statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Updating the database can be either synchronous or asynchronous. The program specifies the update type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)Transfer data for a single transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)Transfers data for a sequence of dialog screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5)No batch input processing log is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;LSMW:&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The LSM Workbench is an R/3-based tool that supports You when transferring data from non-SAP systems ("Legacy Systems") to R/3 once or periodically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The tool supports conversion of data of the legacy system in a convenient way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) The data can then be imported into the R/3 system via batch input, direct input, BAPIs or IDocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Furthermore, the LSM Workbench provides a recording function that allows to generate a "data migration object" in an entry or change transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;The main advantages of the LSM Workbench:&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; Part of R/3 and thus independent of individual platforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; A variety of technical possibilities of data conversion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; Data consistency due to standard import techniques:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Batch input&lt;/P&gt;&lt;P&gt;Direct input&lt;/P&gt;&lt;P&gt;BAPIs (Business Application Programming Interfaces)&lt;/P&gt;&lt;P&gt;IDocs (Intermediate Documents)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The import technique to be used in an individual case depends on the business object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; Generation of the &amp;lt;b&amp;gt;conversion program&amp;lt;/b&amp;gt; on the basis of defined rules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; Clear &amp;lt;b&amp;gt;interactive process guide&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; &amp;lt;b&amp;gt;Interface for data&amp;lt;/b&amp;gt; in spreadsheet format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; Creation of data migration objects on the basis of &amp;lt;b&amp;gt;recorded transactions&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; &amp;lt;b&amp;gt;Charge-free&amp;lt;/b&amp;gt; for SAP customers and SAP partners&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Ginni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 13:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2122851#M445153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T13:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: regarding bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2122852#M445154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;bdc&amp;lt;/b&amp;gt; has two type &lt;/P&gt;&lt;P&gt;call transaction &lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;call session&lt;/P&gt;&lt;P&gt;it is used to do from the recording&lt;/P&gt;&lt;P&gt;it was genrate the code in the backround of the recording,which code is not &lt;/P&gt;&lt;P&gt;fixed for our bdc program,if any requrement was to add our bdc program,we have the chance to change our code according to our requirment and also it is done by the abaper only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;lsmw  &amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;lsmw has 4 types&lt;/P&gt;&lt;P&gt;1.direct input data&lt;/P&gt;&lt;P&gt;2.batch input data&lt;/P&gt;&lt;P&gt;3.bapi&lt;/P&gt;&lt;P&gt;4.idoc&lt;/P&gt;&lt;P&gt;it is only steps and also no need to write code&lt;/P&gt;&lt;P&gt;it was done by functional consultance in most of the times but some times&lt;/P&gt;&lt;P&gt;abaper have to add some code to lsmw through using subroutines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 04:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/2122852#M445154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T04:48:24Z</dc:date>
    </item>
  </channel>
</rss>

