<?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: How debugging? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-debugging/m-p/1383418#M186899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, but Could you explain me the step to do that? Please.&lt;/P&gt;&lt;P&gt;I want to do with: "You can set break point at function module and enter EXIT_SAPLPCRW_003 during debugging transaction MB26"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gustavo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jul 2006 23:23:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-04T23:23:52Z</dc:date>
    <item>
      <title>How debugging?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-debugging/m-p/1383416#M186897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. I have a user exit, and i want to know a tx MB26 call user exit when process it. How to do that? I need know step for that.&lt;/P&gt;&lt;P&gt;user exit EXIT_SAPLPCRW_003&lt;/P&gt;&lt;P&gt;Tx MB26&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Gustavo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 22:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-debugging/m-p/1383416#M186897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-04T22:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: How debugging?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-debugging/m-p/1383417#M186898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gustavo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set break point at function module and enter EXIT_SAPLPCRW_003 during debugging transaction MB26.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other you can go to the include program inside user exits EXIT_SAPLPCRW_003 and hardcoded BREAK &amp;lt;sy-uname or your logon id&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it does not stop, it means MB26 does not use above user exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 23:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-debugging/m-p/1383417#M186898</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-07-04T23:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: How debugging?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-debugging/m-p/1383418#M186899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, but Could you explain me the step to do that? Please.&lt;/P&gt;&lt;P&gt;I want to do with: "You can set break point at function module and enter EXIT_SAPLPCRW_003 during debugging transaction MB26"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gustavo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 23:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-debugging/m-p/1383418#M186899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-04T23:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: How debugging?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-debugging/m-p/1383419#M186900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gustavo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say you are already in transaction MB26 and try to post reservation. Then you go to command box in upper left. Please type '/H', press enter and click on posting button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system will then take you to debugging mode. In here, you can set the break point by go to top menu breakpoints -&amp;gt; ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies, I dont have SAP system now so I can not tell exactly the menu path. But you should be able to figure out once in the breakpoints sub menu. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 01:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-debugging/m-p/1383419#M186900</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-07-05T01:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: How debugging?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-debugging/m-p/1383420#M186901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks, i could debbuging, thanks a lot.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Gustavo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 01:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-debugging/m-p/1383420#M186901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T01:19:15Z</dc:date>
    </item>
  </channel>
</rss>

