<?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: conversions and interfaces in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversions-and-interfaces/m-p/1500747#M231957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Conversions : Moving the legacy data into SAP, this could be one time effort&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integration : This has something to do with business process integration between two different systems. This will be a ongoing process and this could happen in multiple business process.&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, 03 Aug 2006 23:53:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-03T23:53:20Z</dc:date>
    <item>
      <title>conversions and interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversions-and-interfaces/m-p/1500745#M231955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are conversions and interfaces?&lt;/P&gt;&lt;P&gt;Can you plz give me an overview of what are they and when do we use them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 23:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversions-and-interfaces/m-p/1500745#M231955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T23:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: conversions and interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversions-and-interfaces/m-p/1500746#M231956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my case, both have to do with moving from a legacy system to SAP.  Back when we were implementing it was my job to both write conversion programs and interface programs.  The conversion programs were used to take the extract data from the legacy system and re-format for SAP and load the data into SAP.  We used some custom programs using BDC, and a bunch of LSMW routines.  Since we ran both systems in paralell  for a while, we needed to pass data back and forth from SAP to legacy and vice vera.  Here is where the interface programs can into play.  We wrote a couple programs on both sides which took extracted data and did the transactions on both sides to bring them into sync.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 23:48:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversions-and-interfaces/m-p/1500746#M231956</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-03T23:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: conversions and interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversions-and-interfaces/m-p/1500747#M231957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Conversions : Moving the legacy data into SAP, this could be one time effort&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integration : This has something to do with business process integration between two different systems. This will be a ongoing process and this could happen in multiple business process.&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, 03 Aug 2006 23:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversions-and-interfaces/m-p/1500747#M231957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T23:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: conversions and interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversions-and-interfaces/m-p/1500748#M231958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Conversions are one-time programs used to transfer data from the legacy system into SAP. For example, you can transfer master data like vendors, customers etc. Transactional data such as open purchase/sales order or open AP/AR invoices are also moved using various data-transfer techniques. LSMW is the most commonly used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interfaces are generally programs which are run on a periodic basis to transfer data between SAP and other external systems. For example, periodic data transfer between SAP and a external payroll system (such as ADP).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 23:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversions-and-interfaces/m-p/1500748#M231958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-03T23:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: conversions and interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversions-and-interfaces/m-p/1500749#M231959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The words were chosen for what they mean. A conversion means data that is converted from one format to another format and from one system to another. So when you first implement SAP, you are actually replacing some of your legacy systems, but you are not completely trashing the data. You still need some of that data from the systems that are being replaced. So you pull the data out of your legacy systems and put them on some files. You then want to load that data into your new SAP system. That is when you write some programs which will read that data and load it into SAP. Imagine you had a home grown purchasing system. You are now replacing all that with SAP. But until SAP goes live, you want to keep using your home grown purchasing system. So during go live, you want to transfer the POs from your legacy system to SAP. Now a PO in your legacy system may not have the same fields as a PO in SAP. So you convert the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interfacing is connecting two or more different entities. In our case, it is connecting one or more systems with SAP. Now extending our previous example, you are replacing some legacy applications but there are some applications that you don't want to replace yet. You need to somehow pass data back and forth between SAP and these remaining systems. Data may be going one way or the other way or both ways. You will still need to do some data transformations/translations etc to make the data understandable to the receiving system. This will continue as long as you want to keep the systems running alongside SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, conversions are written to load data into SAP onetime. These are typically file based.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interfaces are written to exchange/update/send/receive data between SAP and other systems on an ongoing basis. These can be in many forms, file based, idoc based, real time(business connector, XI etc are useful in this), xml, and the list goes on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2006 03:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversions-and-interfaces/m-p/1500749#M231959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-04T03:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: conversions and interfaces</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversions-and-interfaces/m-p/1500750#M231960</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;Check this link&lt;/P&gt;&lt;P&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="2022750"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Aug 2006 06:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversions-and-interfaces/m-p/1500750#M231960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-04T06:28:57Z</dc:date>
    </item>
  </channel>
</rss>

