<?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 conversion and interfaces in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-and-interfaces/m-p/4934166#M1150952</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;what are conversion programs and interface programs ? let me know the difference if any?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;uday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Dec 2008 12:03:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-14T12:03:38Z</dc:date>
    <item>
      <title>conversion and interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-and-interfaces/m-p/4934166#M1150952</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;what are conversion programs and interface programs ? let me know the difference if any?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;uday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2008 12:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-and-interfaces/m-p/4934166#M1150952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-14T12:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: conversion and interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-and-interfaces/m-p/4934167#M1150953</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;Refer to this link...&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="3860142"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="722152"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2008 12:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-and-interfaces/m-p/4934167#M1150953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-14T12:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: conversion and interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-and-interfaces/m-p/4934168#M1150954</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 programs are used to load the data into SAP in required formats...They are usually one time run programs...They can be used to fetch the data from SAP or external systems or XLS or TXT files and then also update/load data into SAP...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface programs are also used to load data into SAP from the EXternal systems only...There exits connection from the external/legacy system(directly or through a middle ware-EAI,webmethod) ..They are NOT single run prorgam, data can be sent to system on daily/weekly or adhoc basis...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2008 12:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-and-interfaces/m-p/4934168#M1150954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-14T12:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: conversion and interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-and-interfaces/m-p/4934169#M1150955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;CONVERSION&lt;/STRONG&gt; : Legacy System To Flat File.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INTERFACE&lt;/STRONG&gt; : Flat File to SAP System.&lt;/P&gt;&lt;P&gt;When you transfer legacy data into the R/3 System, you need to ensure that it is in the SAP format. There are several ways of doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Converting the data in the legacy system has the advantage that the user is familiar with the programming   language that it uses.&lt;/P&gt;&lt;P&gt;2.Converting the data in the R/3 System using ABAP has the advantage of automatic type conversion. You can use the structure definitions of the ABAP Dictionary directly.&lt;/P&gt;&lt;P&gt; 3.Converting the data with Excel. You can use this method for simple and complex conversions for flat structures.&lt;/P&gt;&lt;P&gt;4.You use interfaces defined by SAP for the standard transfer. The legacy data must be delivered in a suitable format to supply these interfaces. The interface descriptions are defined in the R/3 System and the transfer method is developed and formulated according to these descriptions.&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;chinnaiya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2008 12:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-and-interfaces/m-p/4934169#M1150955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-14T12:12:06Z</dc:date>
    </item>
  </channel>
</rss>

