<?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: finding menu exit in the program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-menu-exit-in-the-program/m-p/1201663#M131110</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 that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first u go to the program of the screen in which u r going to do menu exit.&lt;/P&gt;&lt;P&gt;in the program  goto-&amp;gt;object direcory entry , u can see the package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now go to smod and find the enhancements for the particular package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regs&lt;/P&gt;&lt;P&gt;hyma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2006 09:18:32 GMT</pubDate>
    <dc:creator>hymavathi_oruganti</dc:creator>
    <dc:date>2006-01-18T09:18:32Z</dc:date>
    <item>
      <title>finding menu exit in the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-menu-exit-in-the-program/m-p/1201662#M131109</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; I want to know how should I find  SAP enhancement package that contains the menu exit in the particular transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sugeet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2006 09:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-menu-exit-in-the-program/m-p/1201662#M131109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-18T09:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: finding menu exit in the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-menu-exit-in-the-program/m-p/1201663#M131110</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 that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first u go to the program of the screen in which u r going to do menu exit.&lt;/P&gt;&lt;P&gt;in the program  goto-&amp;gt;object direcory entry , u can see the package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now go to smod and find the enhancements for the particular package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regs&lt;/P&gt;&lt;P&gt;hyma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2006 09:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-menu-exit-in-the-program/m-p/1201663#M131110</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-01-18T09:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: finding menu exit in the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-menu-exit-in-the-program/m-p/1201664#M131111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find the package name of the transaction and go to smod and create a new project and enter your package name in the enhancement assignments [ Go to enhancement field and use search help ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ps: Reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2006 09:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-menu-exit-in-the-program/m-p/1201664#M131111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-18T09:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: finding menu exit in the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-menu-exit-in-the-program/m-p/1201665#M131112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check the corresponding program of the transaction for CALL CUSTOMER and get the program name&lt;/P&gt;&lt;P&gt;EXIT_&amp;lt;PROGRAM NAME&amp;gt;_001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to repository browser and check for the enhancement by giving your PROGRAM NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2006 09:23:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-menu-exit-in-the-program/m-p/1201665#M131112</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-01-18T09:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: finding menu exit in the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-menu-exit-in-the-program/m-p/1201666#M131113</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; I found all the enhancement regarding to particular problem but how could i came to know that whether the enhancement is for the menu exit or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and Regards,&lt;/P&gt;&lt;P&gt;Sugeet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2006 09:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-menu-exit-in-the-program/m-p/1201666#M131113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-18T09:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: finding menu exit in the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-menu-exit-in-the-program/m-p/1201667#M131114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to cmod and create a project&lt;/P&gt;&lt;P&gt;Go to Enhancement Assignment and enter exit name.&lt;/P&gt;&lt;P&gt;Go to components the exit name(Function or Menu Exit) is specified here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ps: Reward points if helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2006 09:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-menu-exit-in-the-program/m-p/1201667#M131114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-18T09:38:37Z</dc:date>
    </item>
  </channel>
</rss>

