<?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 last step.  Batch input???? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-last-step-batch-input/m-p/1028738#M83141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before you run the Batch Input,  does it not have a step to create the batch input, if so, then do that first.  Now double click the step to Run Batch Input.  You should now be looking at the BI: Session Overview,  you should see a job there with your user id tied to it.  Select it, and click process, you will get a dialog, choose how you want to run,  foreground,  stop at errors only, or in background.  That's it.&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>Mon, 07 Nov 2005 20:42:54 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-11-07T20:42:54Z</dc:date>
    <item>
      <title>LSMW last step.  Batch input????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-last-step-batch-input/m-p/1028737#M83140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have successfully read the flat file and all the record is being read.  The last step is batch input and its showing the record read and everything...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now how do I go forward with the batch input and run it so that the respective data gets loaded to the transaction and to the database tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, can you experts give me the steps so that I can run the batch input, the last step of the LSMW.  Guys, I am really new to the SAP field, so please help me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   -Ken C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2005 20:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-last-step-batch-input/m-p/1028737#M83140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-07T20:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW last step.  Batch input????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-last-step-batch-input/m-p/1028738#M83141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before you run the Batch Input,  does it not have a step to create the batch input, if so, then do that first.  Now double click the step to Run Batch Input.  You should now be looking at the BI: Session Overview,  you should see a job there with your user id tied to it.  Select it, and click process, you will get a dialog, choose how you want to run,  foreground,  stop at errors only, or in background.  That's it.&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>Mon, 07 Nov 2005 20:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-last-step-batch-input/m-p/1028738#M83141</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-11-07T20:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW last step.  Batch input????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-last-step-batch-input/m-p/1028739#M83142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you gone through all these steps, particularly the bold ones?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
   &amp;lt;b&amp;gt;Maintain object attributes
   Maintain source structures                      
   Maintain source fields                          
   Maintain structure relations                    
   Maintain field mapping and conversion rules&amp;lt;/b&amp;gt;     
   Maintain fixed values, translations, user-define
   &amp;lt;b&amp;gt;Specify files                                   
   Assign files                                    
   Generate read program&amp;lt;/b&amp;gt;                           
   Display read program                            
   &amp;lt;b&amp;gt;Read data&amp;lt;/b&amp;gt;
   Display read data                               
   &amp;lt;b&amp;gt;Generate conversion program&amp;lt;/b&amp;gt;
   Display conversion program                      
   &amp;lt;b&amp;gt;Convert data&amp;lt;/b&amp;gt;
   Display converted data                          
   Check converted data against customizing        
   &amp;lt;b&amp;gt;&amp;lt;i&amp;gt;Create batch input session
   Run Batch Input session
   Analyze erroneous transactions&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;
   Frame program for periodic data transfer        
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last steps in bold and italics are the ones that will post the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2005 20:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-last-step-batch-input/m-p/1028739#M83142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-07T20:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW last step.  Batch input????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-last-step-batch-input/m-p/1028740#M83143</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; Please look at this link. Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://64.233.167.104/search?q=cache:-DE9K5Tj0j8J:www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc" target="test_blank"&gt;http://64.233.167.104/search?q=cache:-DE9K5Tj0j8J:www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc&lt;/A&gt;&lt;EM&gt;HOW&lt;/EM&gt;TO&lt;EM&gt;DO&lt;/EM&gt;BATCH&lt;EM&gt;INPUT&lt;/EM&gt;IN+LSMW&amp;amp;hl=en&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;sharmistha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2005 20:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-last-step-batch-input/m-p/1028740#M83143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-07T20:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW last step.  Batch input????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-last-step-batch-input/m-p/1028741#M83144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did created the batch input session and I can see my ID and the records.  When I go in the next step Batch Input: Session Overview, I can see my job with my ID and without any errors, I selected the process and clicked the PROCESS tab and I can see few radiobutton such as process, display errors and things like that.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my question is, its showing TARGET HOST AND CURSOR IS BLINKING THERE????? What is that??? I am really confused.... Do I need to give some target or something.. or just click radiobutton PROCESS and then check whether the data is being loaded or not??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know about it and I will really appreciate your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  -Ken C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2005 21:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-last-step-batch-input/m-p/1028741#M83144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-07T21:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW last step.  Batch input????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-last-step-batch-input/m-p/1028742#M83145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,  if you are trying to run in background, it wants to know what app server you want to run it on.  Do a F4 drop down on that field to select an app server,  in our case, we only have one, so I select that one.  If you are not running in background, I don't think that there is any need to enter a target.&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>Mon, 07 Nov 2005 21:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-last-step-batch-input/m-p/1028742#M83145</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-11-07T21:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW last step.  Batch input????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-last-step-batch-input/m-p/1028743#M83146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can ignore that. You can just choose one of the radiobuttons. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Process/foreground" will take you screen by screen through the entire transaction. This will be helpful only if you want to see at least one transaction fully to see if all the fields are getting filled in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Display Errors only" will process the transaction in the background and stops at the point of error, if there is an error and displays the screen at which error occured and you need to action online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Background" will process the session in the background and once completed, the session status will tell you if it is successful or failure and the session log will tell you why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the post as they are answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2005 21:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-last-step-batch-input/m-p/1028743#M83146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-07T21:13:00Z</dc:date>
    </item>
  </channel>
</rss>

