<?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: SMOD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851689#M668281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the point in enhancing the SMOD by inserting one more FM even if you could create a FM with a name begining with EXIT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These two existing exits (FM) are called by the standard application (SE38 in this case) to perform the code supplied by the customers. So if you happen to insert one of your FMs in the SMOD, you'll then have to modify the standard program from where these exits are being called up by the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is - do you want to do that? and more importantly why??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2007 04:20:14 GMT</pubDate>
    <dc:creator>Sougata</dc:creator>
    <dc:date>2007-09-27T04:20:14Z</dc:date>
    <item>
      <title>SMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851688#M668280</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;&lt;/P&gt;&lt;P&gt;I need to create Menu Exit for SE38. For that I created One Project using CMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For My enhancement SEU00001[For SE38]  I want to add  One more Function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can't create Function Module in SE37 started with "EXIT".  Is it possible to create a Function Module starting with Exit or can I change the Exisisting Function Module In SMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;All helps will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 04:13:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851688#M668280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T04:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: SMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851689#M668281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the point in enhancing the SMOD by inserting one more FM even if you could create a FM with a name begining with EXIT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These two existing exits (FM) are called by the standard application (SE38 in this case) to perform the code supplied by the customers. So if you happen to insert one of your FMs in the SMOD, you'll then have to modify the standard program from where these exits are being called up by the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is - do you want to do that? and more importantly why??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 04:20:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851689#M668281</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2007-09-27T04:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: SMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851690#M668282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; It is not possible to create a new Exit FM in the Components of the Project, &lt;/P&gt;&lt;P&gt;but you can make use of the existing one and then call  a new FM from there provided the existing Exit meets your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 04:20:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851690#M668282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T04:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: SMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851691#M668283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jasmine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no Menu exits(Function codes) available in Enhancement SEU00001.&lt;/P&gt;&lt;P&gt;But there are FM exits EXIT_SAPLSEDTATTR_010 and EXIT_SAPDSAHD_010.&lt;/P&gt;&lt;P&gt;You cannot add any new exits here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 04:25:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851691#M668283</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-27T04:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: SMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851692#M668284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sougata Chatterjee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not important to create a FM. Just I want to know its possible or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 04:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851692#M668284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T04:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: SMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851693#M668285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I find whether the Enhancement Consist of Menu Exits or Not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then How can I create a Menu Exit and where can I add?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created one Project using CMOD. Then I don't know any thing about this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 04:30:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851693#M668285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T04:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: SMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851694#M668286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jasmine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short answer is &amp;lt;b&amp;gt;NO&amp;lt;/b&amp;gt;, because it does not make any sense if you understand the SAP UE Architechture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, what are you trying to achieve with this Menu Exit? What is your requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 04:35:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851694#M668286</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2007-09-27T04:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: SMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851695#M668287</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;In the table MODSAP , if u give the enahancement name for the field NAME , it will show all the exits available for the enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is some information of MENU EXITS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MENU EXITS&lt;/P&gt;&lt;P&gt;Menu exits allow you to add your own functionallity to menus. Menu exits are implemented by SAP, and are reserved menu entries in the GUI interface. The developer can add his/her own text and logic for the menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function codes for menu exits all start with "+" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to create a new menu item in the Office menu. The text for the menu should be "Run ZTEST", and the menu will &lt;/P&gt;&lt;P&gt;run report ZTEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto transaction SE43 Area Menu Maintenance&lt;/P&gt;&lt;P&gt;In Area Menu Paramenter type 'S000' (S triple Zero)&lt;/P&gt;&lt;P&gt;Select Change and ignore all the warning screens&lt;/P&gt;&lt;P&gt;Expand the office menu. In the buttom of the office tree you will find a menu named "Customer function"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on the text. In the pop-up screen change the text to "Run ZTEST". Note that the trsnaction code is +C01&lt;/P&gt;&lt;P&gt;Goto transaction SE93 and create transaction +C01 that calls report ZTEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you will se the menu displayed in the office tree. If you delete transaction +C01 again, the new menu will dissapear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 'only' 177 Menu exits in standard - I couldn't see the right one, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you could search the implemented exits, this should be only a small number. Go to transaction CMOD, enter * and F4, information system (F5), show all selections (Shift+F7) and then you can restrict to search only menu exits. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course there is the possibility, that these are added in a different way...&lt;/P&gt;&lt;P&gt;... at least you can be sure, if it's a normal menu exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this sap help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is Useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manjunath MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 04:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851695#M668287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T04:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: SMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851696#M668288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sougata Chatterjee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just I want to learn Menu Exits. So I followed the Help Document. But I Can't get it fully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please explain The Procedure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 04:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851696#M668288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T04:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: SMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851697#M668289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jasmine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Menu Exit is available in Tcode V+01 (Second screen).&lt;/P&gt;&lt;P&gt;To find the Menu exit open the GUI Status and in the Menu bar search for the Function Codes starting with +. It means menu exit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for the Enhancement in MODSAP table and implement it in CMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 05:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smod/m-p/2851697#M668289</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-27T05:14:29Z</dc:date>
    </item>
  </channel>
</rss>

