<?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/2605481#M597067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Conversion, converting legacy system data into SAP data. Meaning that it is mainly a one shot deal, for example bringing your customer master to SAP from the legacy system, converting the fields used in legacy to the fields and values used in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface, a program or group of programs that handle the passing of data from one system to another. These programs work together to export the data from one system and import into a target system, maybe these programs run once a day, maybe twice, may every hour throughout the day. It is a good way to keep the data in two or more systems in sync with each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION : LEGACY SYSTEM TO FLAT FILE.&lt;/P&gt;&lt;P&gt;INTERFACE : FLAT FILE TO SAP SYSTEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/profile?userid=3502262" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/profile?userid=3502262&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&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="3856840"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2007 08:11:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-08T08:11:15Z</dc:date>
    <item>
      <title>interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/2605479#M597065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;what is deference bw interface and transfer or convertion . bdc rogram what tye and bapi what type .what is exact maeaning of interface in abap.&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;radhakrishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 07:31:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/2605479#M597065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T07:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/2605480#M597066</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 conversions and BAPI is interface&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;BDC can be both interfaces or conversions depending upon the functionality above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interfaces are needed when we need data from other than SAP envoronment and vise versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose aclient may send his business data through Excel sheet which are to be loaded in his SAP Tables.Then we need to use interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two Categogies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.From Presentation Layer to your ABAP Program(and then into Database table) &lt;/P&gt;&lt;P&gt;Presentation layer means from your sytem (from C, drives)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.From application Server to your ABAP Program(and then into Database table) &lt;/P&gt;&lt;P&gt;Application Server means the server for your Sap System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the first case you need to use:From Presentation Layer to your ABAP Program and vise versa)&lt;/P&gt;&lt;P&gt;GUI_UPLOAD to upload data,&lt;/P&gt;&lt;P&gt;GUI_DOWNLOAD to download data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the Second case(From application Server to your ABAP Program and vise versa)&lt;/P&gt;&lt;P&gt;A.OPEN DATA SET FILE NAME ON APPL.SERVER FOR INPUT ENCODING BY DEFAULT. use tranfer command to send data to application server&lt;/P&gt;&lt;P&gt;B. CLOSE DATA SET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&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>Wed, 08 Aug 2007 07:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/2605480#M597066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T07:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/2605481#M597067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Conversion, converting legacy system data into SAP data. Meaning that it is mainly a one shot deal, for example bringing your customer master to SAP from the legacy system, converting the fields used in legacy to the fields and values used in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface, a program or group of programs that handle the passing of data from one system to another. These programs work together to export the data from one system and import into a target system, maybe these programs run once a day, maybe twice, may every hour throughout the day. It is a good way to keep the data in two or more systems in sync with each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION : LEGACY SYSTEM TO FLAT FILE.&lt;/P&gt;&lt;P&gt;INTERFACE : FLAT FILE TO SAP SYSTEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/profile?userid=3502262" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/profile?userid=3502262&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&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="3856840"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 08:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface/m-p/2605481#M597067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-08T08:11:15Z</dc:date>
    </item>
  </channel>
</rss>

