<?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: 2 question on cmod in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995269#M405587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but first you assign the enhancement to the project, then write your code and only then do you activate the project.&lt;/P&gt;&lt;P&gt;At least this is the usual sequence, but you can change the sequence of writing the code and activating the project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2007 01:18:12 GMT</pubDate>
    <dc:creator>Tamas_Hoznek</dc:creator>
    <dc:date>2007-03-09T01:18:12Z</dc:date>
    <item>
      <title>2 question on cmod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995260#M405578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, kindly comment in point form. no need to provide link as i have read the link from other post.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) if customer want to implement the exit, say for example, the enhancement SDVFX001, exit EXIT_SAPLV60B_001, then the customer need to create a project in cmod where enhancement SDVFX001 assigned to this new project. correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) how to know what enhancement to assign to which project in cmod?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) the statement "INCLUDE ZXVVFU01" in EXIT_SAPLV60B_001 is sap standard, right? and we as customer will put our code or our FM in this include, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 00:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995260#M405578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T00:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: 2 question on cmod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995261#M405579</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;1) Yes..A project needs to be created..And this enhancement needs to be added to this project..Then the project should be activated..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You can create a new project..and assign the enhancment to the project..It is not mandatory that this enhancement should go to this project..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Yes..You will be putting the code in the include...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 00:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995261#M405579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T00:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: 2 question on cmod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995262#M405580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) A project is a container that includes any enhancement you need to achieve your goal. So, you first have to figure out which enhancement's objects (like function modules, screens etc) are called in the standard flow and insert those into your project. An enhancement can only belong to one CMOD project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 00:52:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995262#M405580</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2007-03-09T00:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: 2 question on cmod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995263#M405581</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;1.yes, we need to create a project in cmod and assign the  enhancement SDVFX001 to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. read the documentation of the enhancement in smod, you will get to know why to use the enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.We write the code in the INCLUDE ZXVVFU01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 00:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995263#M405581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T00:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: 2 question on cmod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995264#M405582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Yes&lt;/P&gt;&lt;P&gt;2) If you do F4 help on the project field in CMOD, there will be a field called "Enhancement Component" where you can put the component name.  You will then get the Project which it is assigned to.&lt;/P&gt;&lt;P&gt;3) The INCLUDE statement is standard, but the INCLUDE does not really exist untill you create it.  So if you go to that function module and double click on the include name, the system will ask you if you want to create it.  You simply say yes, and then add your code into the include.&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>Fri, 09 Mar 2007 00:55:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995264#M405582</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-09T00:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: 2 question on cmod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995265#M405583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. The customer need not create a enhancement project as such, it is optional like SPRO customizing project. Though, having a enhancement project in CMOD would be good, but if they already did many enhancement without opening formal project it doesn't makes sense for small enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. To know which enhancement is assigned which project, you can use CMOD itself or use table MOD0 which maps them both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Yes you are right, the include needs to be created, if it is for the first time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 00:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995265#M405583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T00:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: 2 question on cmod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995266#M405584</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;from your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. yes you need to create project in CMOD to activate the enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. buy search only you can find them,  one thing if you give the same project name  that displays message like  'the project is already exist'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once again the difference between cmod and smod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  enchacements are grouped together in an inactive stage in SMOD.&lt;/P&gt;&lt;P&gt;2.  You have to active those enhancements by proving project name in CMOD.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;i guess my reply help you  a bit little.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 00:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995266#M405584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T00:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: 2 question on cmod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995267#M405585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;in short, can i say if want to implement an exit which not yet implemented, then we must create project and assign the enhancement to the project and activate it then only we can put code in the include, correct?&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 01:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995267#M405585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T01:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: 2 question on cmod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995268#M405586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could do it the other way around, but all must be done in order for the user exit to work.  You could create the include first, then put the code in it, the go to CMOD and create a project and include the enhancement component.&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>Fri, 09 Mar 2007 01:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995268#M405586</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-09T01:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: 2 question on cmod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995269#M405587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but first you assign the enhancement to the project, then write your code and only then do you activate the project.&lt;/P&gt;&lt;P&gt;At least this is the usual sequence, but you can change the sequence of writing the code and activating the project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 01:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/2-question-on-cmod/m-p/1995269#M405587</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2007-03-09T01:18:12Z</dc:date>
    </item>
  </channel>
</rss>

