<?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: LSMW Data Migration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320252#M165153</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think serialization of message types will help you in this regard.place the message types in the sequence in the manner you want to create sales order then delivery then billing and so on. i think this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 May 2006 05:42:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-18T05:42:58Z</dc:date>
    <item>
      <title>LSMW Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320248#M165149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me if it's possible to perfectly migrate the complete document flow from sales to accounting for documents that have already been billed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is, we want to load a new system with existing data from an older SAP version.  Can we load old sales orders, along with the old billing and accounting documents, and keep all of the dates as they are {in the past}?  How would you replicate a sales order that contains a reference to a billing document, if the billing document doesn't yet exist?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone provide any insight as to how I might do this?  The SLO group is not an option {too expensive}.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been experimenting with the LSMW, which will work well for master data.  I'm struggling with how to proceed with transaction data.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any insight appreciated,&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 16:19:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320248#M165149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T16:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320249#M165150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be my approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All important documents like orders, deliveries, invoices etc. are linked to SAP standard idoc types(intermediate documents) and message types. SAP also provides inbound and outbound programs to import and export the same for every version of SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Versions of idoc types are compatible and it is possible to work with older versions of idoc types in newer systems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the steps that would be help is&lt;/P&gt;&lt;P&gt;1: Export all documents in current version into idocs.&lt;/P&gt;&lt;P&gt;2: Import these into newer version via idocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not much coding is required in this approach as programs on both the inbound and outbound are provided by SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 16:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320249#M165150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T16:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320250#M165151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm still a little stuck on is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of the 'old' orders I want to move in are of course already billed, transferred to accounting, paid and cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to completely replicate the document flow, so that it is as accurate as my current system.  Is it possible?  Or would I need to recreate the sales orders (via idoc or other), and then rebill everthing using dates in the past, and then pay and clear again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use Idocs to move in all of the documents in the chain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 17:12:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320250#M165151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T17:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320251#M165152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not needed that one create only the basic order document and create the rest of the document flow online.&lt;/P&gt;&lt;P&gt;Although I havent worked on this scenario, there is nothing that states the one cannot create a delivery for an SD order via idocs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both online transactions and Idocs may create the same order, billing docs etc. Therefore they must have the same capacity of maintaining document flows. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may be a requirement to code a couple of user exits to reflect the exact flow as in the 'old' system; other than that I dont see any blocks to this process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 05:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320251#M165152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T05:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320252#M165153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think serialization of message types will help you in this regard.place the message types in the sequence in the manner you want to create sales order then delivery then billing and so on. i think this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 05:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320252#M165153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T05:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320253#M165154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Lee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will send you How to Upload Material Data through LSMW Direct Input Method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You Just Follow the steps as given Bellow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Tcode MM01 -- Maintain the source fields are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) mara-amtnr  char(18)&lt;/P&gt;&lt;P&gt;2) mara-mbrsh  char(1)&lt;/P&gt;&lt;P&gt;3) mara-mtart  char(4)&lt;/P&gt;&lt;P&gt;4) makt-maktx  char(40)&lt;/P&gt;&lt;P&gt;5) mara-meins  char(3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the flate file format is like this as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAT991,C,COUP,Srinivas material01,Kg&lt;/P&gt;&lt;P&gt;MAT992,C,COUP,Srinivas material02,Kg&lt;/P&gt;&lt;P&gt;AMT993,C,COUP,Srinivas material03,Kg&lt;/P&gt;&lt;P&gt;MAT994,C,COUP,Srinivas material04,Kg&lt;/P&gt;&lt;P&gt;MAT995,C,COUP,Srinivas material05,Kg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto Tcode LSMW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give Project Name&lt;/P&gt;&lt;P&gt;     Subproject Name&lt;/P&gt;&lt;P&gt;     object Name&lt;/P&gt;&lt;P&gt;Press Enter -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; Press Execute Button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives 13 radio-Button Options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do the following 13 steps as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) select radio-Button 1 and execute &lt;/P&gt;&lt;P&gt;   Maintain Object Attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select Standard Batch/Direct Input&lt;/P&gt;&lt;P&gt;   give Object -- 0020&lt;/P&gt;&lt;P&gt;       Method -- 0000&lt;/P&gt;&lt;P&gt;   save &amp;amp; Come Back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) select radio-Button 2 and execute&lt;/P&gt;&lt;P&gt;   Maintain Source Structures&lt;/P&gt;&lt;P&gt;   select the source structure and got to click on create button&lt;/P&gt;&lt;P&gt;   give source structure name &amp;amp; Description&lt;/P&gt;&lt;P&gt;   save &amp;amp; Come Back&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;3) select radio-Button 3 and execute&lt;/P&gt;&lt;P&gt;   Maintain Source Fields&lt;/P&gt;&lt;P&gt;   select the source structure and click on create button&lt;/P&gt;&lt;P&gt;   give &lt;/P&gt;&lt;P&gt;   first field&lt;/P&gt;&lt;P&gt;        field name    matnr&lt;/P&gt;&lt;P&gt;        Field Label   material Number&lt;/P&gt;&lt;P&gt;        Field Length  18&lt;/P&gt;&lt;P&gt;        Field Type    C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Second field&lt;/P&gt;&lt;P&gt;        field name    mbrsh&lt;/P&gt;&lt;P&gt;        Field Label   Industrial Sector&lt;/P&gt;&lt;P&gt;        Field Length  1&lt;/P&gt;&lt;P&gt;        Field Type    C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Third field&lt;/P&gt;&lt;P&gt;        field name    mtart&lt;/P&gt;&lt;P&gt;        Field Label   material type&lt;/P&gt;&lt;P&gt;        Field Length  4&lt;/P&gt;&lt;P&gt;        Field Type    C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   fourth field&lt;/P&gt;&lt;P&gt;        field name    maktx&lt;/P&gt;&lt;P&gt;        Field Label   material description&lt;/P&gt;&lt;P&gt;        Field Length  40&lt;/P&gt;&lt;P&gt;        Field Type    C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   fifth field&lt;/P&gt;&lt;P&gt;        field name    meins&lt;/P&gt;&lt;P&gt;        Field Label   base unit of measurement&lt;/P&gt;&lt;P&gt;        Field Length  3&lt;/P&gt;&lt;P&gt;        Field Type    C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  save &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) select radio-Button 4 and execute&lt;/P&gt;&lt;P&gt;   Maintain Structure Relations&lt;/P&gt;&lt;P&gt;   go to blue lines  &lt;/P&gt;&lt;P&gt;      select first blue line and click on create relationship button&lt;/P&gt;&lt;P&gt;      select Second blue line and click on create relationship button&lt;/P&gt;&lt;P&gt;      select Third blue line and click on create relationship button&lt;/P&gt;&lt;P&gt;  save &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) select radio-Button 5 and execute&lt;/P&gt;&lt;P&gt;   Maintain Field Mapping and Conversion Rules&lt;/P&gt;&lt;P&gt;   Select the Tcode and click on Rule button there you will select constant &lt;/P&gt;&lt;P&gt;   and press continue button&lt;/P&gt;&lt;P&gt;   give Transaction Code : MM01 and press Enter&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   after that &lt;/P&gt;&lt;P&gt;   1) select MATNR field click on Source filed(this is the field mapping) select MATNR and press Enter&lt;/P&gt;&lt;P&gt;   2) select MBRSH field click on Source filed(this is the field mapping) select MBRSH and press Enter&lt;/P&gt;&lt;P&gt;   3) select MTART field click on Source filed(this is the field mapping) select MTART and press Enter&lt;/P&gt;&lt;P&gt;   4) select MAKTX field click on Source filed(this is the field mapping) select MAKTX and press Enter&lt;/P&gt;&lt;P&gt;   5) select MEINS field click on Source filed(this is the field mapping) select MEINS and press Enter&lt;/P&gt;&lt;P&gt;  finally	 &lt;/P&gt;&lt;P&gt;  save &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) select radio-Button 6 and execute&lt;/P&gt;&lt;P&gt;   Maintain Fixed Values, Translations, User-Defined Routines&lt;/P&gt;&lt;P&gt;   Create FIXED VALUE Name &amp;amp; Description as MM01 &lt;/P&gt;&lt;P&gt;   Create Translations Name &amp;amp; Description as MM01 &lt;/P&gt;&lt;P&gt;   Create User-Defined Routines Name &amp;amp; Description as MM01 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   after that delete  all the above three just created in the 6th step &lt;/P&gt;&lt;P&gt;   FIXED VALUE --MM01&lt;/P&gt;&lt;P&gt;   Translations --MM01&lt;/P&gt;&lt;P&gt;   User-Defined Routines --MM01&lt;/P&gt;&lt;P&gt;   come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7) select radio-Button 7 and execute&lt;/P&gt;&lt;P&gt;   Specify Files&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   select On the PC (Frontend) -- and click on Create button(f5)&lt;/P&gt;&lt;P&gt;                                  give the path of the file like "c:\material_data.txt"&lt;/P&gt;&lt;P&gt;                                  description : -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;                                  separators as select comma radiao- button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   and press enter   save &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; select radio-Button 8 and execute&lt;/P&gt;&lt;P&gt;   Assign Files&lt;/P&gt;&lt;P&gt;   Save &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9) select radio-Button 9 and execute&lt;/P&gt;&lt;P&gt;   Read Files&lt;/P&gt;&lt;P&gt;   Execute&lt;/P&gt;&lt;P&gt;   come back&lt;/P&gt;&lt;P&gt;   come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10) select radio-Button 10 and execute&lt;/P&gt;&lt;P&gt;    Display Imported Data&lt;/P&gt;&lt;P&gt;    Execute and press enter&lt;/P&gt;&lt;P&gt;    come back&lt;/P&gt;&lt;P&gt;    Come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11) select radio-Button 11 and execute&lt;/P&gt;&lt;P&gt;    Convert Data&lt;/P&gt;&lt;P&gt;    Execute &lt;/P&gt;&lt;P&gt;    come back&lt;/P&gt;&lt;P&gt;    Come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12) select radio-Button 12 and execute&lt;/P&gt;&lt;P&gt;    Display Converted Data&lt;/P&gt;&lt;P&gt;    Execute &amp;amp; come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;13) select radio-Button 13 and execute&lt;/P&gt;&lt;P&gt;    Start Direct Input Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   select the Program&lt;/P&gt;&lt;P&gt;   select continue button&lt;/P&gt;&lt;P&gt;go with via physical file&lt;/P&gt;&lt;P&gt; give the lock mode as 'E'&lt;/P&gt;&lt;P&gt;and execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 05:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320253#M165154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T05:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320254#M165155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just got another idea that might help. It would be worth investing in creating a new idoc type that combines the entire flow. Thus one such idoc represents not just an order or delivery, but the entire cycle of oredr-delivery-GI-Billing-Accounting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Such an idoc would either succesfully create the entire flow or fail. You would also have an effective tracking of documents created in processing logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a lot more development, but it makes the process smoother and practically controllable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 06:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320254#M165155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T06:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Data Migration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320255#M165156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your help.  Much appreciated.  When I arrive at a solution, I'll update the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2006 13:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-data-migration/m-p/1320255#M165156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-19T13:28:00Z</dc:date>
    </item>
  </channel>
</rss>

