<?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: User exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4951970#M1154619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uesr exit are exit in SD module so for that there no need of SMOD/CMOD just write your logic and activate at you can find all the routine from t-c0de VOFM .Customer exit you need SMOD/COMD if you find out any customer exit for ant standard transaction search the string CALL CUSTOMER_FUNCTION in the program and you will see customer exit...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Dec 2008 07:24:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-09T07:24:30Z</dc:date>
    <item>
      <title>User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4951965#M1154614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one small silly clarification can any explain me the below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently i have written a user exit for sales order in mv45afzz. Then what is the use of SMOD and CMOD then how it is liked to the exit mv45afzz, then what is customer exit and user exit.&lt;/P&gt;&lt;P&gt;I am very much confused by all this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 06:58:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4951965#M1154614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T06:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4951966#M1154615</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;User Exit and Customer exit are two different things. User exits are basically for writing routines and extensively used in SD module. There is no standard static defined call to them, there call depends on the customising. where else customer exit are implemented through SMOD /CMOD, and have static call in the standard pogram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves ur confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Prashant Singhal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 07:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4951966#M1154615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T07:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4951967#M1154616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ..&lt;/P&gt;&lt;P&gt;in SMOD you can find all the standard SAP UserExits.&lt;/P&gt;&lt;P&gt; but in CMOD is for Customizing the standard UserExits by assigning to a Project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u dont what to know what is the include ? and where we hv to write it .. all we can find through this SMOD and CMOD. (but it is  functional JOB). once you find the user exit(Z-include ) you can write your code directly in that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the best..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;GSANA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 07:08:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4951967#M1154616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T07:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4951968#M1154617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; For User Exits we hav two T.code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;SMOD&lt;/STRONG&gt; : this transaction code is used to find enhancement numbers for our reqirement,and under        enhancement number we hav function module for function module exit,and menu exit etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;CMOD&lt;/STRONG&gt;: This t.code is used to assign ur enhancement number to projet ,in this u assign ur enhancement number to this project ,and under components u write ur code for ur require exit...&lt;/P&gt;&lt;P&gt; then &lt;STRONG&gt;Activate&lt;/STRONG&gt; the project . then only it will show ur user exit in ur T.code....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 07:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4951968#M1154617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T07:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4951969#M1154618</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;you doesn't require any CMOD project for it just &lt;/P&gt;&lt;P&gt;write your logic and activate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 07:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4951969#M1154618</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-12-09T07:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4951970#M1154619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uesr exit are exit in SD module so for that there no need of SMOD/CMOD just write your logic and activate at you can find all the routine from t-c0de VOFM .Customer exit you need SMOD/COMD if you find out any customer exit for ant standard transaction search the string CALL CUSTOMER_FUNCTION in the program and you will see customer exit...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 07:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4951970#M1154619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T07:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4951971#M1154620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks for all ur valuable answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DVNS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 08:16:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/4951971#M1154620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T08:16:43Z</dc:date>
    </item>
  </channel>
</rss>

