<?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 and smod in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/2238466#M482332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    As BAPI is an form of an function module, Generally, BAPI interface is used in ALE as programming as to populate and process the idoc ( inbound or outbound )&lt;/P&gt;&lt;P&gt;for the particular Application as Sales order or purchase order etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   BAPI is called internal in ALE programming for posting of the application documents through IDOC's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2007 07:32:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-10T07:32:40Z</dc:date>
    <item>
      <title>cmod and smod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/2238461#M482327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; what is the of smod and cmod ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; what is the difference between the object type we create in swo1 and bdbg?&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;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/2238461#M482327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: cmod and smod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/2238462#M482328</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) SMOD is where you can see the enhancements available in SAP..&lt;/P&gt;&lt;P&gt;    CMOD is where you can create a project for the enhancement and activate the project..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You will be creating object type in SWO1..Then you will be using the object type and method in BDBG to create ALE interface for BAPI..&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>Thu, 10 May 2007 05:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/2238462#M482328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: cmod and smod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/2238463#M482329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)SMOD-SAP Enhancement Management&lt;/P&gt;&lt;P&gt;CMOD-Enhancements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMOD is just to see all the enhancements in the sap system.&lt;/P&gt;&lt;P&gt;CMOD is the customer projects where enhancements are implemented. If you want to implement any enhancements then you will create a project and assign the enhancement and do the coding in exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To customize an existing SAP application we have been provided the user exits by SAP. These exits are packaged under enhancements. You choose an enhancement according to your requirements e.g. enhancement MM06E005 is used for adding custom field in me21/me21n. SAP has limited no of enhancements for any transactions, you have to choose only from them to cater your requiement you cant create them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After selecting your enhancements you have to inherit them in your project in CMOD. Thereafter you do coding and other things like making your subscreens or adding fields to standard tables in respective exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see the effect of your whole project you must activate each componnents of your enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;Goto BDBG &lt;/P&gt;&lt;P&gt;Enter the Object name which you can either refer from SWO1 or can create a sub type in SWO1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter Method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press enter &lt;/P&gt;&lt;P&gt;It will ask you for Message Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then will ask for the Interface Parameters. &lt;/P&gt;&lt;P&gt;Once you enter correct data it will generate the Segment, IDOC TYPE automatically &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/78/2176ec51ce11d189570000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/78/2176ec51ce11d189570000e829fbbd/frameset.htm&lt;/A&gt;&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;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:31:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/2238463#M482329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: cmod and smod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/2238464#M482330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CMOD is the Project Management of SAP Enhancements (i.e., SMOD Enhancements), it stores all the enhancements for particular project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMOD contains the actual enhancements and CMOD is the grouping of those SMOD enhancements, means it stores all the enhancements related to particular package. It is used basically for finding the user exit, but it can be done using CMOD also, but here you can test your enhancement also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward all the helpful answers.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/2238464#M482330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: cmod and smod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/2238465#M482331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the ansers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have another question ,where we will assign this particular BAPI interface(created thru bdbg) to the ALE.&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;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 06:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/2238465#M482331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T06:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: cmod and smod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/2238466#M482332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    As BAPI is an form of an function module, Generally, BAPI interface is used in ALE as programming as to populate and process the idoc ( inbound or outbound )&lt;/P&gt;&lt;P&gt;for the particular Application as Sales order or purchase order etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   BAPI is called internal in ALE programming for posting of the application documents through IDOC's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 07:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/2238466#M482332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T07:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: cmod and smod</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/2238467#M482333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;CMOD - Customer Modifications&lt;/P&gt;&lt;P&gt;SMOD - Standard Modifications&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMOD is only used to check the corresponding user exit,&lt;/P&gt;&lt;P&gt;changes are not allowed.&lt;/P&gt;&lt;P&gt;CMOD is provides some Include programs, to write the code for&lt;/P&gt;&lt;P&gt;the required Exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;kc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 10:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/2238467#M482333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T10:07:09Z</dc:date>
    </item>
  </channel>
</rss>

