<?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: Debugging LSMW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-lsmw/m-p/5324906#M1227136</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;You can debug any LSMW object program in the usual way by putting a hard or soft breakpoint. &lt;/P&gt;&lt;P&gt;In your Field Mapping/conversion, you can code BREAK-POINT at the very first field. Then the program execution will break when it reaches there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also put soft breakpoints in the generated code. To view your generated code, you need to bring it up in the initial screen of your object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do so, click on the User Menu button &amp;amp; check the Display Read Program &amp;amp; Display Conversion Program checkboxes. Hit ENTER. Now you will see 2 additional options on the initial screen of your Object. Double-clicking on the Display Read Program or Display Conversion Program will take you into the generated code. Place your soft breakpoint as you normally do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option: go to the step DISPLAY READ PROGRAM or DISPLAY CONVERSION PROGRAM.&lt;/P&gt;&lt;P&gt;Now you will see the ABAPTM editor with the code. Place the breakpoint (soft break point using STOP button on application tool bar) wherever you desire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Mar 2009 09:06:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-06T09:06:14Z</dc:date>
    <item>
      <title>Debugging LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-lsmw/m-p/5324901#M1227131</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;How can we debug LSMW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 15:17:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-lsmw/m-p/5324901#M1227131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-05T15:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-lsmw/m-p/5324902#M1227132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[Bebug LSMW|http://searchsap.techtarget.com/tip/1,289483,sid21_gci1192754,00.html]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 01:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-lsmw/m-p/5324902#M1227132</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-03-06T01:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-lsmw/m-p/5324903#M1227133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dude,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At Field Mapping/conversion, you have to write the code &lt;STRONG&gt;BREAK-POINT&lt;/STRONG&gt; at the very first field. Then the program execution will break when it reaches break-point ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 03:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-lsmw/m-p/5324903#M1227133</guid>
      <dc:creator>former_member632729</dc:creator>
      <dc:date>2009-03-06T03:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-lsmw/m-p/5324904#M1227134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the Step 5 ( Maintain Field Mapping and Conversion Rules)  after field mapping , goto chnage mode and double click that filed, its opend text editor there you can put BREAK your user id. or BREAK POINT.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; after that you can read the data and dispaly the read data, when you press the CONVERT DATA (step11) the break point will triggerd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 03:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-lsmw/m-p/5324904#M1227134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T03:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-lsmw/m-p/5324905#M1227135</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;Afeter finishing all the steps u will get system genrated program , use that program name in se38 and u can do the debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if u have any queries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~linganna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 04:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-lsmw/m-p/5324905#M1227135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T04:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-lsmw/m-p/5324906#M1227136</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;You can debug any LSMW object program in the usual way by putting a hard or soft breakpoint. &lt;/P&gt;&lt;P&gt;In your Field Mapping/conversion, you can code BREAK-POINT at the very first field. Then the program execution will break when it reaches there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also put soft breakpoints in the generated code. To view your generated code, you need to bring it up in the initial screen of your object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do so, click on the User Menu button &amp;amp; check the Display Read Program &amp;amp; Display Conversion Program checkboxes. Hit ENTER. Now you will see 2 additional options on the initial screen of your Object. Double-clicking on the Display Read Program or Display Conversion Program will take you into the generated code. Place your soft breakpoint as you normally do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option: go to the step DISPLAY READ PROGRAM or DISPLAY CONVERSION PROGRAM.&lt;/P&gt;&lt;P&gt;Now you will see the ABAPTM editor with the code. Place the breakpoint (soft break point using STOP button on application tool bar) wherever you desire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 09:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-lsmw/m-p/5324906#M1227136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T09:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-lsmw/m-p/5324907#M1227137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go To field mapping step and put the BREAK-POINT in between the code and execute the LSMW it automatically stop at the Break point and you can excute the LSMW by Pressing F5 on key board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dhirendra&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 06:54:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-lsmw/m-p/5324907#M1227137</guid>
      <dc:creator>dhirendra_pandit</dc:creator>
      <dc:date>2009-04-21T06:54:28Z</dc:date>
    </item>
  </channel>
</rss>

