<?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: Regarding LSMW validation &amp; Debuging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-validation-debuging/m-p/4066818#M972084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rajanikanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u r very helpful.&lt;/P&gt;&lt;P&gt;but i didn't find those processing blocks, plz can u make it clear...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 09:07:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-10T09:07:10Z</dc:date>
    <item>
      <title>Regarding LSMW validation &amp; Debuging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-validation-debuging/m-p/4066816#M972082</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;Is it possible to perform validations in LSMW?&lt;/P&gt;&lt;P&gt;If yes, kindly send me detailed description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waht is the procedure to debug LSMW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;sathish dasari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 06:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-validation-debuging/m-p/4066816#M972082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T06:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding LSMW validation &amp; Debuging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-validation-debuging/m-p/4066817#M972083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is possible to perform the validations in LSMW.&lt;/P&gt;&lt;P&gt;In the 5th step(Maintain field mapping), we have various processing blocks like Global data, begin of processing, begin of transaction, begin of record. You will get an abap screen when double click on the required block. write the what ever the code required for validations(like norma se38 program). &lt;/P&gt;&lt;P&gt;suppose if you find that the record is an erroneous, skip that record for processing (there is global function available in lsmw skip_transaction), then populate all such error records into one internal table, and you can download the same in end of processing block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For every lsmw a conversion program will be generated, you can see the same by selecting the display conversion program in user menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put the break-point where ever required, it will be triggered duting the convert data step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajinikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-validation-debuging/m-p/4066817#M972083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T07:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding LSMW validation &amp; Debuging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-validation-debuging/m-p/4066818#M972084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rajanikanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u r very helpful.&lt;/P&gt;&lt;P&gt;but i didn't find those processing blocks, plz can u make it clear...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 09:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-validation-debuging/m-p/4066818#M972084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T09:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding LSMW validation &amp; Debuging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-validation-debuging/m-p/4066819#M972085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can view them by going to lsmw step 5(field mapping)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto extras-&amp;gt;layout...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select the bottom 3 things...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Nov 2008 09:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-validation-debuging/m-p/4066819#M972085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-16T09:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding LSMW validation &amp; Debuging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-validation-debuging/m-p/4066820#M972086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to step 5 (Maintain Field Mapping and Conversion Rules)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you double click one of your assigned field and its go to the editor they you  can put break point .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;break user id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you run the convert data its going to this step and stop the program to your break point...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 08:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-validation-debuging/m-p/4066820#M972086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T08:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding LSMW validation &amp; Debuging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-validation-debuging/m-p/4066821#M972087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Go to the &lt;EM&gt;Maintain Field Mapping and Conversion Rules&lt;/EM&gt; step in the LSMW&lt;/P&gt;&lt;P&gt;put&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;break-point.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;statement into source code where you want to debug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 08:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-lsmw-validation-debuging/m-p/4066821#M972087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T08:38:08Z</dc:date>
    </item>
  </channel>
</rss>

