<?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: Difference between conversion program and Interface program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-conversion-program-and-interface-program/m-p/1401721#M194171</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;conversion program is your migration- or mapping- program to convert data in the format of the SAP-Interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;-(customer)conversion program for vendors ZFKMIGR01 creates a file in the format of interface RFBIKR00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the foll. structures&lt;/P&gt;&lt;P&gt;BGR00&lt;/P&gt;&lt;P&gt;BLFA1&lt;/P&gt;&lt;P&gt;BLFB1&lt;/P&gt;&lt;P&gt;BLFBK&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2006 10:59:45 GMT</pubDate>
    <dc:creator>andreas_mann3</dc:creator>
    <dc:date>2006-07-18T10:59:45Z</dc:date>
    <item>
      <title>Difference between conversion program and Interface program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-conversion-program-and-interface-program/m-p/1401717#M194167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can any body tell me what's the exact differenct between conversion program and Interface program?How will we will classify an object whether it is converion or Interface?&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>Tue, 18 Jul 2006 10:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-conversion-program-and-interface-program/m-p/1401717#M194167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T10:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between conversion program and Interface program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-conversion-program-and-interface-program/m-p/1401718#M194168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually CONVERSIONS programs are one time objects that will load the data into SAP system from the legacy system. this is usually done when SAP is being implemented for the first time or some legacy is being taken out of production and that functionality is being implemented in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTERFACE programs are the ones that run on a regular basis and transform the data between two systems.&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>Tue, 18 Jul 2006 10:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-conversion-program-and-interface-program/m-p/1401718#M194168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T10:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between conversion program and Interface program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-conversion-program-and-interface-program/m-p/1401719#M194169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 10:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-conversion-program-and-interface-program/m-p/1401719#M194169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T10:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between conversion program and Interface program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-conversion-program-and-interface-program/m-p/1401720#M194170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt; Here is the difference &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;conversion program&amp;lt;/b&amp;gt;&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;&amp;lt;b&amp;gt;Interface program&amp;lt;/b&amp;gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 10:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-conversion-program-and-interface-program/m-p/1401720#M194170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T10:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between conversion program and Interface program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-conversion-program-and-interface-program/m-p/1401721#M194171</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;conversion program is your migration- or mapping- program to convert data in the format of the SAP-Interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;-(customer)conversion program for vendors ZFKMIGR01 creates a file in the format of interface RFBIKR00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the foll. structures&lt;/P&gt;&lt;P&gt;BGR00&lt;/P&gt;&lt;P&gt;BLFA1&lt;/P&gt;&lt;P&gt;BLFB1&lt;/P&gt;&lt;P&gt;BLFBK&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 10:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-conversion-program-and-interface-program/m-p/1401721#M194171</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-07-18T10:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between conversion program and Interface program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-conversion-program-and-interface-program/m-p/1401722#M194172</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;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 11:04:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-conversion-program-and-interface-program/m-p/1401722#M194172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T11:04:31Z</dc:date>
    </item>
  </channel>
</rss>

