<?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: Menu Exit Code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit-code/m-p/4224630#M1009313</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;  For triggering the break-point you have to implement that menu exit ,you have to write some code in the z include and activate it.You have to also activate the project in which you have implemented .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2008 15:34:18 GMT</pubDate>
    <dc:creator>former_member673464</dc:creator>
    <dc:date>2008-07-16T15:34:18Z</dc:date>
    <item>
      <title>Menu Exit Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit-code/m-p/4224629#M1009312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted a Menu Item in the SAP Standard Menu Bar. &lt;/P&gt;&lt;P&gt;i.e the SYSTEM,  HELP menu .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, for the above I went to the Screen Painter SE41--&amp;gt; Program --&amp;gt; MENUSYST --&amp;gt; Status &lt;DEL&gt;&amp;gt; MEN&lt;/DEL&gt;&amp;gt; Change .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here under the Help Menu - I added one more item with Text &lt;STRONG&gt;TEST&lt;/STRONG&gt; and Function Code as &lt;STRONG&gt;HELP_1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I found out the Enhancements for this by going to the SMOD and the enhancement is  : &lt;STRONG&gt;SEUMP002&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I created a project in CMOD (ZHELP) and I mentioned the enhancement SEUMP002 in it and activated it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when I see the HELP Menu Items I can see the TEST menu item in the active mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now to write the functionality of the TEST with function code HELP_1 i used the enhancements :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT_SAPLSMPE_001&lt;/P&gt;&lt;P&gt;EXIT_SAPMSMPE_001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that there is a Z include   INCLUDE ZXseuu13.Here I kept a breakpoint to chk whether it is getting triggered or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it's not stopping when I press the TEST MEnu Item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u guys tell me wht to do to trigger the functionality of the TEST Menu Item ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 15:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit-code/m-p/4224629#M1009312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T15:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Menu Exit Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit-code/m-p/4224630#M1009313</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;  For triggering the break-point you have to implement that menu exit ,you have to write some code in the z include and activate it.You have to also activate the project in which you have implemented .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 15:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit-code/m-p/4224630#M1009313</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2008-07-16T15:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Menu Exit Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit-code/m-p/4224631#M1009314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did that !&lt;/P&gt;&lt;P&gt;I've written the following code in the Z INclude :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;IF sy-uname = 'MY USER NAME'.&lt;/P&gt;&lt;P&gt;  BREAK-POINT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have activated the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other clues ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 15:37:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/menu-exit-code/m-p/4224631#M1009314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T15:37:41Z</dc:date>
    </item>
  </channel>
</rss>

