<?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/1451033#M213617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cmod is the transaction for implementing exits &lt;/P&gt;&lt;P&gt;smod is the transaction for searching the exits for our application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jul 2006 09:15:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-17T09:15:33Z</dc:date>
    <item>
      <title>CMOD and SMOD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/1451027#M213611</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; can anyone tell me for what exactly we use CMOD and SMOD transactions.&lt;/P&gt;&lt;P&gt;points assured to all replies .&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Madan...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 08:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/1451027#M213611</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2006-07-17T08:12:01Z</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/1451028#M213612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TC: SMOD is use to find out enhancement / user exit. If you know enhancement/exit name go to transaction SMOD and put enhancement name and you can do you coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After completing code in user exit you need to activate it in order to refect in the actual program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Untill and unless you are not activating enhancement / exit changes will not reflect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You activate User Exit using TC : CMOD. Goto transaction code CMOD and create new project. Assign Exit to project and activate the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information check below link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/fb/ac5f2d61ae11d295b10000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/fb/ac5f2d61ae11d295b10000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information and sample codes, please check this links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-is-the-difference-between-smod-and-cmod.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-is-the-difference-between-smod-and-cmod.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/field-exits-smod-cmod-questions-and-answers.htm" target="test_blank"&gt;http://www.sap-img.com/abap/field-exits-smod-cmod-questions-and-answers.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.easymarketplace.de/userexit.php" target="test_blank"&gt;http://www.easymarketplace.de/userexit.php&lt;/A&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;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 08:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/1451028#M213612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T08:13:13Z</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/1451029#M213613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CMOD Transaction is used for customer enhancements.&lt;/P&gt;&lt;P&gt;SMOD is used for SAP enhancements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAP enhancements for an enhancement project are grouped together under a project name. An enhancement project always contains at least one SAP enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP enhancements in the same enhancement project are always activated and deactivated jointly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAP enhancements are created by SAP and generally consist of several components (e.g. a screen area and the function exits for data transfer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The customer chooses the SAP enhancements which he wants to edit, puts the enhancement projects together, edits the components and activates the projects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;krishnakumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 08:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/1451029#M213613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T08:14:27Z</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/1451030#M213614</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;Go through the link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fb/ac5f2d61ae11d295b10000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fb/ac5f2d61ae11d295b10000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azaz Ali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 08:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/1451030#M213614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T08:15:29Z</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/1451031#M213615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;Hope it helps,&lt;/P&gt;&lt;P&gt;Reward points if this reply helps you&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Niraj Kumar&lt;/P&gt;&lt;P&gt;Patni Computers Systems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 08:17:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/1451031#M213615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T08:17:49Z</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/1451032#M213616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Madan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Exits &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen exits are exits that allow you to use a reserved part of the screen (A subscreen) to display or input data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is determined be SAP where the sub screen will be displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax is: CALL CUSTOMER-SUBSCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen exit is not processed untill the corresponding subscreen has been created in an enhancement project, &lt;/P&gt;&lt;P&gt;and the project has been activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function codes are only processed in the main screens flow logic&lt;/P&gt;&lt;P&gt;You are not allowed to enter a name for the subscreens command field&lt;/P&gt;&lt;P&gt;You are not allowed to define GUI stauses&lt;/P&gt;&lt;P&gt;You are not allowed to enter a value for Next screen&lt;/P&gt;&lt;P&gt;The global data of the program is not available for the subscreen. Data for the subscreen is provided by function modules. &lt;/P&gt;&lt;P&gt;These function modules belongs to the same function group as the subscreen Subscreens are edited with transaction CMOD. &lt;/P&gt;&lt;P&gt;When you activate a project containg subscreens, the calling screen is regenerated and the subscreen is displayed next &lt;/P&gt;&lt;P&gt;time you display the calling screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The developer must create the subscreen and the corresponding PBO and PAI modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to identify screen exits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look after CALL CUSTOMER-SUBSCREEN in the screenprogram of the screen you want to modify.&lt;/P&gt;&lt;P&gt;Use transaction CMOD menu Utillities -&amp;gt; SAP enhancements to search for screen exits&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;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 &lt;/P&gt;&lt;P&gt;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;USER EXITS&lt;/P&gt;&lt;P&gt;User exits (Function module exits) are exits developed by SAP. The exit is implementerd as a call to a functionmodule. &lt;/P&gt;&lt;P&gt;The code for the function module is writeen by the developer. You are not writing the code directly in the function module, &lt;/P&gt;&lt;P&gt;but in the include that is implemented in the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The naming standard of function modules for functionmodule exits is: EXIT_&amp;lt;program name&amp;gt;&amp;lt;3 digit suffix&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The call to a functionmodule exit is implemented as: CALL CUSTOMER.-FUNCTION &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt; digit suffix&amp;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;The program for transaction VA01 Create salesorder is SAPMV45A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you search for CALL CUSTOMER-FUNCTION i program SAPMV45A you will find ( Among other user exits):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL CUSTOMER-FUNCTION '003'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;xvbak = vbak&lt;/P&gt;&lt;P&gt;xvbuk = vbuk&lt;/P&gt;&lt;P&gt;xkomk = tkomk&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;lvf_subrc = lvf_subrc&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;xvbfa = xvbfa&lt;/P&gt;&lt;P&gt;xvbap = xvbap&lt;/P&gt;&lt;P&gt;xvbup = xvbup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exit calls function module EXIT_SAPMV45A_003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How to find user exits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display the program where you are searching for and exit and search for CALL CUSTOMER-EXIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know the Exit name, go to transaction CMOD. Choose menu Utillities-&amp;gt;SAP Enhancements. &lt;/P&gt;&lt;P&gt;Enter the exit name and press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will now come to a screen that shows the function module exits for the exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Using Project management of SAP Enhancements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to create a project to enahance trasnaction VA01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction CMOD&lt;/P&gt;&lt;P&gt;Create a project called ZVA01&lt;/P&gt;&lt;P&gt;Choose the Enhancement assign radio button and press the Change button&lt;/P&gt;&lt;P&gt;In the first column enter V45A0002 Predefine sold-to party in sales document . Note that an enhancement can only &lt;/P&gt;&lt;P&gt;be used i 1 project. If the enhancement is allready in use, and error message will be displayed&lt;/P&gt;&lt;P&gt;Press Save&lt;/P&gt;&lt;P&gt;Press Components. You can now see that enhancement uses user exit EXIT_SAPMV45A_002. Double click on the exit.&lt;/P&gt;&lt;P&gt;Now the function module is displayed. Double click on include ZXVVAU04 in the function module&lt;/P&gt;&lt;P&gt;Insert the following code into the include: E_KUNNR = '2155'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate the include program. Go back to CMOD and activate the project. &lt;/P&gt;&lt;P&gt;Goto transaction VA01 and craete a salesorder. Note that Sold-to-party now automatically is "2155"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have look at this links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIOFFI/BCCIOFFI.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIOFFI/BCCIOFFI.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/ole.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/ole.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/59/ae3f2e488f11d189490000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/59/ae3f2e488f11d189490000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIOFFI/BCCIOFFI.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIOFFI/BCCIOFFI.pdf&lt;/A&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;In ABAP context , interfaces are only of two types.&lt;/P&gt;&lt;P&gt;1) INBOUND interfaces&lt;/P&gt;&lt;P&gt;2)OUTBOUND Interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INBOUND:(from external system data is fetched as flat files which is moved to SAP database tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this process we get data in the form of flat files(.txt or .xlx). we will read this data from the files using FM like UPLOAD/WS_UPLOAD/GUI_UPLOAD into internal&lt;/P&gt;&lt;P&gt;tables. And using BDC methods or LSMW tool, we will update the database tables with this data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OUTBOUND:(Data from SAP dtabase is retrieved adn stored as flatfiles on presentaion server or application server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this process we retrieve data using select statements from the database tables and will populate the internal tables. based on the requirement, we will use FM like DOWNLOAD/WS_DOWNLAOD/GUI_DOWNLOAD to write data from internal tables to flat files on th presentation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*the above mentioned Fm will work for files on presentaion server(local file system) . IF u want to handle files on the application server, use DATASET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other technologies that u mentioned like RFC, BAPI, EDI,ALE, IDOCS etc might be used as apart of interface code.&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;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 09:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/1451032#M213616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T09:10:06Z</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/1451033#M213617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cmod is the transaction for implementing exits &lt;/P&gt;&lt;P&gt;smod is the transaction for searching the exits for our application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 09:15:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/1451033#M213617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T09:15:33Z</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/1451034#M213618</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;CMOD transaction is used to manage Enhancement Projects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMOD transaction is used to view the enhancement components which can be added to the project created in CMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 09:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/1451034#M213618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T09:21: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/1451035#M213619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Have a look at these good links-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/code/abap26.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/code/abap26.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-is-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-is-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction" target="test_blank"&gt;http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.easymarketplace.de/userexit.php" target="test_blank"&gt;http://www.easymarketplace.de/userexit.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/userexit.pdfUser-Exit" target="test_blank"&gt;http://www.sappoint.com/abap/userexit.pdfUser-Exit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark useful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanuja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 09:51:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/1451035#M213619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T09:51:16Z</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/1451036#M213620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Apart from theory i guess some code would give you the clearity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Say you would like to check VAT registration field mandatory while creating vendor through MK01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   You can find all the related enhancements using the &amp;lt;b&amp;gt;deveopment class 'FBK'&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Now you can find related FM exit 'EXIT_SAPMF02K_001' which clearly saying Vendors: User exit for checks prior to saving .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Now look for 'Customer-function' in the main program 'SAPMF02K'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call customer-function '001'        &lt;/P&gt;&lt;P&gt;       exporting                      &lt;/P&gt;&lt;P&gt;            i_lfa1 = lfa1             &lt;/P&gt;&lt;P&gt;            i_lfb1 = lfb1             &lt;/P&gt;&lt;P&gt;            i_lfm1 = lfm1             &lt;/P&gt;&lt;P&gt;       tables                         &lt;/P&gt;&lt;P&gt;            t_lfbk = zlfbk.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the  include zxf05u01.&lt;/P&gt;&lt;P&gt;  if i_lfa1-stceg = space.&lt;/P&gt;&lt;P&gt;     set cursor field 'LFA1-STCEG'.&lt;/P&gt;&lt;P&gt;     message s057(f2).&lt;/P&gt;&lt;P&gt;     set screen '0120'.&lt;/P&gt;&lt;P&gt;     leave screen.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you would find this helpful though its very simple example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 10:46:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/1451036#M213620</guid>
      <dc:creator>saikat_pal2</dc:creator>
      <dc:date>2006-07-17T10:46: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/1451037#M213621</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;SMOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This transaction is used to find the enhancements and its components for a given package. Components are nothing but the user exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CMOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This transaction is used to implement the exits found in SMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat Ramanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 11:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/1451037#M213621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T11:01:39Z</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/1451038#M213622</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;SMOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This transaction is used to find the enhancements and its components for a given package. Components are nothing but the user exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CMOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This transaction is used to implement the exits found in SMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat Ramanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 11:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cmod-and-smod/m-p/1451038#M213622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T11:08:52Z</dc:date>
    </item>
  </channel>
</rss>

