<?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: CMOD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817906#M659034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please make sure you do read this in the link that Nagraj has posted above :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Specifying a menu text and activating your project are not the only steps you need to take to make your own menu item work. &amp;lt;b&amp;gt;After you carry out these steps, your menu item will appear, but it will not call a corresponding function. To attach your menu entry to its corresponding function, you need to create a function module for the function module exit associated with your menu text.&amp;lt;/b&amp;gt; This function module exit is part of the same SAP enhancement that contains the menu exit you used. Creating Customer-Specific Function Modules tells you more about how to use function module exits."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2007 11:54:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-26T11:54:20Z</dc:date>
    <item>
      <title>CMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817900#M659028</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 want to know, How to careate a Project  using transaction CMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actully my requirement is I want to Create a  Menu Exit. For that I need to create Project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Any body tell me the step by step procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will Reward The maximam points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817900#M659028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: CMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817901#M659029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to CMOD&lt;/P&gt;&lt;P&gt;give a name of project say YPROJECT&lt;/P&gt;&lt;P&gt;enter T_CODE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then u can use the exit in components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit Singla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817901#M659029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: CMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817902#M659030</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;chek this link..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/19762743b111d1896f0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c8/19762743b111d1896f0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817902#M659030</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-09-26T11:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: CMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817903#M659031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Menu exits allow you to add your own functions to the pulldown menus in standard R/3 transactions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To take advantage of a menu exit, you first need to create a project as described in the section Creating an add-on project. Then, you must include the SAP enhancement package that contains the menu exit you want to use in your project. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the main screen of the Project management transaction, proceed as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Select Enhancement components and choose Change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.The system lists all customer exits contained in the enhancements included in your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Place the cursor on the menu exit you want to add your own function to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.Choose Edit component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.The system displays technical information about the menu entry. It also displays two input fields where you can specify a language and the text you want your menu item to have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.Enter the name of your menu function (such as Special order method) in the field New text. Choose Save text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7.Your special menu function will not appear in the pulldown menu of the corresponding standard transaction until you activate your enhancement project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.Specifying a menu text and activating your project are not the only steps you need to take to make your own menu item work. After you carry out these steps, your menu item will appear, but it will not call a corresponding function. To attach your menu entry to its corresponding function, you need to create a function module for the function module exit associated with your menu text. This function module exit is part of the same SAP enhancement that contains the menu exit you used. Creating Customer-Specific Function Modules tells you more about how to use function module exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Lakshmiraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:44:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817903#M659031</guid>
      <dc:creator>abapdeveloper20</dc:creator>
      <dc:date>2007-09-26T11:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: CMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817904#M659032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this out!!..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/c8/1975e643b111d1896f0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/c8/1975e643b111d1896f0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817904#M659032</guid>
      <dc:creator>abapdeveloper20</dc:creator>
      <dc:date>2007-09-26T11:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: CMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817905#M659033</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;&amp;lt;b&amp;gt;Customer Enhancement Projects&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;SAP application programmers create SAP enhancements in transaction SMOD using function module exits, menu exits, and screen exits. &lt;/P&gt;&lt;P&gt;Customers are given a catalog containing an overview of existing SAP enhancements. They can then combine the SAP enhancements they want into an enhancement project using transaction CMOD.&lt;/P&gt;&lt;P&gt;SAP enhancements are made up of component parts. These components include function module exits, menu exits, and screen exits. A specific component may be used only once in a single SAP enhancement (this guarantees the uniqueness of SAP enhancements). &lt;/P&gt;&lt;P&gt;Customer enhancement projects consist of SAP enhancements. Each individual SAP enhancement may be used only once in a single customer enhancement program (this guarantees the uniqueness of a customer project).&lt;/P&gt;&lt;P&gt;SAP application programmers preplan function module exits, menu exits, and screen exits for their applications and combine them to create useful enhancements for the R/3 System.&lt;/P&gt;&lt;P&gt;Customers create their own enhancement projects for their systems using SAP enhancements. You can customize the individual components of an enhancement project by creating your own include programs (for function module exits), texts (for menu exits), and subscreens (for screen exits).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Creating Customer Enhancement Projects&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start the project management function (transaction CMOD) and give your enhancement project a name. SAP recommends that you think up a naming convention for all of your projects. You can, for example, include the project's transaction or module pool in its name. All enhancement project names must be unique. Next, branch to the project's attributes and enter a short text describing the enhancenent project. The system inserts all of the project's other attributes (such as created by, created on, or status).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Assigning SAP Enhancement to customer projects&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the project management function (transaction CMOD) to assign SAP enhancements to customer enhancement projects. Enter the names of the SAP enhancements you want to use on the appropriate screen.&lt;/P&gt;&lt;P&gt;The search function gives you a catalog-like overview of existing SAP enhancements. From there you can select those enhancements that are of interest to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817905#M659033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: CMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817906#M659034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please make sure you do read this in the link that Nagraj has posted above :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Specifying a menu text and activating your project are not the only steps you need to take to make your own menu item work. &amp;lt;b&amp;gt;After you carry out these steps, your menu item will appear, but it will not call a corresponding function. To attach your menu entry to its corresponding function, you need to create a function module for the function module exit associated with your menu text.&amp;lt;/b&amp;gt; This function module exit is part of the same SAP enhancement that contains the menu exit you used. Creating Customer-Specific Function Modules tells you more about how to use function module exits."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817906#M659034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: CMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817907#M659035</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;First of all thanks for all your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I refer this document. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/19760043b111d1896f0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c8/19760043b111d1896f0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can't create the project. I confused the following lines from the above document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Choose Create.&lt;/P&gt;&lt;P&gt;2. Describe the nature of the project by providing a short descriptive text. &lt;/P&gt;&lt;P&gt;3. Choose Save. &lt;/P&gt;&lt;P&gt;The system then prompts you to assign a change request. This assignment allows you to transport the project and its components into a productive system once you have completed it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;4.  Specify which SAP enhancement packages you want to include in your project  by choosing SAP enhancements. &lt;/P&gt;&lt;P&gt;5. Enter the names of these SAP enhancements in the spaces provided.&lt;/P&gt;&lt;P&gt;You should choose enhancement packages that logically belong together. For example, if you are planning to use several enhancements that deal with Materials Management modules, you can include all of these enhancements in the same project. If you are working on enhancements that deal with different applications, or if the enhancements are not logically related, you should include these enhancements in separate projects.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one 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>Wed, 26 Sep 2007 11:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817907#M659035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: CMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817908#M659036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi here is the another way for doing MENU exit...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI....&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;&lt;/P&gt;&lt;P&gt;The previous reply where you wrote that you are confused.&lt;/P&gt;&lt;P&gt;It is well explained. Just try to follow the steps given in that. Before using CMOD you should understand the use of REQUEST and PACKAGES. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try to follow the steps given here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Choose &amp;lt;b&amp;gt;Create&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;2. Describe the nature of the project by providing a &amp;lt;b&amp;gt;short descriptive text&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;3. Choose &amp;lt;b&amp;gt;Save&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;The system then prompts you to assign a &amp;lt;b&amp;gt;change request&amp;lt;/b&amp;gt;. This assignment allows you to transport the project and its components into a productive system once you have completed it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Specify which SAP enhancement &amp;lt;b&amp;gt;packages&amp;lt;/b&amp;gt; you want to include in your project by choosing SAP enhancements.&lt;/P&gt;&lt;P&gt;5. Enter the names of these SAP enhancements in the spaces provided.&lt;/P&gt;&lt;P&gt;You should choose enhancement packages that logically belong together. For example, if you are planning to use several enhancements that deal with Materials Management modules, you can include all of these enhancements in the same project. If you are working on enhancements that deal with different applications, or if the enhancements are not logically related, you should include these enhancements in separate projects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if it is useful...&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        ilesh 24x7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 11:59:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817908#M659036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T11:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: CMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817909#M659037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think what you have described here, is adding a new menu item to the existing area menu S000, and not creating an implementation for an existing menu exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me if I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Srihari Hebbar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 12:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817909#M659037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T12:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: CMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817910#M659038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &amp;lt;b&amp;gt;4.  Specify which SAP enhancement packages you&lt;/P&gt;&lt;P&gt;&amp;gt; want to include in your project  by choosing SAP&lt;/P&gt;&lt;P&gt;&amp;gt; enhancements.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Which transaction do you want to enhance, Please identify a suitable enhancement first. If you want the methods to identify an enhancement, please do a search on the forum and you will get a lot of hits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you identify the correct enhancement, take a look at its components in transaction SMOD. Identify the correct menu exit for your requirement and the corresponding customer function exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to CMOD and create a project and in the enhancement assignments section put in the name of the enhacement, then click on the components button to see them. Now you can implement the components you need.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;lt;b&amp;gt; 5. Enter the names of these SAP enhancements in the&lt;/P&gt;&lt;P&gt;&amp;gt; spaces provided.&lt;/P&gt;&lt;P&gt;&amp;gt; You should choose enhancement packages that logically&lt;/P&gt;&lt;P&gt;&amp;gt; belong together. For example, if you are planning to&lt;/P&gt;&lt;P&gt;&amp;gt; use several enhancements that deal with Materials&lt;/P&gt;&lt;P&gt;&amp;gt; Management modules, you can include all of these&lt;/P&gt;&lt;P&gt;&amp;gt; enhancements in the same project. If you are working&lt;/P&gt;&lt;P&gt;&amp;gt; on enhancements that deal with different&lt;/P&gt;&lt;P&gt;&amp;gt; applications, or if the enhancements are not&lt;/P&gt;&lt;P&gt;&amp;gt; logically related, you should include these&lt;/P&gt;&lt;P&gt;&amp;gt; enhancements in separate projects.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;This is only applicable if you are using more than one enhancements in the same project, and is only a guiding principle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are creating the project if you find that the enhancement you want to use is already used in some other project, contact the person who made the other project and obtain permission to change &amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 12:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817910#M659038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T12:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: CMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817911#M659039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srihari Hebbar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your promt reply. I created the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ilesh 24x7 also.&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 03:51:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod/m-p/2817911#M659039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T03:51:50Z</dc:date>
    </item>
  </channel>
</rss>

