<?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: conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion/m-p/1712465#M311585</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;Yes it's right, but I beliebe you can insert the conversion step in the interface program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to create a conversion program only if the interface is on legacy system and so in SAP you have only the file to be converted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2006 10:09:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-15T10:09:41Z</dc:date>
    <item>
      <title>conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion/m-p/1712464#M311584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;conversions are said to be one time usage or one time programs but interfaces regular.if my legacy system is non sap then after interface programs a conversion program will always be required to convert the data into sap format.is it  rite????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion/m-p/1712464#M311584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion/m-p/1712465#M311585</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;Yes it's right, but I beliebe you can insert the conversion step in the interface program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to create a conversion program only if the interface is on legacy system and so in SAP you have only the file to be converted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 10:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion/m-p/1712465#M311585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T10:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion/m-p/1712466#M311586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) bdc is convrsion prog or interface prog&lt;/P&gt;&lt;P&gt;2) after i use idoc to transfer data from legacy to sap system is dere a need of any conversion program.&lt;/P&gt;&lt;P&gt;3) everytime data comes into sap thru interfaces , a conversion program converts it into sap format .is it rite&lt;/P&gt;&lt;P&gt;4) bdc is like lsmw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion/m-p/1712466#M311586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T11:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion/m-p/1712467#M311587</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;U need a program to convert the data only if the legacy can't give a file with the right format. So it often has to decide who has to convert the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interface is the file where the data to be loaded are, i.e. the file linking the legacy to SAP, so the program reads this file is the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this situation a program can be interface and convertion program at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- 1) bdc is conversion prog or interface prog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use a bdc: u can run a program to convert the file to the format for the bdc program and then run this one, but you can also create a program to convert the file and then submit the bdc (so now u have only one program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here it depends if you need to keep separated the two steps;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- 2) Idoc needs own format file and so here it usually uses some user exit to convert the data (not the file format);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- 3) If the legacy system can't give the data in the right format, it has to convert them in the SAP, when it depends on situation; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- 4) LSMW has an interface step where the data are loaded and step where the data are converted;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        max bianchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 11:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion/m-p/1712467#M311587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T11:37:00Z</dc:date>
    </item>
  </channel>
</rss>

