<?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: SALES ORDER UPLOAD USING SESSION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-upload-using-session/m-p/2524951#M571852</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;How to develop a lsmw for data migration for va01 or xk01 transaction? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create lsmw for data migration as follows (using session method): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for xk01 (create vendor) &lt;/P&gt;&lt;P&gt;Initially there will be 20 steps but after processing 1 step it will reduced to 14 for session method. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. TCode : LSMW. &lt;/P&gt;&lt;P&gt;2. Enter Project name, sub project name and object name. &lt;/P&gt;&lt;P&gt;    Execute. &lt;/P&gt;&lt;P&gt;3. Maintain object attributes. &lt;/P&gt;&lt;P&gt;    Execute &lt;/P&gt;&lt;P&gt;    select Batch Input recording  &lt;/P&gt;&lt;P&gt;    goto-&amp;gt;Recording overview &lt;/P&gt;&lt;P&gt;    create &lt;/P&gt;&lt;P&gt;    recording name. &lt;/P&gt;&lt;P&gt;    enter transaction code. &lt;/P&gt;&lt;P&gt;    start recording &lt;/P&gt;&lt;P&gt;    do recording as per ur choice. &lt;/P&gt;&lt;P&gt;    save + back. &lt;/P&gt;&lt;P&gt;    enter recording name in lsmw screen. &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now there will be 14 steps. &lt;/P&gt;&lt;P&gt;2. MAINTAIN SOURCE STRUCTURES. &lt;/P&gt;&lt;P&gt;    Here you have  to enter the name of internal table. &lt;/P&gt;&lt;P&gt;    display change &lt;/P&gt;&lt;P&gt;    create  &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. MAINTAIN SOURCE FIELDS. &lt;/P&gt;&lt;P&gt;    display change &lt;/P&gt;&lt;P&gt;    select structure &lt;/P&gt;&lt;P&gt;    source_fields-&amp;gt;copy fields. &lt;/P&gt;&lt;P&gt;    a dialogue window will come . &lt;/P&gt;&lt;P&gt;    select -&amp;gt; from data file &lt;/P&gt;&lt;P&gt;    apply source fields &lt;/P&gt;&lt;P&gt;    enter No. of fields  &lt;/P&gt;&lt;P&gt;    length of fields &lt;/P&gt;&lt;P&gt;    attach file &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. MAINTAIN STRUCTURE RELATIONS &lt;/P&gt;&lt;P&gt;    display change &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. MAINTAN FIELD MAPPING &amp;amp; CONVERSION RULE &lt;/P&gt;&lt;P&gt;    display change &lt;/P&gt;&lt;P&gt;    click on source field, select exact field from structue and enter &lt;/P&gt;&lt;P&gt;    repeat these steps for all fields. &lt;/P&gt;&lt;P&gt;    save+back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. MAINTAIN FIXED VALUES, TRANSACTION, USER DEFINED &lt;/P&gt;&lt;P&gt;    execute  &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. SPECIFY FILES. &lt;/P&gt;&lt;P&gt;    display change &lt;/P&gt;&lt;P&gt;    click on legacy data &lt;/P&gt;&lt;P&gt;    attah flat file &lt;/P&gt;&lt;P&gt;    give description &lt;/P&gt;&lt;P&gt;    select tabulatore  &lt;/P&gt;&lt;P&gt;    enter &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. ASSIGN FILE  &lt;/P&gt;&lt;P&gt;    execute  &lt;/P&gt;&lt;P&gt;    display  change &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. IMPORT DATA. &lt;/P&gt;&lt;P&gt;    execute  &lt;/P&gt;&lt;P&gt;    display  change &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10. DISPLAY IMPORTED DATA &lt;/P&gt;&lt;P&gt;      enter ok, it willl show records only. &lt;/P&gt;&lt;P&gt;      back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11. CONVERT DATA &lt;/P&gt;&lt;P&gt;      execute  &lt;/P&gt;&lt;P&gt;      display  change &lt;/P&gt;&lt;P&gt;      save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12. DISPLAY CONVERTED DATA &lt;/P&gt;&lt;P&gt;      execute  &lt;/P&gt;&lt;P&gt;      display  change &lt;/P&gt;&lt;P&gt;      save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;13. CREATE BATCH INPUT SESSION &lt;/P&gt;&lt;P&gt;      tick keep batch input folder  &lt;/P&gt;&lt;P&gt;      F8 &lt;/P&gt;&lt;P&gt;      back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;14. RUN BATCH INPUT SESSION. &lt;/P&gt;&lt;P&gt;      sm35 will come &lt;/P&gt;&lt;P&gt;      Object name will be shown here  &lt;/P&gt;&lt;P&gt;      select object &amp;amp; process    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Jul 2007 11:48:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-07T11:48:24Z</dc:date>
    <item>
      <title>SALES ORDER UPLOAD USING SESSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-upload-using-session/m-p/2524949#M571850</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;            My query:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 How to upload Sales Orders data from legacy system to SAP using&lt;/P&gt;&lt;P&gt;session method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 11:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-upload-using-session/m-p/2524949#M571850</guid>
      <dc:creator>former_member778253</dc:creator>
      <dc:date>2007-07-07T11:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: SALES ORDER UPLOAD USING SESSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-upload-using-session/m-p/2524950#M571851</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;Use call session method i already told you for upload data for purchase order&lt;/P&gt;&lt;P&gt;follow like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to SHDB for recoding.after done coding upload data from XL file. Then go SM35 for uploading data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 11:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-upload-using-session/m-p/2524950#M571851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-07T11:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: SALES ORDER UPLOAD USING SESSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-upload-using-session/m-p/2524951#M571852</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;How to develop a lsmw for data migration for va01 or xk01 transaction? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create lsmw for data migration as follows (using session method): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for xk01 (create vendor) &lt;/P&gt;&lt;P&gt;Initially there will be 20 steps but after processing 1 step it will reduced to 14 for session method. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. TCode : LSMW. &lt;/P&gt;&lt;P&gt;2. Enter Project name, sub project name and object name. &lt;/P&gt;&lt;P&gt;    Execute. &lt;/P&gt;&lt;P&gt;3. Maintain object attributes. &lt;/P&gt;&lt;P&gt;    Execute &lt;/P&gt;&lt;P&gt;    select Batch Input recording  &lt;/P&gt;&lt;P&gt;    goto-&amp;gt;Recording overview &lt;/P&gt;&lt;P&gt;    create &lt;/P&gt;&lt;P&gt;    recording name. &lt;/P&gt;&lt;P&gt;    enter transaction code. &lt;/P&gt;&lt;P&gt;    start recording &lt;/P&gt;&lt;P&gt;    do recording as per ur choice. &lt;/P&gt;&lt;P&gt;    save + back. &lt;/P&gt;&lt;P&gt;    enter recording name in lsmw screen. &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now there will be 14 steps. &lt;/P&gt;&lt;P&gt;2. MAINTAIN SOURCE STRUCTURES. &lt;/P&gt;&lt;P&gt;    Here you have  to enter the name of internal table. &lt;/P&gt;&lt;P&gt;    display change &lt;/P&gt;&lt;P&gt;    create  &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. MAINTAIN SOURCE FIELDS. &lt;/P&gt;&lt;P&gt;    display change &lt;/P&gt;&lt;P&gt;    select structure &lt;/P&gt;&lt;P&gt;    source_fields-&amp;gt;copy fields. &lt;/P&gt;&lt;P&gt;    a dialogue window will come . &lt;/P&gt;&lt;P&gt;    select -&amp;gt; from data file &lt;/P&gt;&lt;P&gt;    apply source fields &lt;/P&gt;&lt;P&gt;    enter No. of fields  &lt;/P&gt;&lt;P&gt;    length of fields &lt;/P&gt;&lt;P&gt;    attach file &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. MAINTAIN STRUCTURE RELATIONS &lt;/P&gt;&lt;P&gt;    display change &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. MAINTAN FIELD MAPPING &amp;amp; CONVERSION RULE &lt;/P&gt;&lt;P&gt;    display change &lt;/P&gt;&lt;P&gt;    click on source field, select exact field from structue and enter &lt;/P&gt;&lt;P&gt;    repeat these steps for all fields. &lt;/P&gt;&lt;P&gt;    save+back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. MAINTAIN FIXED VALUES, TRANSACTION, USER DEFINED &lt;/P&gt;&lt;P&gt;    execute  &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. SPECIFY FILES. &lt;/P&gt;&lt;P&gt;    display change &lt;/P&gt;&lt;P&gt;    click on legacy data &lt;/P&gt;&lt;P&gt;    attah flat file &lt;/P&gt;&lt;P&gt;    give description &lt;/P&gt;&lt;P&gt;    select tabulatore  &lt;/P&gt;&lt;P&gt;    enter &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. ASSIGN FILE  &lt;/P&gt;&lt;P&gt;    execute  &lt;/P&gt;&lt;P&gt;    display  change &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. IMPORT DATA. &lt;/P&gt;&lt;P&gt;    execute  &lt;/P&gt;&lt;P&gt;    display  change &lt;/P&gt;&lt;P&gt;    save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10. DISPLAY IMPORTED DATA &lt;/P&gt;&lt;P&gt;      enter ok, it willl show records only. &lt;/P&gt;&lt;P&gt;      back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11. CONVERT DATA &lt;/P&gt;&lt;P&gt;      execute  &lt;/P&gt;&lt;P&gt;      display  change &lt;/P&gt;&lt;P&gt;      save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12. DISPLAY CONVERTED DATA &lt;/P&gt;&lt;P&gt;      execute  &lt;/P&gt;&lt;P&gt;      display  change &lt;/P&gt;&lt;P&gt;      save + back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;13. CREATE BATCH INPUT SESSION &lt;/P&gt;&lt;P&gt;      tick keep batch input folder  &lt;/P&gt;&lt;P&gt;      F8 &lt;/P&gt;&lt;P&gt;      back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;14. RUN BATCH INPUT SESSION. &lt;/P&gt;&lt;P&gt;      sm35 will come &lt;/P&gt;&lt;P&gt;      Object name will be shown here  &lt;/P&gt;&lt;P&gt;      select object &amp;amp; process    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2007 11:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sales-order-upload-using-session/m-p/2524951#M571852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-07T11:48:24Z</dc:date>
    </item>
  </channel>
</rss>

