<?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/1670717#M296435</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;The first thins is LSMW isn't a method but it's a tool can use one of methods you have mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In generally all transactions support the BDC except the enjoy transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can know if trax is an enjoy trx if it use frame control to manage the dynpro, generally the name of these trx ends with N: ME21N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use trx SHDB to find out all BDC std program, if you can't find it you can create a BDC program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIRECT INPUT are standard program they don't simulate the trx (as BDC program) but update directly the tables. So it's always better to use DIRECT INPUT std program and not to create one by yourself: it's not easy to know all tables have to be update and how these tables have to be update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can find out the DIRECT INPUT by trx SHDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So all these methods can be used indifferently, but if you use a std method you make sure it can simulate the funcitonality you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So after choosing a method to upload the data, you have to decide how to use this method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Create an interface program&lt;/P&gt;&lt;P&gt;- Create a LSMW project&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2006 08:40:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-23T08:40:25Z</dc:date>
    <item>
      <title>regarding bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1670715#M296433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in bdc we have SESSINON METHOD AND CALL TRANSACTION AND LSMW,DIRECT INPUT METHODS , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        HOW WE FIND OUT SPECIFIC METHOD IS SUPPORT THIS PARTICULAR DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         HOW WE SELECT WHICH METHOD IS SUFFICIENT TO UP LOAD DATA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 08:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1670715#M296433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T08:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: regarding bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1670716#M296434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any kind of data can be uploaded using most of the methods you have mentioned. Its a matter of choosing the best method, so that you can avoid custom coding and the maintenance will be low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSMW and Direct Input methods will help you in doing that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these are not used, then you go for the BDC methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 08:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1670716#M296434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T08:28: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/1670717#M296435</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;The first thins is LSMW isn't a method but it's a tool can use one of methods you have mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In generally all transactions support the BDC except the enjoy transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can know if trax is an enjoy trx if it use frame control to manage the dynpro, generally the name of these trx ends with N: ME21N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use trx SHDB to find out all BDC std program, if you can't find it you can create a BDC program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIRECT INPUT are standard program they don't simulate the trx (as BDC program) but update directly the tables. So it's always better to use DIRECT INPUT std program and not to create one by yourself: it's not easy to know all tables have to be update and how these tables have to be update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can find out the DIRECT INPUT by trx SHDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So all these methods can be used indifferently, but if you use a std method you make sure it can simulate the funcitonality you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So after choosing a method to upload the data, you have to decide how to use this method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Create an interface program&lt;/P&gt;&lt;P&gt;- Create a LSMW project&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 08:40:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1670717#M296435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T08:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: regarding bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1670718#M296436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and for uploading data you can better look if there are BAPI's available for the area you want to update. if so create a programm and let the BAPI do the job. otherwise BDC or LSMW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 08:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1670718#M296436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T08:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: regarding bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1670719#M296437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all these methods that  you r mentioned here are all meant for migrating the data irrespective of the type of data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if depends upon your requirement that which method you r going to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1670719#M296437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T09:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: regarding bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1670720#M296438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 10:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/1670720#M296438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-02T10:13:51Z</dc:date>
    </item>
  </channel>
</rss>

