<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476286#M835607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to store them manually in some z table, or else instead of skip put it into error record by making matnr or any other key field blank or so....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2008 05:41:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-28T05:41:53Z</dc:date>
    <item>
      <title>LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476285#M835606</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;  I m doing LSMW for MM01, I have done validation for some fields.e.g. New material no. shud not exist in mara table.&lt;/P&gt;&lt;P&gt;If it exist , i m skipping that record.&lt;/P&gt;&lt;P&gt;But I want those skipped records to re-upload it.&lt;/P&gt;&lt;P&gt;How do i get those records?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 05:39:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476285#M835606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T05:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476286#M835607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to store them manually in some z table, or else instead of skip put it into error record by making matnr or any other key field blank or so....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 05:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476286#M835607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T05:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476287#M835608</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;Not clear about your query. How can you re-upload the skipped records which already exist on your SAP system. Means, can you create a material manually by MM01 which already exist on your SAP system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Murugesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 05:44:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476287#M835608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T05:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476288#M835609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No ,I mean those records shud be stored somewhere in internal table so that  i wil know which records are skipped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 06:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476288#M835609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T06:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476289#M835610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Why dont u try like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Create an Internal table wich can hold all the Skipped records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of the mara table. This u can write in Routine of the 5th Step &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of  LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Then Loop that Inetrnal table to upload the same to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 06:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476289#M835610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T06:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476290#M835611</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;In 5th step Field mapping and Rule:&lt;/P&gt;&lt;P&gt;1.__GLOBAL_DATA__: Global Data Definitions and Declarations&lt;/P&gt;&lt;P&gt;Declear the data object for file path.i.e &lt;/P&gt;&lt;P&gt;data: p_file type pathextern value &amp;lt;file path&amp;gt;(application server file path).&lt;/P&gt;&lt;P&gt;2.__BEGIN_OF_PROCESSING__        before Data Processing Starts&lt;/P&gt;&lt;P&gt;  open dataset p_file in text mode encoding default for output.&lt;/P&gt;&lt;P&gt;3. __BEGIN_OF_TRANSACTION__       Before Transaction Processing Starts&lt;/P&gt;&lt;P&gt; check materisl If it exist &lt;/P&gt;&lt;P&gt;Concatenate &amp;lt;f1&amp;gt; &amp;lt;f2&amp;gt; into &amp;lt;wa&amp;gt; separated by 'field separator'.&lt;/P&gt;&lt;P&gt;transfer &amp;lt;wa&amp;gt; to p_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Skip that record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally check the skipped records in application server file path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 06:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476290#M835611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T06:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476291#M835612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;In lsmw how to handle masterdata and item data ? What are the neccessary step have to follow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 11:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476291#M835612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T11:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476292#M835613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guru's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN LSMW how to make make an field as mandatory? how to provide validation ?&lt;/P&gt;&lt;P&gt;what are  the possible  validation have to provide? plz send me exact answer with required coding ? plz very urgent (don't provide any link )?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 11:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw/m-p/3476292#M835613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T11:50:15Z</dc:date>
    </item>
  </channel>
</rss>

