<?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: interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/1705141#M308926</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;When transferring data into the SAP system, we can refer to two  types of transfers:&lt;/P&gt;&lt;P&gt;Conversions - This type of transfer refers to a one-time transfer from a legacy system to the SAP system.  In this case, the &amp;#147;legacy&amp;#148; system is the old system that is being replaced by the SAP system.&lt;/P&gt;&lt;P&gt;For example, the old system being replaced has data for 2,000 vendors that must be transferred to the SAP system.&lt;/P&gt;&lt;P&gt;Interfaces - This type of transfer refers to an ongoing transfer from a complimentary system to the SAP system.  In this case, the &amp;#147;complimentary&amp;#148; system is a system that will run along side the SAP system.&lt;/P&gt;&lt;P&gt;For example, customer orders may be taken in another system.  For the SAP system to reflect accurate information, these orders must be transferred to the SAP system every night.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to above input,&lt;/P&gt;&lt;P&gt;&lt;A href="http://dev.mysql.com/doc/maxdb/en/42/005e9ac6084230e10000000a114cbd/content.htm" target="test_blank"&gt;http://dev.mysql.com/doc/maxdb/en/42/005e9ac6084230e10000000a114cbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Conversions&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap.com/services/consulting/servicecategories/landscapeoptimization/currencyconversion.epx" target="test_blank"&gt;http://www.sap.com/services/consulting/servicecategories/landscapeoptimization/currencyconversion.epx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/0c/3f17143b7a11d4b2c70050dadfb23f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/0c/3f17143b7a11d4b2c70050dadfb23f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://myweb.dal.ca/hchinni/sap/bdc_home.htm" target="test_blank"&gt;http://myweb.dal.ca/hchinni/sap/bdc_home.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2006 07:30:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-15T07:30:00Z</dc:date>
    <item>
      <title>interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/1705138#M308923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please tell me the difference between interfaces and conversions.&lt;/P&gt;&lt;P&gt;is bdc an interface or conversion technique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 07:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/1705138#M308923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T07:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/1705139#M308924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CONVERSION programs are the ones which have one time usage, usually when a legacy system is being replaced by a system like SAP, then the data has to be mapped from the legacy system to SAP system. Here the data to be converted is given on a flat file &amp;amp; is uploaded to SAP tables mostly using LSMW only.&lt;/P&gt;&lt;P&gt;Conversions programs are BDC,BAPI and LSMW programs in which you upload all the related tables from the flat files.Those are one time programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface programs are those programs in which you fetch the data from the application server and process on theose data.These are helpful when you have to run any program in the backgroup when the presentation server is not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTERFACE programs are the ones which are run at regular intervals, say weekly, monthly or even daily. Here the legacy system continues to co-exist along with SAP system, the legacy system might be useful for certain functionalities but the data might have to run thru SAP transactions for complex data maintenance at regular intervals. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the difference &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conversion program&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/d3/a65a14e96911d1b401006094b944c8/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/d3/a65a14e96911d1b401006094b944c8/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface program&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/64/be5b4150b38147e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/64/be5b4150b38147e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 07:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/1705139#M308924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T07:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/1705140#M308925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC is conversion programs. and interface example IDoc's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 07:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/1705140#M308925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T07:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/1705141#M308926</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;When transferring data into the SAP system, we can refer to two  types of transfers:&lt;/P&gt;&lt;P&gt;Conversions - This type of transfer refers to a one-time transfer from a legacy system to the SAP system.  In this case, the &amp;#147;legacy&amp;#148; system is the old system that is being replaced by the SAP system.&lt;/P&gt;&lt;P&gt;For example, the old system being replaced has data for 2,000 vendors that must be transferred to the SAP system.&lt;/P&gt;&lt;P&gt;Interfaces - This type of transfer refers to an ongoing transfer from a complimentary system to the SAP system.  In this case, the &amp;#147;complimentary&amp;#148; system is a system that will run along side the SAP system.&lt;/P&gt;&lt;P&gt;For example, customer orders may be taken in another system.  For the SAP system to reflect accurate information, these orders must be transferred to the SAP system every night.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to above input,&lt;/P&gt;&lt;P&gt;&lt;A href="http://dev.mysql.com/doc/maxdb/en/42/005e9ac6084230e10000000a114cbd/content.htm" target="test_blank"&gt;http://dev.mysql.com/doc/maxdb/en/42/005e9ac6084230e10000000a114cbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Conversions&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap.com/services/consulting/servicecategories/landscapeoptimization/currencyconversion.epx" target="test_blank"&gt;http://www.sap.com/services/consulting/servicecategories/landscapeoptimization/currencyconversion.epx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/0c/3f17143b7a11d4b2c70050dadfb23f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/0c/3f17143b7a11d4b2c70050dadfb23f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://myweb.dal.ca/hchinni/sap/bdc_home.htm" target="test_blank"&gt;http://myweb.dal.ca/hchinni/sap/bdc_home.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 07:30:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/1705141#M308926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T07:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/1705142#M308927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kishan,&lt;/P&gt;&lt;P&gt;can u explain me what  is d purpose of transferring the data to the sap system using interfaces.i mean what haoopens when it is transferred . can u quote an example.&lt;/P&gt;&lt;P&gt;also if the data has to be saved in sap wont it require conversion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 09:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/1705142#M308927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T09:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/1705143#M308928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishan,&lt;/P&gt;&lt;P&gt; I got ur post when I was searching for difference between conversion and interface.. why do we use BDC for conversion ? because we have an option  LSMW which is mostly used as one time upload ? Can u please suggest me when we have to use which program...DI, BDC, LSMW ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;awaiting for ur response...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Mahesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Feb 2007 14:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/1705143#M308928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-11T14:39:55Z</dc:date>
    </item>
  </channel>
</rss>

