<?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: break-point in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666384#M294948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create a CMOD entry for the enhancement code of the FM. Look at table MODSAP for the enhancement code based on the FM Name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2006 14:28:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-31T14:28:59Z</dc:date>
    <item>
      <title>break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666383#M294947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;i have a CALL-FUNCTION statement in a satandard program.&lt;/P&gt;&lt;P&gt;like this:  CALL-FUNCTION '001'.&lt;/P&gt;&lt;P&gt;            Exporting&lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;P&gt;            IMPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have put a break-point at this statement.&lt;/P&gt;&lt;P&gt;When i enter in debug mode at this statement and press F5 it is not going inside that. It is coming out of that FM.But when i open it manually form SE38 and double click on it then it is going in side..Actually it is User-Exit...Can any body tell me what is the problem.'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 14:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666383#M294947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T14:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666384#M294948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create a CMOD entry for the enhancement code of the FM. Look at table MODSAP for the enhancement code based on the FM Name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 14:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666384#M294948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T14:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666385#M294949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this function module will only be fired if the user exit which is associated with it, is activated.  Please make sure that your enhancement is activated in CMOD/SMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 14:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666385#M294949</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-10-31T14:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666386#M294950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;u might have wrote this CALL-FUNCTION '001' on If condition,so if that condition will not satisfy then it will not go inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or u do onthing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto inside of that CALL-FUNCTION '001' by double clicking on this and there put a break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so while dubugging it will go inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If helpful&lt;/P&gt;&lt;P&gt;Reward me points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;Manas Ranjan Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 14:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666386#M294950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T14:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666387#M294951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;    Create a project in CMOD aan assign the exit to it, and activate the project and keep a break point and run the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 14:31:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666387#M294951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T14:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666388#M294952</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;since there is no implementation to the Function module exit. so it is not going inside. create the Project in CMOD and implement the enhancement.and now check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 14:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666388#M294952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T14:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666389#M294953</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;Thanks.Every thing is done.even when i press F5 at CALL CUSTOMER-FUNCTION '001'..it is not going inside that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is coming out of that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 14:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666389#M294953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T14:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: break-point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666390#M294954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's not goin ginside even though you have some code in your exit because your exit itself is INACTIVE,&lt;/P&gt;&lt;P&gt;Please activate it in CMOD/SMOD and I would re-generate your main program... just to be sure &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 18:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/break-point/m-p/1666390#M294954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T18:01:39Z</dc:date>
    </item>
  </channel>
</rss>

