<?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 in LSMW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-lsmw/m-p/1901693#M376380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are in LSMW in the project where the radiobuttons show up, in the menu, choose 'Extras--&amp;gt;User Menu'. Select the checkboxes for 'Display Read Program' and 'Display Conversion Program'. Once you select them, you will now see two additional radiobuttons. If you select any one of them, you will go to the program, you can set a breakpoint in there and when you do the 'Read data' you can debug the read program (if you put breakpoint in that program) or when you 'Convert Data' you can debug the conversion program (if you put breakpoint in that program).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Feb 2007 05:40:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-08T05:40:02Z</dc:date>
    <item>
      <title>Debugging in LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-lsmw/m-p/1901692#M376379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   How to debugg in LSMW? How error handling is done in LSMW?&lt;/P&gt;&lt;P&gt;How we can find error in LSMW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 05:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-lsmw/m-p/1901692#M376379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T05:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-lsmw/m-p/1901693#M376380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are in LSMW in the project where the radiobuttons show up, in the menu, choose 'Extras--&amp;gt;User Menu'. Select the checkboxes for 'Display Read Program' and 'Display Conversion Program'. Once you select them, you will now see two additional radiobuttons. If you select any one of them, you will go to the program, you can set a breakpoint in there and when you do the 'Read data' you can debug the read program (if you put breakpoint in that program) or when you 'Convert Data' you can debug the conversion program (if you put breakpoint in that program).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 05:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-lsmw/m-p/1901693#M376380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T05:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-lsmw/m-p/1901694#M376381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi srini,&lt;/P&gt;&lt;P&gt;     whether v can able to debugg the steps that r involved in LSMW?&lt;/P&gt;&lt;P&gt;Whether error log is created in LSMW?&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, 08 Feb 2007 05:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-lsmw/m-p/1901694#M376381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T05:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-lsmw/m-p/1901695#M376382</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 5th Step that is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"5 Maintain Field Mapping and Conversion Rules"&lt;/P&gt;&lt;P&gt;select this radio Button and execute then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will maping your defining fields to source structure fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then where ever you want to write validations &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you just select that field and click on RULES tab &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then select radio-button User defined routine&lt;/P&gt;&lt;P&gt;then you will get a window &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you just click on continue button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you will get a PERFORM opposite to your selected field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save and come back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then select the 6th radio button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is " 6 Maintain Fixed Values, Translations, User-Defined Routines"&lt;/P&gt;&lt;P&gt;and execute &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there you will find your user defind routine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you just double click on the routine &lt;/P&gt;&lt;P&gt;then you will get a editor for writing your code for validations&lt;/P&gt;&lt;P&gt;you just pass p_in as input and you will get the result in p_out parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you will put a Break point or put command like "BREAK-POINT" &lt;/P&gt;&lt;P&gt;then it will automatically triggered while running this project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 05:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-lsmw/m-p/1901695#M376382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T05:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-lsmw/m-p/1901696#M376383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&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;You can debug any LSMW object program in the usual way by putting a hard or soft breakpoint. 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. 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.To do so, click on the User Menu button &amp;amp; check the Display Read Program &amp;amp; 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 CONVERTION PROGRAM.&lt;/P&gt;&lt;P&gt;Now you will see the ABAP editor with the code. Place the breakpoint (soft break point using STOP button on application tool bar) whereever you desire &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 06:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-lsmw/m-p/1901696#M376383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T06:19:15Z</dc:date>
    </item>
  </channel>
</rss>

