<?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: DATA Migration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/5737120#M1300968</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;By the look of it , I guess you would be talking about example of the house number and street field of earlier versions of SAP where they were stored together as one field whereas now in newer versions there are separate fields of house number and street.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now let us take the same example say the field A is &lt;EM&gt;4, King st&lt;/EM&gt; in the source structure and you want to split it into &lt;EM&gt;4&lt;/EM&gt; as field1 in the new structure and &lt;EM&gt;King st&lt;/EM&gt; as field2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need to do is assign field A of the source structure to both field1 and field2 of the new structure in the field mapping section of LSMW and use the rule option in LSMW to write code  . &lt;/P&gt;&lt;P&gt;For the above example the following code can be used&lt;/P&gt;&lt;P&gt;SPLIT field A at ',' into field1 and field2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2009 18:29:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-29T18:29:24Z</dc:date>
    <item>
      <title>DATA Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/5737118#M1300966</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;Can Anyone tell me the set up of LSMW project using IDOC for the following situation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Suppose we have two systems:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  System1(lower version of SAP)&lt;/P&gt;&lt;P&gt;  System2(Higher version of SAP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; there is HEADER_DATA in system1 and for this there is HDR_DATA1 in System2.And these two has to be mapped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Now the issue is the field1(1234) of HEADER_DATA has to be converted to field1(abc) and field2(def) in System2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping for a favorable response.Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 11:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/5737118#M1300966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-27T11:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: DATA Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/5737119#M1300967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Not very clear of your situation, but cant it be done in the &lt;/P&gt;&lt;P&gt;Maintain Field Mapping and Conversion Rules&lt;/P&gt;&lt;P&gt;step of LSMW step??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here while mapping the fields use a user function or write a code to split the field content.&lt;/P&gt;&lt;P&gt;Let me know if i m correct.&lt;/P&gt;&lt;P&gt;ags.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 13:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/5737119#M1300967</guid>
      <dc:creator>agnihotro_sinha2</dc:creator>
      <dc:date>2009-05-27T13:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: DATA Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/5737120#M1300968</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;By the look of it , I guess you would be talking about example of the house number and street field of earlier versions of SAP where they were stored together as one field whereas now in newer versions there are separate fields of house number and street.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now let us take the same example say the field A is &lt;EM&gt;4, King st&lt;/EM&gt; in the source structure and you want to split it into &lt;EM&gt;4&lt;/EM&gt; as field1 in the new structure and &lt;EM&gt;King st&lt;/EM&gt; as field2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need to do is assign field A of the source structure to both field1 and field2 of the new structure in the field mapping section of LSMW and use the rule option in LSMW to write code  . &lt;/P&gt;&lt;P&gt;For the above example the following code can be used&lt;/P&gt;&lt;P&gt;SPLIT field A at ',' into field1 and field2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2009 18:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/5737120#M1300968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-29T18:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: DATA Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/5737121#M1300969</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 the below link for lsmw -- idoc&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="1747170"&gt;&lt;/A&gt;&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;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2009 06:46:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-migration/m-p/5737121#M1300969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-30T06:46:28Z</dc:date>
    </item>
  </channel>
</rss>

